Current File : //home/umuhuzaorg/umuhuza_newdb.sql
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jan 31, 2024 at 11:26 AM
-- Server version: 10.6.16-MariaDB-cll-lve
-- PHP Version: 8.1.25

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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: `umuhuza_newdb`
--

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

--
-- Table structure for table `2FCHlI_actionscheduler_actions`
--

CREATE TABLE `2FCHlI_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_actionscheduler_claims`
--

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

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

--
-- Table structure for table `2FCHlI_actionscheduler_groups`
--

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

--
-- Dumping data for table `2FCHlI_actionscheduler_groups`
--

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

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

--
-- Table structure for table `2FCHlI_actionscheduler_logs`
--

CREATE TABLE `2FCHlI_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_commentmeta`
--

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

--
-- Dumping data for table `2FCHlI_commentmeta`
--

INSERT INTO `2FCHlI_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 2, 'trx_addons_comment_likes_count', '0'),
(2, 3, 'trx_addons_comment_likes_count', '0'),
(3, 4, 'trx_addons_comment_likes_count', '0'),
(4, 5, 'trx_addons_comment_likes_count', '0'),
(5, 6, 'trx_addons_comment_likes_count', '0'),
(6, 7, 'trx_addons_comment_likes_count', '0'),
(7, 7, '_wpgdprc', '1698571217'),
(8, 8, 'trx_addons_comment_likes_count', '0'),
(9, 8, '_wpgdprc', '1698571257'),
(10, 9, 'trx_addons_comment_likes_count', '0'),
(11, 9, '_wpgdprc', '1698571276'),
(12, 10, 'trx_addons_comment_likes_count', '0'),
(13, 10, '_wpgdprc', '1698571315'),
(14, 11, 'trx_addons_comment_likes_count', '0'),
(15, 11, '_wpgdprc', '1699746109'),
(16, 12, 'trx_addons_comment_likes_count', '0'),
(17, 12, '_wpgdprc', '1700034945'),
(18, 13, 'trx_addons_comment_likes_count', '0'),
(19, 13, '_wpgdprc', '1700892340'),
(20, 14, 'trx_addons_comment_likes_count', '0'),
(21, 14, '_wpgdprc', '1700939780'),
(22, 15, 'trx_addons_comment_likes_count', '0'),
(23, 15, '_wpgdprc', '1700960703'),
(24, 16, 'trx_addons_comment_likes_count', '0'),
(25, 16, '_wpgdprc', '1701038295'),
(26, 17, 'trx_addons_comment_likes_count', '0'),
(27, 17, '_wpgdprc', '1701572359'),
(28, 18, 'trx_addons_comment_likes_count', '0'),
(29, 18, '_wpgdprc', '1701878768'),
(30, 19, 'trx_addons_comment_likes_count', '0'),
(31, 19, '_wpgdprc', '1702121888'),
(32, 20, 'trx_addons_comment_likes_count', '0'),
(33, 20, '_wpgdprc', '1704250993');

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

--
-- Table structure for table `2FCHlI_comments`
--

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

--
-- Dumping data for table `2FCHlI_comments`
--

INSERT INTO `2FCHlI_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(2, 82, 'Cindy Jefferson', '[email protected]', '', '37.25.105.136', '2018-01-11 11:23:23', '2018-01-11 11:23:23', 'Thank you so much for your hard work that you do for our community!', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'comment', 0, 0),
(3, 82, 'Miki Williams', '[email protected]', '', '37.25.105.136', '2018-01-11 11:24:07', '2018-01-11 11:24:07', 'We appreciate very ministry and every sermon! The kids love this church too', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'comment', 2, 0),
(4, 87, 'Miki Williams', '[email protected]', '', '37.25.105.136', '2018-01-11 11:25:11', '2018-01-11 11:25:11', 'What a great article! This blog seems to be just great for us to learn more about your church', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'comment', 0, 0),
(5, 82, 'Melissa Hunter', '[email protected]', '', '37.25.105.136', '2018-01-11 11:25:57', '2018-01-11 11:25:57', 'Please subscribe to our newsletter', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'comment', 3, 1),
(6, 87, 'Melissa Hunter', '[email protected]', '', '37.25.105.136', '2018-01-11 11:26:16', '2018-01-11 11:26:16', 'Thank you for the feedback!', 0, '1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36', 'comment', 4, 1),
(7, 203, '🎁 Get free iPhone 15: https://www.estrichbau-lampe.de/files/go.php 🎁 hs=75cf5e5095e1ce6620654e6abf21844f*', '[email protected]', '', '109.70.100.5', '2023-10-29 09:20:17', '2023-10-29 09:20:17', 'gcq083', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 OPR/97.0.0.0', 'comment', 0, 0),
(8, 196, '🎁 Get free iPhone 15: https://laser-gravur.cc/uploads/go.php 🎁 hs=4395ea40ee13bf0d485358592cf8426e*', '[email protected]', '', '198.98.48.20', '2023-10-29 09:20:57', '2023-10-29 09:20:57', 'vbh712', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 OPR/97.0.0.0', 'comment', 0, 0),
(9, 199, '🎁 Get free iPhone 15: https://www.estrichbau-lampe.de/files/go.php 🎁 hs=884a544dea8b4ef8ab1e9f55a547523c*', '[email protected]', '', '204.8.156.142', '2023-10-29 09:21:16', '2023-10-29 09:21:16', 'a8miye', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 OPR/97.0.0.0', 'comment', 0, 0),
(10, 82, '🎁 Get free iPhone 15: https://alphadogprinting.com/blueprints/uploads/go.php 🎁 hs=a47df0ab0fad03745a631286314dd739*', '[email protected]', '', '192.42.116.187', '2023-10-29 09:21:55', '2023-10-29 09:21:55', 'bpm83a', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 OPR/97.0.0.0', 'comment', 0, 0),
(11, 203, 'THENUnYJSa', '[email protected]', '', '110.227.255.61', '2023-11-11 23:41:48', '2023-11-11 23:41:48', 'aJZtusKVxzDc', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'comment', 0, 0),
(12, 203, 'fuslbaBjAzZgQ', '[email protected]', '', '89.190.85.254', '2023-11-15 07:55:45', '2023-11-15 07:55:45', 'PragcvzO', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36', 'comment', 0, 0),
(13, 82, 'hdfilmcehennemi', '[email protected]', 'https://hdfilmcehennemii.co/', '51.159.37.34', '2023-11-25 06:05:40', '2023-11-25 06:05:40', 'Bir oyuncakçı dükkanı sahibinin oğlu olan Alan, bir gün babasının dükkanındaki asker oyuncaklarla oynamaya başlar. Birbirine rakip iki orduyu temsil eden Commando Elite ve Gorgonit\'ler canlanıp gerçekten birbirleriyle savaşmaya başlayınca işler karışır. Kris Kaltenhauser', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(14, 82, 'hdfilmcehennemi', '[email protected]', 'https://hdfilmcehennemi.one/', '51.159.37.33', '2023-11-25 19:16:19', '2023-11-25 19:16:19', 'NBA Play-off ları yaklaşırken, Brian gerçek yeteneğin aslında çalışmak olduğunu anlıyor ve kahramanı korkunç bir sezon sonuna doğru sürüklenmeden önce işleri yoluna koymaya girişiyor. Anderson Gomoran', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(15, 82, 'hdfilmcehennemi', '[email protected]', 'https://hdfilmcehennemi.one/', '51.159.37.34', '2023-11-26 01:05:01', '2023-11-26 01:05:01', 'Temmuz 2017\'de, Kuzey Nevada\'da bir açık hava gezisinde deneyimli bir gezer kişi ortadan kaybolur. Kapsamlı bir aramadan sonra asla bulunamaz. Kaybolmasının üçüncü yıl dönümünde, arkadaşları ve sevdikleri, kaybolmasına yol açan olayları hatırlar. Darrin Vivion', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(16, 82, 'hdfilmcehennemi', '[email protected]', 'https://hdfilmcehennemi.one/', '51.159.37.34', '2023-11-26 22:38:14', '2023-11-26 22:38:14', 'Sewashi, bu yüzden ailesinin talihsiz geleceğini şimdiden değiştirmek için yanında Nobita’ya göz kulak olacak kedi robot Doraemon’u getirmiştir. Sewashi işini sağlama alır: Bu görev için isteksiz olan Doraemon Nobita’yı mutlu edemezse bir daha asla 22. Yüzyıla geri dönemeyecektir! İşte Doraemon ve Nobita’nın hikayesi böyle başlar. Bakalım Doraemon bu eğlenceli ve zorlu görevi yerine getirebilecek mi? Yoksa 22. Yüzyıla hiç mi geri dönemeyecek? Julius Canta', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(17, 82, 'hdfilmcehennemi', '[email protected]', 'https://hdfilmcehennemi.one/', '51.159.37.51', '2023-12-03 02:59:18', '2023-12-03 02:59:18', '1939 yılında, Nazi Almanya’sının tehlike sinyalleri verdiği dönemde, Almanya’nın zengin ailelerinin Nasyonal Sosyalist partiye uygun eğitim görmeleri için kızlarını İngiltere’nin bir sahil kasabasında, dil eğitimleri için okula yazdırırlar. Okuldaki öğretmenlerden biri, hem Almanya’daki Nazi gücünün yükselişinin ardındaki tehlikeyi sezmekte ve olacakları az çok tahmin etmektedir.  Bu nedenle, okulda ve ülkesinde bu tehlikeyi insanları anlatmak için çalışmalar başlatır. Her ne kadar başarılı olduğunu düşünse de, çevresindeki ve okulun üst yöneticileri, asıl problemin kendisi olduğunu düşünmeye başlamaktadır. Artık, İkinci Dünya Savaşı’nın başlamasına çok kısa bir süre kalmıştır ve casusluk ve vatana ihanet komploları arasında kalan öğretmen, tehlikenin gerçek olduğuna insanları ve yetkilileri inandırmaya çalışmaktadır. Fakat bunu kendine görev edinen öğretmenin de tek sorunu kendisine inanamayan kişiler değil, aynı zamanda onu susturmak için her türlü yolu deneyecek olan dış destekli casuslar ve kiralık katillerdir. Gerçek bir hikayeden uyarlanan 2020 İngiliz yapımı dram gerilim filminin yönetmenlik koltuğunda Andy Goddard oturmaktadır. Bertram Laprarie', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(18, 82, 'hdfilmcehennemi', '[email protected]', 'https://hdfilmcehennemi.one/', '51.159.37.51', '2023-12-06 16:06:06', '2023-12-06 16:06:06', '1962 Yılında Tayvan\'da sıkı yönetimin oldugu zamanda geçen filmde iki lise ögrencisi kendilerini boş bir okulda uyanmış olarak bulurlar , bir dizi gizemli olayla karşılaştıklarında arkadaşlarına ve ögretmenlerine ne oldugunu anlamaya çalışırlar.Acaba neler oldugunu unuttular mı yoksa hatırlamaktan mı korkuyorlardır? Benedict Gearlds', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(19, 82, 'hdfilmcehennemi', '[email protected]', 'https://hdfilmcehennemi.one/', '51.159.37.33', '2023-12-09 11:38:07', '2023-12-09 11:38:07', 'Bir aile, küçük oğullarının cezaevine girmesinin ve ardından yaşanan daha büyük bir felaketin sonuçlarıyla boğuşur Dylan Herre', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36', 'comment', 0, 0),
(20, 199, 'Maira', '[email protected]', '', '12.246.51.122', '2024-01-03 03:03:12', '2024-01-03 03:03:12', 'Hurrah! At last I got a weblog from where I can genuinely obtain valuable information regarding my study and knowledge.', 0, '0', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36', 'comment', 0, 0);

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

--
-- Table structure for table `2FCHlI_ctf_feeds`
--

CREATE TABLE `2FCHlI_ctf_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_name` text NOT NULL DEFAULT '',
  `feed_title` text NOT NULL DEFAULT '',
  `settings` longtext NOT NULL DEFAULT '',
  `author` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `status` varchar(255) NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_ctf_feeds_posts`
--

CREATE TABLE `2FCHlI_ctf_feeds_posts` (
  `record_id` int(11) UNSIGNED NOT NULL,
  `id` int(11) UNSIGNED NOT NULL,
  `feed_id` varchar(1000) NOT NULL DEFAULT '',
  `type` varchar(1000) NOT NULL DEFAULT '',
  `term` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_ctf_feed_caches`
--

CREATE TABLE `2FCHlI_ctf_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_id` varchar(255) NOT NULL DEFAULT '',
  `cache_key` varchar(255) NOT NULL DEFAULT '',
  `cache_value` longtext NOT NULL DEFAULT '',
  `cron_update` varchar(20) NOT NULL DEFAULT 'yes',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_ctf_feed_locator`
--

CREATE TABLE `2FCHlI_ctf_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_id` varchar(50) NOT NULL DEFAULT '',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `html_location` varchar(50) NOT NULL DEFAULT 'unknown',
  `shortcode_atts` longtext NOT NULL,
  `last_update` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_ctf_posts`
--

CREATE TABLE `2FCHlI_ctf_posts` (
  `id` int(11) UNSIGNED NOT NULL,
  `twitter_id` varchar(1000) NOT NULL DEFAULT '',
  `created_on` datetime DEFAULT NULL,
  `last_requested` date DEFAULT NULL,
  `time_stamp` datetime DEFAULT NULL,
  `json_data` longtext NOT NULL DEFAULT '',
  `media_id` varchar(1000) NOT NULL DEFAULT '',
  `sizes` varchar(1000) NOT NULL DEFAULT '',
  `aspect_ratio` decimal(4,2) NOT NULL DEFAULT 0.00,
  `images_done` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_eg_grids`
--

CREATE TABLE `2FCHlI_eg_grids` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `postparams` text NOT NULL,
  `params` text NOT NULL,
  `layers` mediumtext NOT NULL,
  `settings` text DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_eg_grids`
--

INSERT INTO `2FCHlI_eg_grids` (`id`, `name`, `handle`, `postparams`, `params`, `layers`, `settings`, `last_modified`) VALUES
(1, 'Grid', 'grid', '{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"post_tag_11,post_tag_15,post_tag_13\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"9\",\"max_entries_preview\":\"9\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-token-source\":\"account\",\"instagram-connected-to\":\"\",\"instagram-api-key\":\"\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-token-source\":\"account\",\"facebook-connected-to\":\"\",\"facebook-access-token\":\"\",\"facebook-page-id\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-smart\":\"off\",\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"\",\"youtube-default-image\":\"\",\"vimeo-default-image\":\"\",\"html-default-image\":\"\",\"image-source-smart-size\":false}', '{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"videoplaybackingrid\":\"on\",\"videoloopingrid\":\"off\",\"videoplaybackonhover\":\"off\",\"videocontrolsinline\":\"off\",\"videomuteinline\":\"on\",\"keeplayersovermedia\":\"off\",\"show-even-on-device\":\"0\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1900\",\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"off\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-error\":\"\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"25\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"planet-shakers\",\"navigation-preview-bg\":\"dark\",\"0\":\"\",\"entry-skin\":\"63\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"add-filters-by\":\"default\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"convert-mobile-filters-width\":\"768\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-sort-alpha\":\"off\",\"filter-sort-alpha-dir\":\"asc\",\"filter-selected\":[\"post_tag_11\",\"post_tag_13\",\"post_tag_15\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-videoautoplay\":\"on\",\"lightbox-override-ui-colors\":\"off\",\"lightbox-overlay-bg-color\":\"rgba(30,30,30,0.9)\",\"lightbox-ui-bg-color\":\"#28303d\",\"lightbox-ui-color\":\"#ffffff\",\"lightbox-ui-hover-bg-color\":\"#000000\",\"lightbox-ui-hover-color\":\"#ffffff\",\"lightbox-ui-text-color\":\"#eeeeee\",\"lightbox-title-strip\":\"on\",\"lightbox-title-position\":\"bottom\",\"lightbox-title\":\"off\",\"lightbox-title-source\":\"title\",\"lightbox-description\":\"off\",\"lightbox-description-source\":\"description\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"bottom-2\":\"0\"},\"filter\":{\"top-1\":\"0\"}}}', '[]', NULL, NULL),
(2, 'Masonry', 'masonry', '{\"source-type\":\"custom\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-token-source\":\"account\",\"instagram-connected-to\":\"\",\"instagram-api-key\":\"\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-token-source\":\"account\",\"facebook-connected-to\":\"\",\"facebook-access-token\":\"\",\"facebook-page-id\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-smart\":\"off\",\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"\",\"youtube-default-image\":\"\",\"vimeo-default-image\":\"\",\"html-default-image\":\"\",\"image-source-smart-size\":false}', '{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"masonry\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"videoplaybackingrid\":\"on\",\"videoloopingrid\":\"off\",\"videoplaybackonhover\":\"off\",\"videocontrolsinline\":\"off\",\"videomuteinline\":\"on\",\"keeplayersovermedia\":\"off\",\"show-even-on-device\":\"0\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1900\",\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"off\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-error\":\"\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"25\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"planet-shakers\",\"navigation-preview-bg\":\"dark\",\"0\":\"\",\"entry-skin\":\"63\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"add-filters-by\":\"default\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"convert-mobile-filters-width\":\"768\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-sort-alpha\":\"off\",\"filter-sort-alpha-dir\":\"asc\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-videoautoplay\":\"on\",\"lightbox-override-ui-colors\":\"off\",\"lightbox-overlay-bg-color\":\"rgba(30,30,30,0.9)\",\"lightbox-ui-bg-color\":\"#28303d\",\"lightbox-ui-color\":\"#ffffff\",\"lightbox-ui-hover-bg-color\":\"#000000\",\"lightbox-ui-hover-color\":\"#ffffff\",\"lightbox-ui-text-color\":\"#eeeeee\",\"lightbox-title-strip\":\"on\",\"lightbox-title-position\":\"bottom\",\"lightbox-title\":\"off\",\"lightbox-title-source\":\"title\",\"lightbox-description\":\"off\",\"lightbox-description-source\":\"description\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"bottom-2\":\"0\"}}}', '[\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"62\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"115\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"63\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"64\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"83\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"84\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"85\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"102\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"105\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"112\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"116\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"113\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\"]', NULL, NULL),
(3, 'Cobbles', 'cobbles', '{\"source-type\":\"post\",\"post_types\":\"post\",\"post_category\":\"post_tag_11,post_tag_15,post_tag_13\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"max_entries_preview\":\"20\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-token-source\":\"account\",\"instagram-connected-to\":\"\",\"instagram-api-key\":\"\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-token-source\":\"account\",\"facebook-connected-to\":\"\",\"facebook-access-token\":\"\",\"facebook-page-id\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"behance-api\":\"\",\"behance-user-id\":\"\",\"behance-type\":\"projects\",\"behance-project\":\"\",\"behance-project-select\":\"\",\"behance-projects-thumb-size\":\"202\",\"behance-projects-full-size\":\"202\",\"behance-project-thumb-size\":\"max_1240\",\"behance-project-full-size\":\"disp\",\"behance-count\":\"12\",\"behance-transient-sec\":\"86400\",\"dribbble-api\":\"\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-smart\":\"off\",\"image-source-type\":\"full\",\"image-source-type-mobile\":\"full\",\"default-image\":\"\",\"youtube-default-image\":\"\",\"vimeo-default-image\":\"\",\"html-default-image\":\"\",\"image-source-smart-size\":false}', '{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"cobbles\",\"content-push\":\"off\",\"x-ratio\":\"4\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"videoplaybackingrid\":\"on\",\"videoloopingrid\":\"off\",\"videoplaybackonhover\":\"off\",\"videocontrolsinline\":\"off\",\"videomuteinline\":\"on\",\"keeplayersovermedia\":\"off\",\"show-even-on-device\":\"0\",\"use-cobbles-pattern\":\"on\",\"cobbles-pattern\":[\"1x1\",\"2x1\",\"2x1\",\"1x1\"],\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1900\",\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"1\"],\"blank-item-breakpoint\":\"1\",\"rows-unlimited\":\"off\",\"rows\":\"3\",\"enable-rows-mobile\":\"off\",\"rows-mobile\":\"3\",\"pagination-autoplay\":\"off\",\"pagination-autoplay-speed\":\"5000\",\"pagination-touchswipe\":\"off\",\"pagination-dragvertical\":\"on\",\"pagination-swipebuffer\":\"30\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-error\":\"\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"spacings\":\"25\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"planet-shakers\",\"navigation-preview-bg\":\"dark\",\"0\":\"\",\"entry-skin\":\"63\",\"grid-start-animation\":\"reveal\",\"hide-markup-before-load\":\"on\",\"grid-start-animation-speed\":\"1000\",\"grid-start-animation-delay\":\"100\",\"grid-start-animation-type\":\"item\",\"start-anime-in-viewport\":\"off\",\"start-anime-viewport-buffer\":\"20\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"grid-animation-type\":\"item\",\"grid-item-animation\":\"none\",\"grid-item-animation-zoomin\":\"125\",\"grid-item-animation-zoomout\":\"75\",\"grid-item-animation-fade\":\"75\",\"grid-item-animation-blur\":\"5\",\"grid-item-animation-rotate\":\"30\",\"grid-item-animation-shift\":\"up\",\"grid-item-animation-shift-amount\":\"10\",\"grid-item-animation-other\":\"none\",\"grid-item-other-zoomin\":\"125\",\"grid-item-other-zoomout\":\"75\",\"grid-item-other-fade\":\"75\",\"grid-item-other-blur\":\"5\",\"grid-item-other-rotate\":\"30\",\"grid-item-other-shift\":\"up\",\"grid-item-other-shift-amount\":\"10\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"add-filters-by\":\"default\",\"filter-start\":\"\",\"filter-deep-link\":\"off\",\"filter-show-on\":\"hover\",\"convert-mobile-filters\":\"off\",\"convert-mobile-filters-width\":\"768\",\"filter-all-visible\":\"on\",\"filter-all-text\":\"All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-sort-alpha\":\"off\",\"filter-sort-alpha-dir\":\"asc\",\"filter-selected\":[\"post_tag_11\",\"post_tag_13\",\"post_tag_15\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-deep-link\":\"group\",\"lightbox-videoautoplay\":\"on\",\"lightbox-override-ui-colors\":\"off\",\"lightbox-overlay-bg-color\":\"rgba(30,30,30,0.9)\",\"lightbox-ui-bg-color\":\"#28303d\",\"lightbox-ui-color\":\"#ffffff\",\"lightbox-ui-hover-bg-color\":\"#000000\",\"lightbox-ui-hover-color\":\"#ffffff\",\"lightbox-ui-text-color\":\"#eeeeee\",\"lightbox-title-strip\":\"on\",\"lightbox-title-position\":\"bottom\",\"lightbox-title\":\"off\",\"lightbox-title-source\":\"title\",\"lightbox-description\":\"off\",\"lightbox-description-source\":\"description\",\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"500\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"500\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lightbox-arrows\":\"on\",\"lightbox-loop\":\"on\",\"lightbox-numbers\":\"on\",\"lightbox-mousewheel\":\"off\",\"lightbox-post-content-min-width\":\"75\",\"lightbox-post-content-min-perc\":\"on\",\"lightbox-post-content-max-width\":\"75\",\"lightbox-post-content-max-perc\":\"on\",\"lightbox-post-content-overflow\":\"on\",\"lbox-content_padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-spinner\":\"off\",\"lightbox-post-content-img\":\"off\",\"lightbox-post-content-img-position\":\"top\",\"lightbox-post-content-img-width\":\"50\",\"lightbox-post-content-img-margin\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-post-content-title\":\"off\",\"lightbox-post-content-title-tag\":\"h2\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"bottom-2\":\"0\"},\"filter\":{\"top-1\":\"0\"}}}', '[]', NULL, NULL);

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

--
-- Table structure for table `2FCHlI_eg_item_elements`
--

CREATE TABLE `2FCHlI_eg_item_elements` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `settings` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_eg_item_skins`
--

CREATE TABLE `2FCHlI_eg_item_skins` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `params` text NOT NULL,
  `layers` mediumtext NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_eg_item_skins`
--

INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(1, 'Washington', 'washington', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(2, 'Adams', 'adams', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(3, 'Jefferson', 'jefferson', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(227,58,12,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\"   \",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(4, 'Madison', 'madison', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(88,92,103,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(5, 'ESGBlankSkin', 'esgblankskin', '{\"eg-item-skin-element-last-id\":\"0\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[]', NULL),
(6, 'FlickrStream', 'flickrstream', '{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\"}}]', NULL),
(7, 'FacebookStream', 'facebookstream', '{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(8, 'YoutubeStream', 'youtubestream', '{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"19\",\"color\":\"#167ac6\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"%views_short% views\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\"}}]', NULL),
(9, 'TwitterStream', 'twitterstream', '{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"settings\":\"\"},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\"}}]', NULL),
(10, 'VimeoStream', 'vimeostream', '{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(11, 'InstagramStream', 'instagramstream', '{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\"}}]', NULL),
(12, 'Washington-144708', 'washington-144708', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(13, 'Adams-144708', 'adams-144708', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(14, 'Jefferson-144708', 'jefferson-144708', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(227,58,12,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\"   \",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(15, 'Madison-144708', 'madison-144708', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(88,92,103,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(16, 'ESGBlankSkin-144708', 'esgblankskin-144708', '{\"eg-item-skin-element-last-id\":\"0\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[]', NULL),
(17, 'FlickrStream-144708', 'flickrstream-144708', '{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(18, 'FacebookStream-144708', 'facebookstream-144708', '{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\"}}]', NULL),
(19, 'YoutubeStream-144708', 'youtubestream-144708', '{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"19\",\"color\":\"#167ac6\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"%views_short% views\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\"}}]', NULL),
(20, 'TwitterStream-144708', 'twitterstream-144708', '{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\"}},{\"settings\":\"\"},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(21, 'VimeoStream-144708', 'vimeostream-144708', '{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"cover-always-visible-desktop\":\"\",\"cover-always-visible-mobile\":\"\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\"}}]', NULL),
(22, 'InstagramStream-144708', 'instagramstream-144708', '{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"shadow-color\":\"#000000\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"shadow-color-hover\":\"#000000\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\"}}]', NULL),
(23, 'Monroe', 'monroe', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"30\",\"0\"],\"padding\":[\"3\",\"15\",\"2\",\"15\"],\"background-color\":\"rgba(137,175,114,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"30\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(155,193,132,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"3\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"Read More\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"out\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"24\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"12\",\"4\",\"12\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(24, 'Quincy', 'quincy', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(45,48,57,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#2d3039\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"pressback\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(25, 'Jackson', 'jackson', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#eeeeee\",\"full-padding\":[\"5\",\"5\",\"5\",\"5\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"zoomback\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(245,245,245,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(238,238,238,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"5\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-jackson-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-jackson-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(245,245,245,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(238,238,238,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#888888\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewleft\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(26, 'VanBuren', 'vanburen', '{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,6,6,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#363839\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyleft\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyright\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(27, 'HenryHarrison', 'henryharrison', '{\"eg-item-skin-element-last-id\":\"5\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(49,165,203,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"27\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"0\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"27\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"normal\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"0\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-plus\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(28, 'Tyler', 'tyler', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(29, 'Polk', 'polk', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.95)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"57\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]', NULL),
(30, 'Taylor', 'taylor', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"flipdown\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]', NULL),
(31, 'Fillmore', 'fillmore', '{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-0{cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-0{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"13\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"align\":\"c_c\",\"margin-unit\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-1{ cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-1{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]', NULL),
(32, 'Pierce', 'pierce', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-1{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-1{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"source-post\":\"excerpt\",\"tag-type\":\"div\",\"align\":\"c_c\",\"css-hover\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(33, 'Buchanan', 'buchanan', '{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slidedown\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"21\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"40\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]', NULL),
(34, 'Lincoln', 'lincoln', '{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-mail\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(35, 'Johnson', 'johnson', '{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,142,133,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"40\",\"0\",\"40\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-johnson-element-0{}\",\"css-hover\":\".eg-johnson-element-0{}\",\"tag-type\":\"div\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-1{}\",\"css-hover\":\".eg-johnson-element-1{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-3{}\",\"css-hover\":\".eg-johnson-element-3{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-videocam\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(36, 'Grant', 'grant', '{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-grant-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-grant-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.40)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-text\":\"READ MORE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"22\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(37, 'Hayes', 'hayes', '{\"eg-item-skin-element-last-id\":\"23\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(38, 'Garfield', 'garfield', '{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#333333\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(39, 'Arthur', 'arthur', '{\"eg-item-skin-element-last-id\":\"31\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"30\",\"30\",\"25\",\"30\"],\"content-border\":[\"0\",\"0\",\"1\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_categories\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"31\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(40, 'Cleveland', 'cleveland', '{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-cleveland-element-0{}\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-cleveland-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#555555\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#555555\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"date\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},\"\",{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#eeeeee\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(41, 'Harrison', 'harrison', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#363839\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"date\",\"transition-type\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(42, 'McKinley', 'mckinley', '{\"eg-item-skin-element-last-id\":\"30\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(19,192,223,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"SHOW IMAGE\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"slide\",\"transition-type\":\"\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PLAY VIDEO\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"29\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"30\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(43, 'Roosevelt', 'roosevelt', '{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(34,34,34,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"zoomback\",\"cover-group-animation\":\"none\",\"media-animation\":\"shifttotop\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"rgba(51,51,51,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-roosevelt-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-roosevelt-element-0{}\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"60\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-roosevelt-element-2{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-roosevelt-element-2{}\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(44, 'HowardTaft', 'howardtaft', '{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(111,33,44,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-howardtaft-element-0{letter-spacing:1px;}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-0{}\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"200\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"true\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-play\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(45, 'WoodrowWilson', 'woodrowwilson', '{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"3\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#89af72\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]', NULL),
(46, 'Harding', 'harding', '{\"eg-item-skin-element-last-id\":\"17\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"40\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"1\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"Frontend Developer\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"50\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(47, 'Coolidge', 'coolidge', '{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"33\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-tools\\\"><\\/i>\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"40\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#40dc8d\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"-15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Learn More\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(48, 'Herbert Hoover', 'herbert-hoover', '{\"eg-item-skin-element-last-id\":\"25\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"24\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"true\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#aaaaaa\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-play\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"10\",\"order\":\"10\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#c32524\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-pinterest\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#4672b3\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-facebook-1\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#099bcc\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-twitter-1\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#da4a38\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-gplus-1\",\"link-type-url\":\"#\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(49, 'Eisenhower', 'eisenhower', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-forward\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]', NULL),
(50, 'J.F.Kennedy', 'j-f-kennedy', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#111111\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#111111\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"19\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-icon\":\"eg-icon-forward\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#888888\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}}]', NULL),
(51, 'Lyndon Johnson', 'lyndon-johnson', '{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(52, 'Ulysses S. Grant', 'ulysses-s-grant', '{\"eg-item-skin-element-last-id\":\"11\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:400\",\"Raleway:700,800,900\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-price\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"SHIPPING INCL.\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line2\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line3\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line4\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"BUY NOW\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(53, 'Richard Nixon', 'richard-nixon', '{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#252525\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#444444\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#252525\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 24.99\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"SHIPPING INCL.\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"4gb Webspace Included\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"2 Domains\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"PHP5 Enabled\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"24h Support\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"BUY NOW\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(54, 'Gerald Ford', 'gerald-ford', '{\"eg-item-skin-element-last-id\":\"15\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PREMIUM PRODUCT\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"The best for your small business\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"15\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-basket\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"0\",\"20\"],\"background-color\":\"rgba(238,238,238,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 39.99\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"15\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"20\",\"20\"],\"background-color\":\"rgba(238,238,238,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"INCL. SHIPPING\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"4GB Webspace Included\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"2 Domains\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"PHP5 Enabled\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"24h Support\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"20\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"BUY NOW\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"13\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(55, 'Jimmy Carter', 'jimmy-carter', '{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"27\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"27\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"3\",\"6\",\"1\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"3dturnright\",\"media-animation-delay\":\"8\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#363839\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"I\'m a custom caption\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\", \",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"-5\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(231,65,36,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"ADD ANYTHING\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"num_comments\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"10\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\",\"source-catmax\":\"-1\"}},{\"id\":\"11\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#e74124\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"15\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Read More\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(56, 'Ronald Reagan', 'ronald-reagan', '{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"10\",\"20\",\"10\",\"20\"],\"background-color\":\"rgba(77,56,75,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"6\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\"\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date_modified\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"num_comments\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"20\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#444444\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"7\",\"0\",\"0\",\"0\"],\"padding\":[\"15\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"source-catmax\":\"-1\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(57, 'GeorgeBush', 'georgebush', '{\"eg-item-skin-element-last-id\":\"4\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"content\",\"container-background-color\":\"rgba(227,58,12,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"covergrowup\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:400,800,900\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"35\",\"line-height\":\"38\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"8\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"20\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(58, 'Essential Preview', 'essential-preview', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.10)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,77,28,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(59, 'More Demo Examples', 'more-demo-examples', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(64,70,85,0.60)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}', '[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(0,0,0,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,77,28,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(60, 'Wilbert', 'wilbert', '{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(17,17,17,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]', NULL),
(61, 'Phillie', 'phillie', '{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,1)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#ffffff\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#ffffff\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:700,800,900\"]}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon-dark%\\\" \\/>\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"2\",\"7\"],\"background-color\":\"rgba(0,0,0,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"81.67\",\"left-right\":\"38.5\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"%\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL);
INSERT INTO `2FCHlI_eg_item_skins` (`id`, `name`, `handle`, `params`, `layers`, `settings`) VALUES
(62, 'Jason', 'jason', '{\"eg-item-skin-element-last-id\":\"32\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"32\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#89af72\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#000000\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(227,58,12,1)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"rgba(0,0,0,1)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e33a0c\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]', NULL),
(63, 'PlanetShakers Skin 1', 'planetshakers-skin-1', '{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"cover-blend-mode\":\"normal\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius-type\":\"px\",\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius-type\":\"px\",\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,1)\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"content-box-shadow-inset\":\"false\",\"content-box-shadow-hover\":\"false\",\"cover-animation-top\":\"fade\",\"cover-animation-duration-top\":\"default\",\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-color-top\":\"#FFFFFF\",\"cover-animation-center\":\"fade\",\"cover-animation-duration-center\":\"default\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-color-center\":\"#FFFFFF\",\"cover-animation-bottom\":\"fade\",\"cover-animation-duration-bottom\":\"default\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-color-bottom\":\"#FFFFFF\",\"cover-group-animation\":\"fade\",\"cover-group-animation-duration\":\"default\",\"cover-group-animation-delay\":\"0\",\"media-animation\":\"none\",\"media-animation-duration\":\"default\",\"media-animation-delay\":\"0\",\"media-animation-blur\":\"5\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-duration\":\"default\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-target\":\"_self\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\"}', '[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":{\"0\":\"0\",\"1\":\"10\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"17\",\"1\":\"17\",\"2\":\"17\",\"3\":\"17\"},\"background-color\":\"rgba(255,255,255,0.15)\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"60\",\"1\":\"60\",\"2\":\"60\",\"3\":\"60\"},\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"60\",\"1\":\"60\",\"2\":\"60\",\"3\":\"60\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"rel-nofollow\":\"\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-search\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\"}},{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Frank Ruhl Libre\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":{\"0\":\"15\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"padding\":{\"0\":\"5\",\"1\":\"10\",\"2\":\"5\",\"3\":\"10\"},\"background-color\":\"rgba(255, 255, 255, 0)\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"rgba(0,0,0,1)\",\"box-shadow\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"box-shadow-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-hover\":{\"0\":\"0\",\"1\":\"0\",\"2\":\"0\",\"3\":\"0\"},\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\",\"source-taxonomy\":\"post_tag\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"title\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"rgba(0,0,0,1)\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"source-catmax\":\"-1\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"rgba(255,255,255,1)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"rgba(0,0,0,1)\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\",\"min-height\":\"0\",\"max-height\":\"none\",\"duration\":\"default\",\"letter-spacing\":\"normal\",\"letter-spacing-hover\":\"normal\"}}]', NULL);

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

--
-- Table structure for table `2FCHlI_eg_navigation_skins`
--

CREATE TABLE `2FCHlI_eg_navigation_skins` (
  `id` mediumint(6) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_eg_navigation_skins`
--

INSERT INTO `2FCHlI_eg_navigation_skins` (`id`, `name`, `handle`, `css`) VALUES
(1, 'Flat Light', 'flat-light', '/********************************\n	-	FLAT LIGHT BUTTONS -\n*********************************/\n.flat-light .navigationbuttons,\n.flat-light .esg-pagination,\n.flat-light .esg-filters{	text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-light .esg-filterbutton,\n.flat-light .esg-navigationbutton,\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton {	color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								position: relative;\n								z-index:2;\n								padding:1px 30px;\n								border:none;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: #fff;\n								margin-bottom:5px;\n							}\n\n.flat-light .esg-navigationbutton	{ padding:2px 12px; }\n.flat-light .esg-navigationbutton *	{ color:#000; }\n.flat-light .esg-pagination-button:last-child { margin-right: 0; }\n\n.flat-light  .esg-sortbutton-wrapper,\n.flat-light  .esg-cartbutton-wrapper { display:inline-block; }\n.flat-light  .esg-sortbutton-order,\n.flat-light  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:none;\n										width:40px;\n										line-height:40px;\n										border-radius:5px;\n										-moz-border-radius:5px;\n										-webkit-border-radius:5px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#eee;\n										background: #fff;\n										margin-left:5px;\n									}\n\n.flat-light .esg-cartbutton {	color:#fff;\n								cursor: default !important;\n							}\n.flat-light .esg-cartbutton .esgicon-basket	{\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											}\n.flat-light .esg-cartbutton-wrapper { cursor: default !important; }\n\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton {	display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n							}\n\n.flat-light .esg-navigationbutton:hover,\n.flat-light .esg-filterbutton:hover,\n.flat-light .esg-sortbutton:hover,\n.flat-light .esg-sortbutton-order:hover,\n.flat-light .esg-cartbutton-order:hover,\n.flat-light .esg-filterbutton.selected {\n										border-color:none;color:#000;\n										background:#fff;\n									   }\n\n.flat-light .esg-navigationbutton:hover * { color:#333; }\n\n.flat-light .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\n\n.flat-light .esg-filter-checked	{	padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								}\n.flat-light .esg-filterbutton.selected .esg-filter-checked,\n.flat-light .esg-filterbutton:hover .esg-filter-checked	{\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														}'),
(2, 'Flat Dark', 'flat-dark', '/********************************\n	-	FLAT DARK BUTTONS -\n*********************************/\n.flat-dark .navigationbuttons,\n.flat-dark .esg-pagination,\n.flat-dark .esg-filters {\n							text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-dark .esg-filterbutton,\n.flat-dark .esg-navigationbutton,\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton {color:#fff;\n							margin-right:5px;\n							cursor:pointer;\n							padding:1px 30px;\n							border:none;\n							line-height:38px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:#3a3a3a;\n							background: rgba(0,0,0,0.2);\n							margin-bottom:5px;\n							}\n\n.flat-dark .esg-navigationbutton { padding:1px 18px; }\n.flat-dark .esg-navigationbutton * { color:#fff; }\n.flat-dark .esg-pagination-button:last-child,\n.flat-dark .esg-filterbutton:last-child{ margin-right: 0; }\n.flat-dark .esg-left, .flat-dark .esg-right { padding:1px 12px; }\n\n.flat-dark  .esg-sortbutton-wrapper,\n.flat-dark  .esg-cartbutton-wrapper	{ display:inline-block; }\n.flat-dark  .esg-sortbutton-order,\n.flat-dark  .esg-cartbutton-order { display:inline-block;\n									vertical-align:top;\n									border:none;\n									width:40px;\n									line-height:40px;\n									border-radius:5px;\n									-moz-border-radius:5px;\n									-webkit-border-radius:5px;\n									font-size:12px;\n									font-weight:700;\n									color:#999;\n									cursor: pointer;\n									background:#eee;\n									background: rgba(0,0,0,0.2);\n									margin-left:5px;\n								}\n\n.flat-dark .esg-cartbutton {color:#fff;\n							cursor: default !important;\n							}\n.flat-dark .esg-cartbutton .esgicon-basket {color:#fff;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.flat-dark  .esg-cartbutton-wrapper	{ cursor: default !important; }\n\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton { display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							}\n\n.flat-dark .esg-navigationbutton:hover,\n.flat-dark .esg-filterbutton:hover,\n.flat-dark .esg-sortbutton:hover,\n.flat-dark .esg-sortbutton-order:hover,\n.flat-dark .esg-cartbutton-order:hover,\n.flat-dark .esg-filterbutton.selected { color:#fff;\n										border-color:none;\n										background:#4a4a4a;\n										background: rgba(0,0,0,0.5);\n									 }\n\n.flat-dark .esg-navigationbutton:hover * { color:#fff; }\n.flat-dark .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\n.flat-dark .esg-filter-checked {padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.2);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle:\n								}\n								\n.flat-dark .esg-filterbutton.selected .esg-filter-checked,\n.flat-dark .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.2);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),
(3, 'Minimal Dark', 'minimal-dark', '/********************************\n	-	MINIMAL DARK BUTTONS -\n*********************************/\n\n.minimal-dark .navigationbuttons,\n.minimal-dark .esg-pagination,\n.minimal-dark .esg-filters { text-align: center; }\n\n.minimal-dark .esg-filterbutton,\n.minimal-dark .esg-navigationbutton,\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton { color:#fff;\n								color:rgba(255,255,255,1);\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 17px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.1);\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:transparent;\n								margin-bottom:5px;\n								}\n\n\n.minimal-dark .esg-navigationbutton * {\n										color:#fff;\n										color:rgba(255,255,255,1);\n									}\n.minimal-dark .esg-navigationbutton	{ padding:0px 11px; }\n.minimal-dark .esg-pagination-button { padding:0px 16px; }\n.minimal-dark .esg-pagination-button:last-child { margin-right: 0; }\n\n.minimal-dark  .esg-sortbutton-wrapper,\n.minimal-dark  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-dark  .esg-sortbutton-order,\n.minimal-dark  .esg-cartbutton-order {  display:inline-block;\n										vertical-align:top;\n										border:1px solid rgb(255,255,255);\n										border:1px solid rgba(255,255,255,0.1);\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:600;\n										color:#fff;\n										cursor: pointer;\n										background:transparent;\n									}\n\n.minimal-dark .esg-cartbutton {\n								color:#fff;\n								cursor: default !important;\n							  }\n.minimal-dark .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.minimal-dark  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n							   }\n\n.minimal-dark .esg-navigationbutton:hover,\n.minimal-dark .esg-filterbutton:hover,\n.minimal-dark .esg-sortbutton:hover,\n.minimal-dark .esg-sortbutton-order:hover,\n.minimal-dark .esg-cartbutton-order:hover,\n.minimal-dark .esg-filterbutton.selected {\n											border-color:#fff;\n											border-color:rgba(255,255,255,0.2);\n											color:#fff;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n											background:#333;\n											background: rgba(255,255,255,0.1);\n										  }\n\n.minimal-dark .esg-navigationbutton:hover * { color:#fff; }\n\n.minimal-dark .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#fff;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.minimal-dark .esg-filter-checked {\n									padding:1px 3px;\n									color:transparent;\n									background:#000;\n									background: rgba(0,0,0,0.10);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n.minimal-dark .esg-filterbutton.selected .esg-filter-checked,\n.minimal-dark .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															background: rgba(0,0,0,0.10);\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),
(4, 'Minimal Light', 'minimal-light', '/******************************\n	-	MINIMAL LIGHT SKIN	-\n********************************/\n\n.minimal-light .navigationbuttons,\n.minimal-light .esg-pagination,\n.minimal-light .esg-filters { text-align: center; }\n\n.minimal-light .esg-filterbutton,\n.minimal-light .esg-navigationbutton,\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton a{ \n								color:#999;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 16px;\n								border:1px solid #e5e5e5;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:#fff;\n								margin-bottom:5px;\n							  }\n\n/*.minimal-light .esg-cartbutton a { color: #999; }*/\n\n.minimal-light .esg-navigationbutton * { color:#999; }\n.minimal-light .esg-navigationbutton	{ padding:0px 16px; }\n.minimal-light .esg-pagination-button:last-child { margin-right: 0; }\n.minimal-light .esg-left, .minimal-light .esg-right	{ padding:0px 11px; }\n\n.minimal-light  .esg-sortbutton-wrapper,\n.minimal-light  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-light  .esg-sortbutton-order,\n.minimal-light  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:1px solid #e5e5e5;\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#fff;\n									   }\n\n.minimal-light .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n								}\n.minimal-light .esg-cartbutton .esgicon-basket {color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n												}\n.minimal-light  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton { display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n								}\n\n.minimal-light .esg-navigationbutton:hover,\n.minimal-light .esg-filterbutton:hover,\n.minimal-light .esg-sortbutton:hover,\n.minimal-light .esg-sortbutton-order:hover,\n.minimal-light .esg-cartbutton a:hover,\n.minimal-light .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										  }\n\n.minimal-light .esg-navigationbutton:hover * { color:#333; }\n\n.minimal-light .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												   }\n\n.minimal-light .esg-filter-checked { \n									padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n									}\n.minimal-light .esg-filterbutton.selected .esg-filter-checked,\n.minimal-light .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														   }'),
(5, 'Simple Light', 'simple-light', '/******************************\n	-	SIMPLE LIGHT SKIN	-\n********************************/\n\n.simple-light .navigationbuttons,\n.simple-light .esg-pagination,\n.simple-light .esg-filters { text-align: center; }\n\n.simple-light .esg-filterbutton,\n.simple-light .esg-navigationbutton,\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton a {\n								color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 11px;\n								border:1px solid #e5e5e5;\n								line-height:30px;\n								font-size:12px;\n								font-weight:400;\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\n								display: inline-block;\n								background:#eee;\n								margin-bottom:5px;\n							  }\n\n.simple-light .esg-navigationbutton * {	color:#000; }\n.simple-light .esg-left,\n.simple-light .esg-right { color:#000; padding:0px 7px;}\n.simple-light .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-light .esg-sortbutton-wrapper,\n.simple-light .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-light .esg-sortbutton-order,\n.simple-light .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border: 1px solid #e5e5e5;\n									width: 29px;\n									line-height: 30px;\n									font-size: 9px;\n									font-weight: 400;\n									color: #000;\n									cursor: pointer;\n									background: #eee;\n									}\n\n.simple-light .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n							  }\n.simple-light .esg-cartbutton .esgicon-basket {\n												color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-light  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-light .esg-navigationbutton:hover,\n.simple-light .esg-filterbutton:hover,\n.simple-light .esg-sortbutton:hover,\n.simple-light .esg-sortbutton-order:hover,\n.simple-light .esg-cartbutton a:hover,\n.simple-light .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										 }\n\n.simple-light .esg-navigationbutton:hover * { color:#333; }\n\n.simple-light .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.simple-light .esg-filter-checked {\n									padding:3px;\n									color:#c5c5c5;\n									background:#ddd;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:400;\n									line-height:20px;\n									vertical-align: middle;\n								  }\n.simple-light .esg-filterbutton.selected .esg-filter-checked,\n.simple-light .esg-filterbutton:hover .esg-filter-checked {\n															padding: 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:400;\n															line-height:20px;\n															vertical-align: middle\n														}'),
(6, 'Simple Dark', 'simple-dark', '/********************************\n-	SIMPLE DARK BUTTONS -\n*********************************/\n\n.simple-dark .navigationbuttons,\n.simple-dark .esg-pagination,\n.simple-dark .esg-filters {	text-align: center; }\n\n.simple-dark .esg-filterbutton,\n.simple-dark .esg-navigationbutton,\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton {\n								color:#fff;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 10px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.15);\n								line-height:29px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: rgba(255,255,255,0.08 );\n								margin-bottom:5px;\n							  }\n\n.simple-dark .esg-navigationbutton * {\n										color:#fff;\n									 }\n.simple-dark .esg-left, .simple-dark .esg-right { padding:0px 5px !important; }\n\n.simple-dark  .esg-sortbutton-wrapper,\n.simple-dark  .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-dark  .esg-sortbutton-order,\n.simple-dark  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border:1px solid rgb(255,255,255);\n									border:1px solid rgba(255,255,255,0.15);\n									width: 29px;\n									line-height: 29px;\n									font-size: 9px;\n									font-weight: 600;\n									color: #fff;\n									cursor: pointer;\n									background: rgba(255,255,255,0.08 );\n									}\n\n.simple-dark .esg-cartbutton {\n							color:#fff;\n							cursor: default !important;\n							}\n							\n.simple-dark .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-dark  .esg-cartbutton-wrapper {	cursor: default !important; }\n\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-dark .esg-navigationbutton:hover,\n.simple-dark .esg-filterbutton:hover,\n.simple-dark .esg-sortbutton:hover,\n.simple-dark .esg-sortbutton-order:hover,\n.simple-dark .esg-cartbutton-order:hover,\n.simple-dark .esg-filterbutton.selected {\n										border-color:#fff;\n										color:#000;\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										background:#fff;\n										}\n\n.simple-dark .esg-navigationbutton:hover * { color:#000; }\n.simple-dark .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-dark .esg-sortbutton-order.tp-desc:hover {\n													border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#000;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												 }\n\n.simple-dark .esg-filter-checked {\n									padding:1px;\n									color:transparent;\n									background:#000;\n									background: rgba(255,255,255,0.15);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n\n.simple-dark .esg-filterbutton.selected .esg-filter-checked,\n.simple-dark .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px;\n															color:#000;\n															background:#fff;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),
(7, 'Text Dark', 'text-dark', '/********************************\n-	TEXT DARK BUTTONS -\n*********************************/\n\n.text-dark .navigationbuttons,\n.text-dark .esg-pagination,\n.text-dark .esg-filters { text-align: center; }\n\n.text-dark .esg-filterbutton,\n.text-dark .esg-navigationbutton,\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n						  }\n\n.text-dark .esg-navigationbutton * {\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n								   }\n\n.text-dark  .esg-sortbutton-wrapper,\n.text-dark  .esg-cartbutton-wrapper { display:inline-block; }\n.text-dark  .esg-sortbutton-order,\n.text-dark  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n									cursor: pointer;\n									background: transparent;\n								  }\n\n.text-dark .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							cursor: default !important;\n							}\n.text-dark .esg-cartbutton .esgicon-basket {\n											color:#fff;\n											color:rgba(255,255,255,0.4);\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-dark  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-dark .esg-navigationbutton:hover,\n.text-dark .esg-filterbutton:hover,\n.text-dark .esg-sortbutton:hover,\n.text-dark .esg-filterbutton.selected,\n.text-dark .esg-sortbutton-order:hover,\n.text-dark .esg-cartbutton-order:hover { color:#fff; }\n\n.text-dark .esg-navigationbutton:hover,\n.text-dark .esg-filterbutton:hover span:first-child,\n.text-dark .esg-filterbutton.selected span:first-child { text-decoration: none; }\n\n.text-dark .esg-filterbutton {\n								border-right:1px solid #fff;\n								border-right:1px solid rgba(255,255,255,0.15);\n							  }\n.text-dark .esg-filterbutton:last-child	{ border-right:none; }\n\n.text-dark .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #fff;\n									border-left:1px solid rgba(255,255,255,0.15);\n								 }\n\n.text-dark .esg-navigationbutton:hover * { color:#fff; }\n\n.text-dark .esg-sortbutton-order.tp-desc:hover {\n												border-color:#fff;\n												border-color:rgba(255,255,255,0.15);\n												color:#fff;\n												}\n\n.text-dark .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.10);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n\n.text-dark .esg-filter-checked * { }\n.text-dark .esg-filterbutton.selected .esg-filter-checked,\n.text-dark .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.10);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),
(8, 'Text Light', 'text-light', '/********************************\n-	TEXT LIGHT BUTTONS -\n*********************************/\n\n.text-light .navigationbuttons,\n.text-light .esg-pagination,\n.text-light .esg-filters {\n						text-align: center;\n						position: relative;\n						z-index:2;\n						}\n\n.text-light .esg-filterbutton,\n.text-light .esg-navigationbutton,\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton {\n							color:#999;\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n							}\n\n.text-light .esg-navigationbutton * { color:#999; }\n\n.text-light  .esg-sortbutton-wrapper,\n.text-light  .esg-cartbutton-wrapper { display:inline-block; }\n.text-light  .esg-sortbutton-order,\n.text-light  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#999;\n									cursor: pointer;\n									background: transparent;\n									}\n\n.text-light .esg-cartbutton {\n							color:#999;\n							cursor: default !important;\n							}\n.text-light .esg-cartbutton .esgicon-basket {\n											color:#999;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-light .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-light .esg-navigationbutton:hover,\n.text-light .esg-filterbutton:hover,\n.text-light .esg-sortbutton:hover,\n.text-light .esg-filterbutton.selected,\n.text-light .esg-sortbutton-order:hover,\n.text-light .esg-cartbutton-order:hover { color:#444; }\n\n.text-light .esg-navigationbutton:hover,\n.text-light .esg-filterbutton:hover span:first-child,\n.text-light .esg-filterbutton.selected span:first-child { text-decoration: underline; }\n\n.text-light .esg-filterbutton {	border-right:1px solid #e5e5e5; }\n.text-light .esg-filterbutton:last-child { border-right:none; }\n\n.text-light .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #e5e5e5;\n								  }\n\n.text-light .esg-navigationbutton:hover * {	color:#444; }\n\n.text-light .esg-sortbutton-order.tp-desc:hover {\n												border-color:#e5e5e5;\n												color:#444;\n												}\n\n.text-light .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#eee;\n								background: rgba(0,0,0,0.05);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n.text-light .esg-filter-checked * { }\n.text-light .esg-filterbutton.selected .esg-filter-checked,\n.text-light .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#333;\n														background:#eee;\n														background: rgba(0,0,0,0.05);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle;\n														}\n'),
(9, 'Flat Light-144708', 'flat-light-144708', '/********************************\n	-	FLAT LIGHT BUTTONS -\n*********************************/\n.flat-light-144708 .navigationbuttons,\n.flat-light-144708 .esg-pagination,\n.flat-light-144708 .esg-filters{	text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-light-144708 .esg-filterbutton,\n.flat-light-144708 .esg-navigationbutton,\n.flat-light-144708 .esg-sortbutton,\n.flat-light-144708 .esg-cartbutton {	color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								position: relative;\n								z-index:2;\n								padding:1px 30px;\n								border:none;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: #fff;\n								margin-bottom:5px;\n							}\n\n.flat-light-144708 .esg-navigationbutton	{ padding:2px 12px; }\n.flat-light-144708 .esg-navigationbutton *	{ color:#000; }\n.flat-light-144708 .esg-pagination-button:last-child { margin-right: 0; }\n\n.flat-light-144708  .esg-sortbutton-wrapper,\n.flat-light-144708  .esg-cartbutton-wrapper { display:inline-block; }\n.flat-light-144708  .esg-sortbutton-order,\n.flat-light-144708  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:none;\n										width:40px;\n										line-height:40px;\n										border-radius:5px;\n										-moz-border-radius:5px;\n										-webkit-border-radius:5px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#eee;\n										background: #fff;\n										margin-left:5px;\n									}\n\n.flat-light-144708 .esg-cartbutton {	color:#fff;\n								cursor: default !important;\n							}\n.flat-light-144708 .esg-cartbutton .esgicon-basket	{\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											}\n.flat-light-144708 .esg-cartbutton-wrapper { cursor: default !important; }\n\n.flat-light-144708 .esg-sortbutton,\n.flat-light-144708 .esg-cartbutton {	display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n							}\n\n.flat-light-144708 .esg-navigationbutton:hover,\n.flat-light-144708 .esg-filterbutton:hover,\n.flat-light-144708 .esg-sortbutton:hover,\n.flat-light-144708 .esg-sortbutton-order:hover,\n.flat-light-144708 .esg-cartbutton-order:hover,\n.flat-light-144708 .esg-filterbutton.selected {\n										border-color:none;color:#000;\n										background:#fff;\n									   }\n\n.flat-light-144708 .esg-navigationbutton:hover * { color:#333; }\n\n.flat-light-144708 .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\n\n.flat-light-144708 .esg-filter-checked	{	padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								}\n.flat-light-144708 .esg-filterbutton.selected .esg-filter-checked,\n.flat-light-144708 .esg-filterbutton:hover .esg-filter-checked	{\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														}\n\n.flat-light-144708 .esg-navigationbutton.esg-loadmore {\n	margin: 15px;\n	padding: 0 15px;\n	width: auto;\n}'),
(10, 'Flat Dark-144708', 'flat-dark-144708', '/********************************\n	-	FLAT DARK BUTTONS -\n*********************************/\n.flat-dark-144708 .navigationbuttons,\n.flat-dark-144708 .esg-pagination,\n.flat-dark-144708 .esg-filters {\n							text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-dark-144708 .esg-filterbutton,\n.flat-dark-144708 .esg-navigationbutton,\n.flat-dark-144708 .esg-sortbutton,\n.flat-dark-144708 .esg-cartbutton {color:#fff;\n							margin-right:5px;\n							cursor:pointer;\n							padding:1px 30px;\n							border:none;\n							line-height:38px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:#3a3a3a;\n							background: rgba(0,0,0,0.2);\n							margin-bottom:5px;\n							}\n\n.flat-dark-144708 .esg-navigationbutton { padding:1px 18px; }\n.flat-dark-144708 .esg-navigationbutton * { color:#fff; }\n.flat-dark-144708 .esg-pagination-button:last-child,\n.flat-dark-144708 .esg-filterbutton:last-child{ margin-right: 0; }\n.flat-dark-144708 .esg-left, .flat-dark-144708 .esg-right { padding:1px 12px; }\n\n.flat-dark-144708  .esg-sortbutton-wrapper,\n.flat-dark-144708  .esg-cartbutton-wrapper	{ display:inline-block; }\n.flat-dark-144708  .esg-sortbutton-order,\n.flat-dark-144708  .esg-cartbutton-order { display:inline-block;\n									vertical-align:top;\n									border:none;\n									width:40px;\n									line-height:40px;\n									border-radius:5px;\n									-moz-border-radius:5px;\n									-webkit-border-radius:5px;\n									font-size:12px;\n									font-weight:700;\n									color:#999;\n									cursor: pointer;\n									background:#eee;\n									background: rgba(0,0,0,0.2);\n									margin-left:5px;\n								}\n\n.flat-dark-144708 .esg-cartbutton {color:#fff;\n							cursor: default !important;\n							}\n.flat-dark-144708 .esg-cartbutton .esgicon-basket {color:#fff;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.flat-dark-144708  .esg-cartbutton-wrapper	{ cursor: default !important; }\n\n.flat-dark-144708 .esg-sortbutton,\n.flat-dark-144708 .esg-cartbutton { display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							}\n\n.flat-dark-144708 .esg-navigationbutton:hover,\n.flat-dark-144708 .esg-filterbutton:hover,\n.flat-dark-144708 .esg-sortbutton:hover,\n.flat-dark-144708 .esg-sortbutton-order:hover,\n.flat-dark-144708 .esg-cartbutton-order:hover,\n.flat-dark-144708 .esg-filterbutton.selected { color:#fff;\n										border-color:none;\n										background:#4a4a4a;\n										background: rgba(0,0,0,0.5);\n									 }\n\n.flat-dark-144708 .esg-navigationbutton:hover * { color:#fff; }\n.flat-dark-144708 .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\n.flat-dark-144708 .esg-filter-checked {padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.2);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle:\n								}\n								\n.flat-dark-144708 .esg-filterbutton.selected .esg-filter-checked,\n.flat-dark-144708 .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.2);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),
(11, 'Minimal Dark-144708', 'minimal-dark-144708', '/********************************\n	-	MINIMAL DARK BUTTONS -\n*********************************/\n\n.minimal-dark-144708 .navigationbuttons,\n.minimal-dark-144708 .esg-pagination,\n.minimal-dark-144708 .esg-filters { text-align: center; }\n\n.minimal-dark-144708 .esg-filterbutton,\n.minimal-dark-144708 .esg-navigationbutton,\n.minimal-dark-144708 .esg-sortbutton,\n.minimal-dark-144708 .esg-cartbutton { color:#fff;\n								color:rgba(255,255,255,1);\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 17px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.1);\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:transparent;\n								margin-bottom:5px;\n								}\n\n\n.minimal-dark-144708 .esg-navigationbutton * {\n										color:#fff;\n										color:rgba(255,255,255,1);\n									}\n.minimal-dark-144708 .esg-navigationbutton	{ padding:0px 11px; }\n.minimal-dark-144708 .esg-pagination-button { padding:0px 16px; }\n.minimal-dark-144708 .esg-pagination-button:last-child { margin-right: 0; }\n\n.minimal-dark-144708  .esg-sortbutton-wrapper,\n.minimal-dark-144708  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-dark-144708  .esg-sortbutton-order,\n.minimal-dark-144708  .esg-cartbutton-order {  display:inline-block;\n										vertical-align:top;\n										border:1px solid rgb(255,255,255);\n										border:1px solid rgba(255,255,255,0.1);\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:600;\n										color:#fff;\n										cursor: pointer;\n										background:transparent;\n									}\n\n.minimal-dark-144708 .esg-cartbutton {\n								color:#fff;\n								cursor: default !important;\n							  }\n.minimal-dark-144708 .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.minimal-dark-144708  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-dark-144708 .esg-sortbutton,\n.minimal-dark-144708 .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n							   }\n\n.minimal-dark-144708 .esg-navigationbutton:hover,\n.minimal-dark-144708 .esg-filterbutton:hover,\n.minimal-dark-144708 .esg-sortbutton:hover,\n.minimal-dark-144708 .esg-sortbutton-order:hover,\n.minimal-dark-144708 .esg-cartbutton-order:hover,\n.minimal-dark-144708 .esg-filterbutton.selected {\n											border-color:#fff;\n											border-color:rgba(255,255,255,0.2);\n											color:#fff;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n											background:#333;\n											background: rgba(255,255,255,0.1);\n										  }\n\n.minimal-dark-144708 .esg-navigationbutton:hover * { color:#fff; }\n\n.minimal-dark-144708 .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#fff;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.minimal-dark-144708 .esg-filter-checked {\n									padding:1px 3px;\n									color:transparent;\n									background:#000;\n									background: rgba(0,0,0,0.10);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n.minimal-dark-144708 .esg-filterbutton.selected .esg-filter-checked,\n.minimal-dark-144708 .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															background: rgba(0,0,0,0.10);\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),
(12, 'Minimal Light-144708', 'minimal-light-144708', '/******************************\n	-	MINIMAL LIGHT SKIN	-\n********************************/\n\n.minimal-light-144708 .navigationbuttons,\n.minimal-light-144708 .esg-pagination,\n.minimal-light-144708 .esg-filters { text-align: center; }\n\n.minimal-light-144708 .esg-filterbutton,\n.minimal-light-144708 .esg-navigationbutton,\n.minimal-light-144708 .esg-sortbutton,\n.minimal-light-144708 .esg-cartbutton a{ \n								color:#999;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 16px;\n								border:1px solid #e5e5e5;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:#fff;\n								margin-bottom:5px;\n							  }\n\n/*.minimal-light-144708 .esg-cartbutton a { color: #999; }*/\n\n.minimal-light-144708 .esg-navigationbutton * { color:#999; }\n.minimal-light-144708 .esg-navigationbutton	{ padding:0px 16px; }\n.minimal-light-144708 .esg-pagination-button:last-child { margin-right: 0; }\n.minimal-light-144708 .esg-left, .minimal-light-144708 .esg-right	{ padding:0px 11px; }\n\n.minimal-light-144708  .esg-sortbutton-wrapper,\n.minimal-light-144708  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-light-144708  .esg-sortbutton-order,\n.minimal-light-144708  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:1px solid #e5e5e5;\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#fff;\n									   }\n\n.minimal-light-144708 .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n								}\n.minimal-light-144708 .esg-cartbutton .esgicon-basket {color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n												}\n.minimal-light-144708  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-light-144708 .esg-sortbutton,\n.minimal-light-144708 .esg-cartbutton { display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n								}\n\n.minimal-light-144708 .esg-navigationbutton:hover,\n.minimal-light-144708 .esg-filterbutton:hover,\n.minimal-light-144708 .esg-sortbutton:hover,\n.minimal-light-144708 .esg-sortbutton-order:hover,\n.minimal-light-144708 .esg-cartbutton a:hover,\n.minimal-light-144708 .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										  }\n\n.minimal-light-144708 .esg-navigationbutton:hover * { color:#333; }\n\n.minimal-light-144708 .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												   }\n\n.minimal-light-144708 .esg-filter-checked { \n									padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n									}\n.minimal-light-144708 .esg-filterbutton.selected .esg-filter-checked,\n.minimal-light-144708 .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														   }'),
(13, 'Simple Light-144708', 'simple-light-144708', '/******************************\n	-	SIMPLE LIGHT SKIN	-\n********************************/\n\n.simple-light-144708 .navigationbuttons,\n.simple-light-144708 .esg-pagination,\n.simple-light-144708 .esg-filters { text-align: center; }\n\n.simple-light-144708 .esg-filterbutton,\n.simple-light-144708 .esg-navigationbutton,\n.simple-light-144708 .esg-sortbutton,\n.simple-light-144708 .esg-cartbutton a {\n								color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 11px;\n								border:1px solid #e5e5e5;\n								line-height:30px;\n								font-size:12px;\n								font-weight:400;\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\n								display: inline-block;\n								background:#eee;\n								margin-bottom:5px;\n							  }\n\n.simple-light-144708 .esg-navigationbutton * {	color:#000; }\n.simple-light-144708 .esg-left,\n.simple-light-144708 .esg-right { color:#000; padding:0px 7px;}\n.simple-light-144708 .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-light-144708 .esg-sortbutton-wrapper,\n.simple-light-144708 .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-light-144708 .esg-sortbutton-order,\n.simple-light-144708 .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border: 1px solid #e5e5e5;\n									width: 29px;\n									line-height: 30px;\n									font-size: 9px;\n									font-weight: 400;\n									color: #000;\n									cursor: pointer;\n									background: #eee;\n									}\n\n.simple-light-144708 .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n							  }\n.simple-light-144708 .esg-cartbutton .esgicon-basket {\n												color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-light-144708  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.simple-light-144708 .esg-sortbutton,\n.simple-light-144708 .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-light-144708 .esg-navigationbutton:hover,\n.simple-light-144708 .esg-filterbutton:hover,\n.simple-light-144708 .esg-sortbutton:hover,\n.simple-light-144708 .esg-sortbutton-order:hover,\n.simple-light-144708 .esg-cartbutton a:hover,\n.simple-light-144708 .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										 }\n\n.simple-light-144708 .esg-navigationbutton:hover * { color:#333; }\n\n.simple-light-144708 .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.simple-light-144708 .esg-filter-checked {\n									padding:3px;\n									color:#c5c5c5;\n									background:#ddd;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:400;\n									line-height:20px;\n									vertical-align: middle;\n								  }\n.simple-light-144708 .esg-filterbutton.selected .esg-filter-checked,\n.simple-light-144708 .esg-filterbutton:hover .esg-filter-checked {\n															padding: 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:400;\n															line-height:20px;\n															vertical-align: middle\n														}');
INSERT INTO `2FCHlI_eg_navigation_skins` (`id`, `name`, `handle`, `css`) VALUES
(14, 'Simple Dark-144708', 'simple-dark-144708', '/********************************\n-	SIMPLE DARK BUTTONS -\n*********************************/\n\n.simple-dark-144708 .navigationbuttons,\n.simple-dark-144708 .esg-pagination,\n.simple-dark-144708 .esg-filters {	text-align: center; }\n\n.simple-dark-144708 .esg-filterbutton,\n.simple-dark-144708 .esg-navigationbutton,\n.simple-dark-144708 .esg-sortbutton,\n.simple-dark-144708 .esg-cartbutton {\n								color:#fff;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 10px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.15);\n								line-height:29px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: rgba(255,255,255,0.08 );\n								margin-bottom:5px;\n							  }\n\n.simple-dark-144708 .esg-navigationbutton * {\n										color:#fff;\n									 }\n.simple-dark-144708 .esg-left, .simple-dark-144708 .esg-right { padding:0px 5px !important; }\n\n.simple-dark-144708  .esg-sortbutton-wrapper,\n.simple-dark-144708  .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-dark-144708  .esg-sortbutton-order,\n.simple-dark-144708  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border:1px solid rgb(255,255,255);\n									border:1px solid rgba(255,255,255,0.15);\n									width: 29px;\n									line-height: 29px;\n									font-size: 9px;\n									font-weight: 600;\n									color: #fff;\n									cursor: pointer;\n									background: rgba(255,255,255,0.08 );\n									}\n\n.simple-dark-144708 .esg-cartbutton {\n							color:#fff;\n							cursor: default !important;\n							}\n							\n.simple-dark-144708 .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-dark-144708  .esg-cartbutton-wrapper {	cursor: default !important; }\n\n.simple-dark-144708 .esg-sortbutton,\n.simple-dark-144708 .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-dark-144708 .esg-navigationbutton:hover,\n.simple-dark-144708 .esg-filterbutton:hover,\n.simple-dark-144708 .esg-sortbutton:hover,\n.simple-dark-144708 .esg-sortbutton-order:hover,\n.simple-dark-144708 .esg-cartbutton-order:hover,\n.simple-dark-144708 .esg-filterbutton.selected {\n										border-color:#fff;\n										color:#000;\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										background:#fff;\n										}\n\n.simple-dark-144708 .esg-navigationbutton:hover * { color:#000; }\n.simple-dark-144708 .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-dark-144708 .esg-sortbutton-order.tp-desc:hover {\n													border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#000;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												 }\n\n.simple-dark-144708 .esg-filter-checked {\n									padding:1px;\n									color:transparent;\n									background:#000;\n									background: rgba(255,255,255,0.15);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n\n.simple-dark-144708 .esg-filterbutton.selected .esg-filter-checked,\n.simple-dark-144708 .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px;\n															color:#000;\n															background:#fff;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),
(15, 'Text Dark-144708', 'text-dark-144708', '/********************************\n-	TEXT DARK BUTTONS -\n*********************************/\n\n.text-dark-144708 .navigationbuttons,\n.text-dark-144708 .esg-pagination,\n.text-dark-144708 .esg-filters { text-align: center; }\n\n.text-dark-144708 .esg-filterbutton,\n.text-dark-144708 .esg-navigationbutton,\n.text-dark-144708 .esg-sortbutton,\n.text-dark-144708 .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n						  }\n\n.text-dark-144708 .esg-navigationbutton * {\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n								   }\n\n.text-dark-144708  .esg-sortbutton-wrapper,\n.text-dark-144708  .esg-cartbutton-wrapper { display:inline-block; }\n.text-dark-144708  .esg-sortbutton-order,\n.text-dark-144708  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n									cursor: pointer;\n									background: transparent;\n								  }\n\n.text-dark-144708 .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							cursor: default !important;\n							}\n.text-dark-144708 .esg-cartbutton .esgicon-basket {\n											color:#fff;\n											color:rgba(255,255,255,0.4);\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-dark-144708  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-dark-144708 .esg-sortbutton,\n.text-dark-144708 .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-dark-144708 .esg-navigationbutton:hover,\n.text-dark-144708 .esg-filterbutton:hover,\n.text-dark-144708 .esg-sortbutton:hover,\n.text-dark-144708 .esg-filterbutton.selected,\n.text-dark-144708 .esg-sortbutton-order:hover,\n.text-dark-144708 .esg-cartbutton-order:hover { color:#fff; }\n\n.text-dark-144708 .esg-navigationbutton:hover,\n.text-dark-144708 .esg-filterbutton:hover span:first-child,\n.text-dark-144708 .esg-filterbutton.selected span:first-child { text-decoration: none; }\n\n.text-dark-144708 .esg-filterbutton {\n								border-right:1px solid #fff;\n								border-right:1px solid rgba(255,255,255,0.15);\n							  }\n.text-dark-144708 .esg-filterbutton-last	{ border-right:none; }\n\n.text-dark-144708 .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #fff;\n									border-left:1px solid rgba(255,255,255,0.15);\n								 }\n\n.text-dark-144708 .esg-navigationbutton:hover * { color:#fff; }\n\n.text-dark-144708 .esg-sortbutton-order.tp-desc:hover {\n												border-color:#fff;\n												border-color:rgba(255,255,255,0.15);\n												color:#fff;\n												}\n\n.text-dark-144708 .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.10);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n\n.text-dark-144708 .esg-filter-checked * { }\n.text-dark-144708 .esg-filterbutton.selected .esg-filter-checked,\n.text-dark-144708 .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.10);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}\n.text-dark-144708 .esg-pagination-button:last-child { \n	border-right: none; \n}'),
(16, 'Text Light-144708', 'text-light-144708', '/********************************\n-	TEXT LIGHT BUTTONS -\n*********************************/\n\n.text-light-144708 .navigationbuttons,\n.text-light-144708 .esg-pagination,\n.text-light-144708 .esg-filters {\n						text-align: center;\n						position: relative;\n						z-index:2;\n						}\n\n.text-light-144708 .esg-filterbutton,\n.text-light-144708 .esg-navigationbutton,\n.text-light-144708 .esg-sortbutton,\n.text-light-144708 .esg-cartbutton {\n							color:#999;\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n							}\n\n.text-light-144708 .esg-navigationbutton * { color:#999; }\n\n.text-light-144708  .esg-sortbutton-wrapper,\n.text-light-144708  .esg-cartbutton-wrapper { display:inline-block; }\n.text-light-144708  .esg-sortbutton-order,\n.text-light-144708  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#999;\n									cursor: pointer;\n									background: transparent;\n									}\n\n.text-light-144708 .esg-cartbutton {\n							color:#999;\n							cursor: default !important;\n							}\n.text-light-144708 .esg-cartbutton .esgicon-basket {\n											color:#999;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-light-144708 .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-light-144708 .esg-sortbutton,\n.text-light-144708 .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-light-144708 .esg-navigationbutton:hover,\n.text-light-144708 .esg-filterbutton:hover,\n.text-light-144708 .esg-sortbutton:hover,\n.text-light-144708 .esg-filterbutton.selected,\n.text-light-144708 .esg-sortbutton-order:hover,\n.text-light-144708 .esg-cartbutton-order:hover { color:#444; }\n\n.text-light-144708 .esg-navigationbutton:hover,\n.text-light-144708 .esg-filterbutton:hover span:first-child,\n.text-light-144708 .esg-filterbutton.selected span:first-child { text-decoration: underline; }\n\n.text-light-144708 .esg-filterbutton {	border-right:1px solid #e5e5e5; }\n.text-light-144708 .esg-filterbutton-last { border-right:none; }\n\n.text-light-144708 .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #e5e5e5;\n								  }\n\n.text-light-144708 .esg-navigationbutton:hover * {	color:#444; }\n\n.text-light-144708 .esg-sortbutton-order.tp-desc:hover {\n												border-color:#e5e5e5;\n												color:#444;\n												}\n\n.text-light-144708 .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#eee;\n								background: rgba(0,0,0,0.05);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n.text-light-144708 .esg-filter-checked * { }\n.text-light-144708 .esg-filterbutton.selected .esg-filter-checked,\n.text-light-144708 .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#333;\n														background:#eee;\n														background: rgba(0,0,0,0.05);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle;\n														}\n\n.text-light-144708 .esg-pagination-button:last-child { \n	border-right: none; \n}'),
(17, 'Pat LaFontaine', 'pat-lafontaine', '/*************************************\n	-	Pat LaFontaine 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;1,400&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n.pat-lafontaine .esg-overflowtrick {\n  margin: 20px 0\n}\n\n.pat-lafontaine .navigationbuttons,\n.pat-lafontaine .esg-pagination,\n.pat-lafontaine .esg-filters {\n	text-transform: uppercase;\n	text-align: center;\n}\n\n.pat-lafontaine .esg-filters {margin-bottom: 1px !important}\n\n.pat-lafontaine .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.pat-lafontaine input.eg-search-input,\n.pat-lafontaine .esg-filterbutton,\n.pat-lafontaine .esg-navigationbutton,\n.pat-lafontaine .esg-sortbutton,\n.pat-lafontaine .esg-cartbutton,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n	color: #000;\n	margin-right: 1px;\n	cursor: pointer;\n	position: relative;\n	z-index: 2;\n	padding: 0px 20px;\n	border: none;\n	line-height: 50px;\n	border-radius: 0;\n	font-size: 14px;\n	font-weight: 400;\n	font-family: \"Barlow Condensed\", sans-serif;\n	display: inline-block;\n	background: #eaedf1;\n	margin-bottom: 0 !important;\n	white-space: nowrap;\n	min-height: 50px;\n	vertical-align: middle;\n  	transition: all 0.3s ease;\n  	min-width: 50px;\n}\n\n.pat-lafontaine .esg-filter-wrapper {\n  margin: 0 !important\n    }\n\n.pat-lafontaine .esg-allfilter {\n  background: #f03e3f !important;\n  color: #fff !important\n}\n\n.pat-lafontaine .esg-allfilter.hovered {\n  background: #000 !important;\n  color: #fff !important\n}\n\n.pat-lafontaine span.eg-el-amount {\n  letter-spacing: 1px\n}\n\n.pat-lafontaine span.eg-el-amount:before {\n  content: \"[\";\n  opacity: 0.5\n}\n\n.pat-lafontaine span.eg-el-amount:after {\n  content: \"]\";\n  opacity: 0.5\n}\n\n.pat-lafontaine .esg-cartbutton a {\n	color: #000;\n}\n\n.pat-lafontaine input.eg-search-input::placeholder {\n	line-height: 40px;\n	vertical-align: middle;\n	color:#999;\n}\n\n.pat-lafontaine .esg-navigationbutton {\n	padding: 0px;\n	min-width: 50px;\n}\n\n.pat-lafontaine .esg-navigationbutton.esg-loadmore {\n  padding: 0 20px;\n  text-transform: uppercase;\n}\n\n.pat-lafontaine .esg-navigationbutton * {\n	color: #000;\n}\n\n.pat-lafontaine .esg-navigationbutton.hovered i {\n  	color: #fff;\n}\n\n.pat-lafontaine .esg-pagination-button:last-child {\n	margin-right: 0;\n}\n\n.pat-lafontaine .esg-sortbutton-wrapper,\n.pat-lafontaine .esg-cartbutton-wrapper {\n	display: inline-block;\n  	margin-right: 1px !important;\n  	margin-left: 0 !important;\n}\n\n.pat-lafontaine .esg-sortbutton-order,\n.pat-lafontaine .esg-cartbutton-order {\n	display: inline-block;\n	vertical-align: middle;\n	border: none;\n	width: 50px;\n	line-height: 50px;\n	font-size: 12px;\n	font-weight: 700;\n	color: #999;\n	cursor: pointer;\n	background: #eaedf1;\n	margin-left: 1px;\n  	border-radius: 0;\n}\n\n.pat-lafontaine .esg-sortbutton-order.eg-icon-down-open:before {\n  	content: \"arrow_downward\";\n 	font-family: \"Material Icons\";\n  	font-size: 18px;\n  	color: #000;\n  	vertical-align: middle;\n}\n\n.pat-lafontaine .esg-sortbutton-order.hovered.eg-icon-down-open:before {\n  color: #fff\n}\n\n.pat-lafontaine .esg-cartbutton {\n	color: #999;\n	cursor: default !important;\n 	border-radius: 0 !important;\n  	padding: 0 20px 0 16px\n}\n\n.pat-lafontaine .esg-cartbutton.hovered .eg-icon-basket,\n.pat-lafontaine .esg-cartbutton.hovered .ess-cart-content {\n  color: #fff\n}\n\n.pat-lafontaine .esg-cartbutton .esgicon-basket {\n	color: #999;\n	font-size: 15px;\n	line-height: 15px;\n	margin-right: 10px;\n}\n\n.pat-lafontaine .esg-cartbutton-wrapper {\n	cursor: default !important;\n}\n\n.pat-lafontaine .esg-sortbutton,\n.pat-lafontaine .esg-cartbutton {\n	display: inline-block;\n	position: relative;\n	cursor: pointer;\n	margin-right: 0px;\n	border-radius: 5px;\n}\n\n.pat-lafontaine input.eg-search-input.hovered,\n.pat-lafontaine input.eg-search-input:focus,\n.pat-lafontaine .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.pat-lafontaine .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.pat-lafontaine .esg-navigationbutton.hovered,\n.pat-lafontaine .esg-filterbutton.hovered,\n.pat-lafontaine .esg-sortbutton.hovered,\n.pat-lafontaine .esg-sortbutton-order.hovered,\n.pat-lafontaine .esg-cartbutton-order.hovered,\n.pat-lafontaine .esg-filterbutton.selected,\n.pat-lafontaine .esg-cartbutton.hovered,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit.hovered {\n	border-color: none;\n	color: #fff;\n	background: #000;\n}\n\n.pat-lafontaine .esg-navigationbutton.hovered * {\n	color: #000;\n}\n\n.pat-lafontaine .esg-sortbutton-order.hovered.tp-desc {\n	color: #000;\n}\n\n.pat-lafontaine .esg-filter-checked {\n	color: #cbcbcb;\n	background: none;\n	margin-left: 10px;\n	font-size: 9px;\n	font-weight: 300;\n	line-height: 13px;\n	vertical-align: middle;\n  	display: inline-block;\n    transform: translateY(-1px);\n  	border: 1px solid #cbcbcb;\n}\n.pat-lafontaine .esg-filterbutton.hovered .esg-filter-checked {\n	color: #fff;\n	background: #000;\n}\n\n.pat-lafontaine .esg-filterbutton.selected .esg-filter-checked {\n  background: #fff;\n  color: #000;\n  border: 1px solid #fff;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper {\n	white-space: nowrap;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	margin-left: 5px;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	width:40px;\n	padding:0px;\n	margin-left: 5px;\n	margin-right:0px;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n	width:auto;\n}\n\n.pat-lafontaine .esg-sortbutton {\n  	border-radius: 0;\n  	padding-right: 40px\n}\n\n.pat-lafontaine .esg-sortbutton:after,\n.pat-lafontaine .esg-selected-filterbutton .eg-icon-down-open:before{\n  	content: \"\";\n  	position: absolute;\n  	width: 5px;\n  	height: 5px;\n  	border-left: 1px solid #000;\n  	border-bottom: 1px solid #000;\n  	transform: rotate(-45deg) translateY(-6px);\n  	right: 15px;\n  	top: 50%\n}\n\n.pat-lafontaine .esg-sortbutton.hovered:after {\n  	border-left: 1px solid #fff;\n  	border-bottom: 1px solid #fff;\n}\n\n.pat-lafontaine .esg-dropdown-wrapper {\n	transform: translateZ(10px) translateX(-50%);\n	left: 50%;\n	background:transparent;\n	padding:0px;\n}\n\n.pat-lafontaine .esg-dropdown-wrapper .esg-filterbutton {\n	position: relative;\n  	width: 100%;\n}\n\n.pat-lafontaine .esg-selected-filterbutton .eg-icon-down-open {\n	margin-right: -10px;\n	font-size: 12px;\n	color:#999;\n}\n\n.pat-lafontaine .dropdownstyle .esg-filterbutton .esg-filter-checked {\n  margin-left: 0;\n  transform: translateY(-2px);\n}\n\n.pat-lafontaine .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,\n.pat-lafontaine .esg-selected-filterbutton.hovered .eg-icon-down-open {\n	color:#000;\n}\n\n.pat-lafontaine .eg-search-wrapper {background: #3d3b3e}\n.pat-lafontaine .eg-search-wrapper .eg-search-input {\n  background: #3d3b3e;\n  font-style: italic;\n  border-bottom: 1px solid #868689;\n  line-height: 22px;\n  min-height: 22px;\n  padding: 0;\n  margin: 0 0 0 20px !important;\n}\n\n.pat-lafontaine .eg-search-wrapper .eg-search-input.hovered,\n.pat-lafontaine .eg-search-wrapper .eg-search-input:focus,\n.pat-lafontaine .eg-search-wrapper .eg-search-input:active,\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n  background-color: #3d3b3e !important;\n  color: #fff !important;\n}\n\n.pat-lafontaine .eg-search-wrapper .eg-search-input.hovered,\n.pat-lafontaine .eg-search-wrapper input:-webkit-autofill,\n.pat-lafontaine .eg-search-wrapper input:-webkit-autofill:hover,\n.pat-lafontaine .eg-search-wrapper input:-webkit-autofill:focus {\n  border-bottom: 1px solid #fff;\n  -webkit-text-fill-color: #fff;\n  -webkit-box-shadow: 0 0 0px 1000px #3d3b3e inset;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n  margin-left: 0;\n  width: 46px;\n}\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n  background: #000;\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n  margin-left: 0;\n  width: 46px;\n  background: #000;\n  color: #fff\n}\n\n.pat-lafontaine .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered {\n  background: #f03e3f;\n}\n\n\n\n'),
(18, 'Grant Fuhr', 'grant-fuhr', '/*************************************\n	-	Grant Fuhr 3.0.0 SKIN -\n*************************************/\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n.grant-fuhr .esg-filters {\n  margin-bottom: 20px !important;\n}\n\n.grant-fuhr .navigationbuttons,\n.grant-fuhr .esg-pagination,\n.grant-fuhr .esg-filters {\n	text-transform: uppercase;\n	text-align: center;\n}\n\n\n.grant-fuhr .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.grant-fuhr input.eg-search-input,\n.grant-fuhr .esg-filterbutton,\n.grant-fuhr .esg-navigationbutton,\n.grant-fuhr .esg-sortbutton,\n.grant-fuhr .esg-cartbutton,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n	color: #fff;\n	margin-right: 13px;\n	cursor: pointer;\n	position: relative;\n	z-index: 2;\n	padding: 0px 15px;\n	border: none;\n	line-height: 50px;\n	font-size: 12px;\n	font-weight: 400;\n	font-family: \"Open Sans\", sans-serif;\n  	font-style: italic;\n  	letter-spacing: 1px;\n	display: inline-block;\n	background: #2e2e34;\n	margin-bottom: 1px;\n	white-space: nowrap;\n	min-height: 50px;\n	vertical-align: top;\n  	border-radius: 0px !important;\n  	min-width: 42px;\n  	text-transform: none;\n}\n.grant-fuhr .esg-cartbutton-wrapper {\n  margin: 0 11px !important;\n}\n\n.grant-fuhr .esg-filterbutton.esg-allfilter {\n  	text-decoration: underline;\n}\n\n.grant-fuhr .esg-sortbutton-wrapper {\n  position: relative;\n  margin: 0 2px 0 8px !important;\n}\n\n.grant-fuhr .esg-sortbutton-wrapper .esg-sortbutton {\n  padding-right: 35px;\n}\n\n.grant-fuhr .esg-filterbutton:before,\n.grant-fuhr .eg-search-wrapper:before,\n.grant-fuhr .esg-cartbutton:before,\n.grant-fuhr .esg-sortbutton-wrapper .esg-sortbutton:before,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:before {\n  	width: 0;\n	height: 0;\n	border-style: solid;\n	border-width: 0 0 50px 12px;\n	border-color: transparent transparent #2e2e34 transparent;\n  	position: absolute;\n  	content:\"\";\n  	top: 0;\n  	left: -12px\n}\n\n.grant-fuhr .esg-sortbutton-wrapper .esg-sortbutton.hovered:before {\n  border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr .esg-filterbutton:after,\n.grant-fuhr .eg-search-wrapper .eg-search-clean:after,\n.grant-fuhr .esg-cartbutton:after,\n.grant-fuhr .esg-sortbutton-order:after,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:after {\n  	width: 0;\n	height: 0;\n	border-style: solid;\n	border-width: 50px 12px 0 0;\n	border-color: #2e2e34 transparent transparent transparent;\n  	position: absolute;\n  	content:\"\";\n  	top: 0;\n  	right: -12px\n}\n\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:after {\n  right: 1px\n}\n\n.grant-fuhr .esg-filterbutton.hovered:before,\n.grant-fuhr .esg-filterbutton.selected:before,\n.grant-fuhr .esg-cartbutton.hovered:before,\n.grant-fuhr .esg-sortbutton-wrapper.hovered:before,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover:before {\n  border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr .esg-filterbutton.hovered:after,\n.grant-fuhr .esg-filterbutton.selected:after,\n.grant-fuhr .esg-cartbutton.hovered:after,\n.grant-fuhr .esg-sortbutton-wrapper.hovered:after,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover:after {\n  border-color: #fff157 transparent transparent transparent;\n}\n\n.esg-sortbutton-order.tp-desc {\n  transform: none;\n}\n\n.esg-sortbutton-order.tp-desc:before {\n  transform: scaleY(-1);\n}\n\n.grant-fuhr .esg-filterbutton .eg-el-amount {\n  position: absolute;\n  line-height: 27px;\n  min-width: 27px;\n  border-radius: 50%;\n  background: #fff157;\n  color: #000;\n  top: -13px;\n  right: -5px;\n  text-align: center;\n  z-index: 2;\n  font-style: normal;\n  font-weight: 600;\n\n}\n\n.grant-fuhr .esg-filterbutton .eg-el-amount:before,\n.grant-fuhr .esg-filterbutton .eg-el-amount:after {\n  display: none\n}\n\n.grant-fuhr .esg-filterbutton.selected .eg-el-amount {\n  background: #2e2e34;\n  color: #fff;\n}\n\n.grant-fuhr .esg-cartbutton a {\n	color: #fff;\n}\n\n.grant-fuhr .esg-cartbutton.hovered a {\n  color: #000;\n}\n\n.grant-fuhr .eg-search-wrapper {\n  position: relative\n}\n\n.grant-fuhr .eg-search-wrapper:before {\n  border-color: transparent transparent #fff157 transparent;\n}\n\n.grant-fuhr input.eg-search-input {\n  background: #fff157;\n  outline-style: none;\n  margin-bottom: 0 !important;\n}\n\n.grant-fuhr input.eg-search-input::placeholder {\n	line-height: 40px;\n	vertical-align: middle;\n	color:#000;\n}\n\n.grant-fuhr input.eg-search-input:focus::placeholder {\n  opacity: 0;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n  margin-left: 0 !important;\n  min-width: 50px;\n  background: #fff157;\n  color: #000;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered {\n  background: #2e2e34 !important;\n  color: #fff157 !important;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n  margin-left: 0 !important;\n  min-width: 50px;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered:after {\n	border-color: #fff157 transparent transparent transparent;\n}\n\n.grant-fuhr .esg-sortbutton-order.eg-icon-down-open:before {\n  	content: \"arrow_downward\";\n 	font-family: \"Material Icons\";\n  	font-size: 18px;\n  	color: #000;\n  	vertical-align: middle;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered.eg-icon-down-open:before {\n  color: #fff\n}\n\n.grant-fuhr .esg-navigationbutton {\n	padding: 0px;\n	width:40px;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-loadmore {\n  	width: auto;\n  	padding: 0 20px\n}\n\n.grant-fuhr .esg-navigationbutton * {\n	color: #999;\n}\n\n.grant-fuhr .esg-pagination-button:last-child {\n	margin-right: 0;\n}\n\n.grant-fuhr .esg-navigationbutton.selected,\n.grant-fuhr .esg-navigationbutton.hovered {\n  color: #000 !important;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-right,\n.grant-fuhr .esg-navigationbutton.esg-left {\n  width: 50px;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-right i,\n.grant-fuhr .esg-navigationbutton.esg-left i {\n  color: #fff;\n}\n\n.grant-fuhr .esg-navigationbutton.esg-right.hovered i,\n.grant-fuhr .esg-navigationbutton.esg-left.hovered i {\n  color: #000;\n}\n\n.grant-fuhr .esg-sortbutton-wrapper,\n.grant-fuhr .esg-cartbutton-wrapper {\n	display: inline-block;\n}\n\n.grant-fuhr .esg-sortbutton-order,\n.grant-fuhr .esg-cartbutton-order {\n	display: inline-block;\n	vertical-align: top;\n	border: none;\n	width: 50px;\n	line-height: 40px;\n	border-radius: 0;\n	font-size: 12px;\n	font-weight: 700;\n	color: #999;\n	cursor: pointer;\n	background: #fff157;\n	margin-left: 0;\n  	line-height: 50px;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered,\n.grant-fuhr .esg-cartbutton-order.hovered {\n  	color: #fff157 !important;\n  	background: #2e2e34 !important;\n}\n\n.grant-fuhr .esg-sortbutton-order:after {\n	border-color: #fff157 transparent transparent transparent;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered:after {\n  border-color: #2e2e34 transparent transparent transparent;\n}\n\n.grant-fuhr .esg-cartbutton {\n	color: #999;\n	cursor: default !important;\n}\n\n.grant-fuhr .esg-cartbutton .esgicon-basket {\n	color: #999;\n	font-size: 15px;\n	line-height: 15px;\n	margin-right: 10px;\n}\n\n.grant-fuhr .esg-cartbutton-wrapper {\n	cursor: default !important;\n}\n\n.grant-fuhr .esg-sortbutton,\n.grant-fuhr .esg-cartbutton {\n	display: inline-block;\n	position: relative;\n	cursor: pointer;\n	margin-right: 0px;\n	border-radius: 5px;\n}\n\n.grant-fuhr input.eg-search-input.hovered,\n.grant-fuhr input.eg-search-input:focus,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.grant-fuhr .esg-navigationbutton.hovered,\n.grant-fuhr .esg-filterbutton.hovered,\n.grant-fuhr .esg-sortbutton.hovered,\n.grant-fuhr .esg-sortbutton-order.hovered,\n.grant-fuhr .esg-cartbutton-order.hovered,\n.grant-fuhr .esg-filterbutton.selected,\n.grant-fuhr .esg-cartbutton.hovered,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit.hovered {\n	border-color: none;\n	color: #000;\n	background: #fff157;\n}\n\n.grant-fuhr .esg-navigationbutton.hovered * {\n	color: #000;\n}\n\n.grant-fuhr .esg-sortbutton-order.hovered.tp-desc {\n	color: #000;\n}\n\n.grant-fuhr .esg-allfilter.esg-allfilter {\n}\n\n.grant-fuhr .esg-filter-checked {\n	color: #cbcbcb;\n	background: #cbcbcb;\n	margin-left: 10px;\n	font-size: 9px;\n	font-weight: 300;\n	line-height: 9px;\n	vertical-align: middle;\n}\n\n.grant-fuhr .esg-filterbutton.selected .esg-filter-checked,\n.grant-fuhr .esg-filterbutton.hovered .esg-filter-checked {\n	color: #fff;\n	background: #000;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper {\n	white-space: nowrap;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	margin-left: 5px;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	width:40px;\n	padding:0px;\n	margin-left: 5px;\n	margin-right:0px;\n}\n\n.grant-fuhr .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n	width:auto;\n}\n\n.grant-fuhr .esg-dropdown-wrapper {\n	transform: translateZ(10px) translateX(-50%);\n	left: 50%;\n	background:transparent;\n	padding:0px;\n}\n\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton {\n	position: relative\n}\n\n.grant-fuhr .esg-selected-filterbutton .eg-icon-down-open {\n	margin-right: -10px;\n	font-size: 12px;\n	color:#999;\n}\n.grant-fuhr .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open,\n.grant-fuhr .esg-selected-filterbutton.hovered .eg-icon-down-open {\n	color:#000;\n}\n\n.grant-fuhr .esg-sortbutton:after,\n.grant-fuhr .esg-selected-filterbutton .eg-icon-down-open:before {\n  	content: \"\";\n  	position: absolute;\n  	width: 5px;\n  	height: 5px;\n  	border-left: 1px solid #fff157;\n  	border-bottom: 1px solid #fff157;\n  	transform: rotate(-45deg) translateY(-6px);\n  	right: 15px;\n  	top: 50%\n}\n\n.grant-fuhr .esg-sortbutton.hovered:after,\n.grant-fuhr .esg-selected-filterbutton.hovered .eg-icon-down-open:before,\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover .esg-selected-filterbutton .eg-icon-down-open:before {\n  	border-left: 1px solid #000;\n  	border-bottom: 1px solid #000;\n}\n\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton {\n  width: 100%;\n  margin: 0;\n}\n\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton:before,\n.grant-fuhr .esg-dropdown-wrapper .esg-filterbutton:after {\n  display: none;\n}\n\n.grant-fuhr .esg-filter-wrapper.dropdownstyle:hover .esg-selected-filterbutton {\n  background: #fff157;\n  color: #000;\n}\n\n\n\n'),
(19, 'Leon Draisaitl', 'leon-draisaitl', '/*************************************\n	-	LEON DRAISAITL 3.0.0 SKIN   -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n.leon-draisaitl .esg-overflowtrick {\n  margin: 20px 0;\n}\n\n.leon-draisaitl .navigationbuttons,\n.leon-draisaitl .esg-pagination,\n.leon-draisaitl .esg-filters {\n	text-align: center;\n}\n\n.leon-draisaitl .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.leon-draisaitl input.eg-search-input,\n.leon-draisaitl .esg-filterbutton,\n.leon-draisaitl .esg-navigationbutton,\n.leon-draisaitl .esg-sortbutton,\n.leon-draisaitl .esg-cartbutton,\n.leon-draisaitl .esg-sortbutton-order,\n.leon-draisaitl .esg-cartbutton-order,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n	color: #000;\n	cursor: pointer;\n	padding: 0px 20px;\n	border: 2px solid #000;\n	line-height: 50px;\n	font-size: 16px;\n	font-weight: 500;\n	font-family: \"Roboto Mono\", monospace;\n 	display: inline-block;\n	background: transparent;\n	margin: -2px -2px 0 0 !important;\n	white-space: nowrap;\n	min-height: 50px;\n	vertical-align: middle;\n  	min-width: 54px;\n  	box-shadow: inset 0px 0px 0px 0px #000;\n  	transition: all 0.4s ease;\n}\n\n.leon-draisaitl .esg-sortbutton-wrapper,\n.leon-draisaitl .esg-filter-wrapper,\n.leon-draisaitl .esg-cartbutton-wrapper {\n  margin: 0 !important;\n}\n\n.leon-draisaitl .esg-cartbutton a {\n	color:#000;\n}\n\n.leon-draisaitl input.eg-search-input::placeholder {\n	line-height: 30px;\n	vertical-align: middle;\n	color:#000;\n}\n\n.leon-draisaitl input.eg-search-input.hovered::placeholder {\n  color: #fff;\n}\n\n.leon-draisaitl .esg-navigationbutton * {\n	color: #000;\n}\n\n.leon-draisaitl .esg-left,\n.leon-draisaitl .esg-right {\n	color: #000;\n	padding: 0px 7px;\n}\n\n.leon-draisaitl .esg-pagination-button:last-child {\n	margin-right: 0;\n}\n\n.leon-draisaitl .esg-sortbutton-wrapper,\n.leon-draisaitl .esg-cartbutton-wrapper {\n	display: inline-block;\n	vertical-align: top;\n}\n\n.leon-draisaitl .esg-sortbutton-order,\n.leon-draisaitl .esg-cartbutton-order {\n	padding: 0px;\n	width: 29px;\n	font-size: 9px;\n}\n\n.leon-draisaitl .esg-cartbutton {\n	color: #333;\n	cursor: default !important;\n}\n\n.leon-draisaitl .esg-cartbutton.hovered *,\n.leon-draisaitl .esg-navigationbutton.hovered * {\n  color: #fff !important;\n}\n\n.leon-draisaitl .esg-cartbutton .esgicon-basket {\n	color: #333;\n	font-size: 15px;\n	line-height: 15px;\n	margin-right: 10px;\n}\n\n.leon-draisaitl .esg-cartbutton-wrapper {\n	cursor: default !important;\n}\n\n.leon-draisaitl .esg-sortbutton,\n.leon-draisaitl .esg-cartbutton {\n	display: inline-block;\n	position: relative;\n	cursor: pointer;\n	margin-right: 5px;\n}\n\n.leon-draisaitl input.eg-search-input.hovered,\n.leon-draisaitl input.eg-search-input:focus,\n.leon-draisaitl .esg-navigationbutton.hovered,\n.leon-draisaitl .esg-filterbutton.hovered,\n.leon-draisaitl .esg-sortbutton.hovered,\n.leon-draisaitl .esg-sortbutton-order.hovered,\n.leon-draisaitl .esg-cartbutton.hovered,\n.leon-draisaitl .esg-filterbutton.selected,\n.leon-draisaitl .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.leon-draisaitl .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit.hovered {\n	background-color: #fff;\n	border-color: #000;\n	color: #fff;\n	box-shadow: inset 0px 0px 0px 50px #000;\n}\n\n.leon-draisaitl .esg-cartbutton.hovered a {\n	color:#000;\n}\n\n.leon-draisaitl .esg-navigationbutton.hovered * {\n	color: #333;\n}\n\n.leon-draisaitl .esg-sortbutton-order.hovered .tp-desc {\n	border-color: #bbb;\n	color: #333;\n	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.leon-draisaitl .esg-filter-checked {\n	color: #aaa;\n  	border: 2px solid #000;\n	background: transparent;\n	margin-left: 10px;\n	font-size: 9px;\n	font-weight: 400;\n	line-height: 14px;\n	vertical-align: middle;\n  	text-align: center;\n  	min-width: 18px;\n  	display: inline-block;\n}\n\n.leon-draisaitl .esg-filterbutton.selected .esg-filter-checked,\n.leon-draisaitl .esg-filterbutton.hovered .esg-filter-checked {\n	color: #000;\n	background: #fff;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper {\n	line-height: 30px;\n	white-space: nowrap;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	margin-left: 5px;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	width:29px;\n	padding:0px;\n	margin-left: 5px;\n	margin-right:0px;\n}\n\n.leon-draisaitl .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n	width:auto;\n	border-radius:0px;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper {\n	left: 0px;\n	background: #fff;\n  	border: 2px solid #000;\n  	margin-top: -2px;\n  	padding: 0;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton {\n	position: relative;\n	text-align: left;\n	background:transparent;\n	padding: 5px 20px;\n	border:none;\n	box-shadow: none;\n  	box-sizing: border-box;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton.esg-allfilter {\n  width: 100%;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton.selected,\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton.hovered {\n  background: #000;\n}\n\n.leon-draisaitl .esg-dropdown-wrapper .esg-filterbutton .esg-filter-checked {\n  margin: 0 10px 0 -2px;\n}\n\n.leon-draisaitl .esg-selected-filterbutton .eg-icon-down-open {\n	margin-right: -10px;\n	font-size: 9px;\n	color:#000;\n}\n.leon-draisaitl .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.leon-draisaitl .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open {\n	color: #fff;\n}\n\n.leon-draisaitl .esg-sortbutton-order.eg-icon-down-open:before {\n    content: \"arrow_downward\";\n    font-family: \"Material Icons\";\n  	font-size: 19px;\n  	vertical-align: middle;\n}\n\n\n'),
(20, 'Uwe Krupp', 'uwe-krupp', '/*************************************\n	-	UWE KRUPP 3.0.0 SKIN   -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n.uwe-krupp .esg-overflowtrick {\n  margin: 50px 0;\n}\n\n.uwe-krupp .navigationbuttons,\n.uwe-krupp .esg-pagination,\n.uwe-krupp .esg-filters {\n	text-align: center;\n}\n\n.uwe-krupp .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.uwe-krupp input.eg-search-input,\n.uwe-krupp .esg-filterbutton,\n.uwe-krupp .esg-navigationbutton,\n.uwe-krupp .esg-sortbutton,\n.uwe-krupp .esg-cartbutton,\n.uwe-krupp .esg-sortbutton-order,\n.uwe-krupp .esg-cartbutton-order,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n	color: #6a666b;\n  	letter-spacing: 1px;\n	margin-right: 5px;\n	cursor: pointer;\n	padding: 0px 15px;\n	line-height: 40px;\n	font-size: 13px;\n	font-weight: 400;\n	font-family: \"Arvo\", serif;\n 	display: inline-block;\n	background: rgba(255, 255, 255, 0.65);\n	margin-bottom: 5px;\n	white-space: nowrap;\n	min-height: 40px;\n	vertical-align: middle;\n  	min-width: 40px;\n  	border-radius: 12px;\n}\n\n.uwe-krupp .esg-cartbutton a {\n	color:#000;\n}\n\n.uwe-krupp input.eg-search-input::placeholder {\n	line-height: 30px;\n	vertical-align: middle;\n	color: #6a666b;\n}\n\n.uwe-krupp input.eg-search-input:focus::placeholder {\n  opacity: 0;\n}\n\n.uwe-krupp .esg-navigationbutton.esg-right,\n.uwe-krupp .esg-navigationbutton.esg-left {\n  background: #b0a5b4;\n}\n\n.uwe-krupp .esg-navigationbutton.esg-left {\n  border-radius: 0 12px 12px 0px;\n}\n\n.uwe-krupp .esg-navigationbutton.esg-right {\n  border-radius: 12px 0px 0px 12px;\n}\n\n.uwe-krupp .esg-navigationbutton * {\n	color: #000;\n}\n\n.uwe-krupp .esg-left,\n.uwe-krupp .esg-right {\n	color: #000;\n	padding: 0px 7px;\n}\n\n.uwe-krupp .esg-pagination-button:last-child {\n	margin-right: 0;\n}\n\n.uwe-krupp .esg-sortbutton-wrapper,\n.uwe-krupp .esg-cartbutton-wrapper {\n	display: inline-block;\n	vertical-align: top;\n}\n\n.uwe-krupp .esg-sortbutton-order,\n.uwe-krupp .esg-cartbutton-order {\n	padding: 0px;\n	width: 29px;\n	font-size: 9px;\n}\n\n.uwe-krupp .esg-cartbutton {\n	color: #757176;\n	cursor: default !important;\n}\n\n.uwe-krupp .esg-cartbutton .esgicon-basket {\n	color: #757176;\n	font-size: 15px;\n	line-height: 15px;\n	margin-right: 10px;\n}\n\n.uwe-krupp .esg-cartbutton .ess-cart-content {\n  color: #757176;\n}\n\n.uwe-krupp .esg-cartbutton-wrapper {\n	cursor: default !important;\n}\n\n.uwe-krupp .esg-sortbutton,\n.uwe-krupp .esg-cartbutton {\n	display: inline-block;\n	position: relative;\n	cursor: pointer;\n	margin-right: 5px;\n}\n\n.uwe-krupp input.eg-search-input.hovered,\n.uwe-krupp input.eg-search-input:focus,\n.uwe-krupp .esg-navigationbutton.hovered,\n.uwe-krupp .esg-filterbutton.hovered,\n.uwe-krupp .esg-sortbutton.hovered,\n.uwe-krupp .esg-sortbutton-order.hovered,\n.uwe-krupp .esg-cartbutton.hovered,\n.uwe-krupp .esg-filterbutton.selected,\n.uwe-krupp .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.uwe-krupp .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit.hovered {\n	background-color: #fff;\n	color: #333;\n}\n\n.uwe-krupp .esg-cartbutton.hovered a {\n	color:#000;\n}\n\n.uwe-krupp .esg-navigationbutton.hovered * {\n	color: #333;\n}\n\n.uwe-krupp .esg-sortbutton-order.hovered .tp-desc {\n	border-color: #bbb;\n	color: #333;\n	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.uwe-krupp .esg-filter-checked {\n	color: #b0a5b4;\n	background: transparent;\n  	border: 1px solid #b0a5b4;\n	margin-left: 10px;\n	font-size: 9px;\n	font-weight: 400;\n	line-height: 12px;\n 	min-width: 12px;\n	vertical-align: middle;\n  	display: inline-block;\n  	transform: translateY(-1px);\n}\n\n.uwe-krupp .esg-filterbutton.selected .esg-filter-checked,\n.uwe-krupp .esg-filterbutton.hovered .esg-filter-checked {\n	color: #fff;\n	background: #000;\n  	border: 1px solid #000;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper {\n	line-height: 30px;\n	white-space: nowrap;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	margin-left: 5px;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	width:29px;\n	padding:0px;\n	margin-left: 5px;\n	margin-right:0px;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n	width:auto;\n	border-radius: 12px 0px 0px 12px;\n  	border: none;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n  border-radius: 0px 12px 12px 0px;\n  margin-left: 0;\n}\n\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-submit.hovered,\n.uwe-krupp .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n  background: #b0a5b4;\n  color: #fff;\n}\n\n.uwe-krupp .esg-dropdown-wrapper {\n	left: 0px;\n	background:#fff;\n}\n\n.uwe-krupp .esg-dropdown-wrapper .esg-filterbutton {\n	position: relative;\n	text-align: left;\n	background:transparent;\n	padding:0px;\n	border:none;\n	box-shadow: none;\n}\n\n.uwe-krupp .esg-selected-filterbutton .eg-icon-down-open {\n	margin-right: -10px;\n	font-size: 9px;\n	color:#000;\n}\n.uwe-krupp .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.uwe-krupp .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n	color:#333;\n}\n\n.uwe-krupp .esg-sortbutton-order.eg-icon-down-open {\n  background: #b0a5b4;\n  color: #fff;\n}\n\n.uwe-krupp .esg-sortbutton-order.eg-icon-down-open:before {\n    content: \"arrow_downward\";\n    font-family: \"Material Icons\";\n  	font-size: 19px;\n  	vertical-align: middle;\n}\n\n\n\n');
INSERT INTO `2FCHlI_eg_navigation_skins` (`id`, `name`, `handle`, `css`) VALUES
(21, 'Clark Gillies', 'clark-gillies', '/*************************************\n	-	CLARK GILLIES 3.0.0 SKIN   -\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n.clark-gillies .navigationbuttons,\n.clark-gillies .esg-pagination,\n.clark-gillies .esg-filters {\n	text-align: center;\n}\n\n.clark-gillies .esg-filters {\n  margin-bottom: 20px !important;\n}\n\n.clark-gillies .esg-filter-wrapper {\n  margin: 0 !important;\n}\n\n.clark-gillies .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.clark-gillies input.eg-search-input,\n.clark-gillies .esg-filterbutton,\n.clark-gillies .esg-navigationbutton,\n.clark-gillies .esg-sortbutton,\n.clark-gillies .esg-cartbutton,\n.clark-gillies .esg-sortbutton-order,\n.clark-gillies .esg-cartbutton-order,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n	color: #000;\n	margin: 0 10px 0 0 !important;\n	cursor: pointer;\n	padding: 0px 10px;\n  	border: none;\n	line-height: 28px;\n	font-size: 13px;\n	font-weight: 400;\n	font-family: \"Arvo\", serif;\n 	display: inline-block;\n	background: transparent;\n	white-space: nowrap;\n	min-height: 28px;\n	vertical-align: middle;\n  	letter-spacing: -0.5px;\n  	min-width: 24px;\n  	position: relative;\n  	transition: all 0.3s ease;\n}\n\n.clark-gillies .esg-filterbutton:before,\n.clark-gillies .esg-selected-filterbutton:before,\n.clark-gillies .esg-sortbutton:before {\n  content: \"\";\n  position: absolute;\n  z-index: -1;\n  height: 2px;\n  width: calc(100% - 20px);\n  left: 10px;\n  bottom: 0;\n  background: #000;\n  transition: all 0.3s ease;\n}\n\n.clark-gillies .esg-filterbutton.hovered:before,\n.clark-gillies .esg-filterbutton.selected:before,\n.clark-gillies .esg-filter-wrapper:hover .esg-selected-filterbutton:before,\n.clark-gillies .esg-sortbutton.hovered:before{\n  width: 100%;\n  height: 100%;\n  left: 0;\n}\n\n.clark-gillies .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open {\n  color: #fff !important;\n}\n\n.clark-gillies .esg-cartbutton a {\n	color:#fff;\n}\n\n.clark-gillies input.eg-search-input::placeholder {\n	line-height: 30px;\n	vertical-align: middle;\n	color:#000;\n}\n\n.clark-gillies input.eg-search-input:focus::placeholder {\n  opacity: 0;\n}\n\n.clark-gillies .esg-navigationbutton {\n  min-width: 28px;\n}\n\n.clark-gillies .esg-navigationbutton * {\n	color: #fff;\n}\n\n.clark-gillies .esg-left,\n.clark-gillies .esg-right,\n.clark-gillies .esg-loadmore {\n	color: #fff;\n	padding: 2px 7px;\n  	transition: all 0.3s ease;\n  	box-shadow: inset 0 0 0 20px #000;\n}\n.clark-gillies .esg-left.hovered,\n.clark-gillies .esg-right.hovered,\n.clark-gillies .esg-loadmore.hovered {\n  color: #000 !important;\n  box-shadow: inset 0 0 0 2px #000;\n}\n\n.clark-gillies .esg-loadmore {\n  padding: 0 10px;\n}\n\n.clark-gillies .esg-pagination-button:last-child {\n	margin-right: 0;\n}\n\n.clark-gillies .esg-sortbutton-wrapper,\n.clark-gillies .esg-cartbutton-wrapper {\n	display: inline-block;\n	vertical-align: top;\n}\n\n.clark-gillies .esg-sortbutton-order,\n.clark-gillies .esg-cartbutton-order,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n	padding: 0px;\n	min-width: 30px;\n	font-size: 9px;\n  	transition: all 0.3s ease;\n  	box-shadow: inset 0 0 0 2px #000;\n  	margin-right: 20px !important;\n}\n\n.clark-gillies .esg-sortbutton-order.hovered,\n.clark-gillies .esg-cartbutton-order.hovered,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean.hovered {\n  	box-shadow: inset 0 0 0 20px #000\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean {\n  font-size: 12px;\n  line-height: 28px !important;\n}\n\n.clark-gillies .esg-sortbutton-order.eg-icon-down-open:before {\n    content: \"arrow_downward\";\n    font-family: \"Material Icons\";\n  	font-size: 19px;\n  	vertical-align: middle;\n}\n\n.clark-gillies .esg-cartbutton {\n	color: #fff;\n	cursor: default !important;\n  	transition: all 0.3s ease;\n  	box-shadow: inset 0 0 0 20px #000;\n}\n\n.clark-gillies .esg-cartbutton.hovered {\n  	box-shadow: inset 0 0 0 2px #000;\n}\n\n.clark-gillies .esg-cartbutton .ess-cart-content {\n  	color: #fff;\n}\n\n.clark-gillies .esg-cartbutton.hovered .ess-cart-content {\n  	color: #000;\n}\n\n.clark-gillies .esg-cartbutton .esgicon-basket {\n	color: #fff;\n	font-size: 15px;\n	line-height: 15px;\n	margin-right: 10px;\n}\n\n.clark-gillies .esg-cartbutton-wrapper {\n	cursor: default !important;\n}\n\n.clark-gillies .esg-sortbutton,\n.clark-gillies .esg-cartbutton {\n	display: inline-block;\n	position: relative;\n	cursor: pointer;\n	margin-right: 0 !important;\n}\n\n.clark-gillies input.eg-search-input.hovered,\n.clark-gillies input.eg-search-input:focus,\n.clark-gillies .esg-navigationbutton.hovered,\n.clark-gillies .esg-filterbutton.hovered,\n.clark-gillies .esg-sortbutton.hovered,\n.clark-gillies .esg-sortbutton-order.hovered,\n.clark-gillies .esg-cartbutton.hovered,\n.clark-gillies .esg-filterbutton.selected,\n.clark-gillies .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.clark-gillies .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit.hovered {\n	color: #fff;\n}\n\n.clark-gillies .esg-cartbutton.hovered a {\n	color:#000;\n}\n\n.clark-gillies .esg-navigationbutton.hovered * {\n	color: #333;\n}\n\n.clark-gillies .esg-sortbutton-order.hovered .tp-desc {\n	border-color: #bbb;\n	color: #333;\n	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.clark-gillies .esg-filter-checked {\n	color: #000;\n	margin-left: 10px;\n	font-size: 9px;\n	font-weight: 400;\n	line-height: 20px;\n	vertical-align: middle;\n  	border: 1px solid #000;\n  	background: transparent;\n  	padding: 1px 0;\n}\n\n.clark-gillies .esg-filterbutton.selected .esg-filter-checked,\n.clark-gillies .esg-filterbutton.hovered .esg-filter-checked,\n.clark-gillies .esg-dropdown-wrapper .esg-filter-checked {\n	color: #000;\n	background: #fff;\n}\n\n.clark-gillies .esg-dropdown-wrapper .esg-filter-checked {\n  margin-left: 0;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper {\n	line-height: 22px;\n	white-space: nowrap;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	margin-left: 0;\n  	border-bottom: 2px solid #000;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	width: 29px;\n	padding: 0px;\n	margin-left: 0px;\n	margin-right: 0px;\n  	min-height: 26px;\n  	line-height: 26px;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n	width: auto;\n	border-radius: 0px;\n  	border-bottom: 2px solid #000;\n  	margin: 0 !important;\n  	padding: 2px 0;\n  	min-height: 22px;\n  	line-height: 22px;\n  	font-size: 13px;\n}\n\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input:focus,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input:active,\n.clark-gillies .esg-filter-wrapper.eg-search-wrapper .eg-search-input.hovered {\n  color: #000;\n}\n\n.clark-gillies .esg-dropdown-wrapper {\n	left: 0px;\n	background: #000;\n 	width: 100%;\n}\n\n.clark-gillies .esg-dropdown-wrapper .esg-filterbutton {\n	position: relative;\n	text-align: left;\n	background: transparent;\n	padding: 0px;\n	border: none;\n	box-shadow: none;\n  	color: #fff;\n}\n\n.clark-gillies .esg-dropdown-wrapper .esg-filterbutton.hovered {\n  opacity: 0.6;\n}\n\n.clark-gillies .esg-selected-filterbutton .eg-icon-down-open {\n	margin-right: -10px;\n	font-size: 9px;\n	color:#000;\n}\n.clark-gillies .esg-selected-filterbutton.hovered .eg-icon-down-open,\n.clark-gillies .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open{\n	color:#333;\n}\n\n.clark-gillies .esg-filterbutton .eg-el-amount:before,\n.clark-gillies .esg-filterbutton .eg-el-amount:after {\n  content: \"\";\n}\n\n\n\n'),
(22, 'Rod Langway', 'rod-langway', '/*************************************\n	-	ROD LANGWAY 3.0.0 SKIN	-\n*************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n.rod-langway .esg-overflowtrick {\n  margin: 20px 0;\n}\n\n.rod-langway .navigationbuttons,\n.rod-langway .esg-pagination,\n.rod-langway .esg-filters {\n	text-align: center;\n}\n\n.rod-langway .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.rod-langway input.eg-search-input,\n.rod-langway .esg-filterbutton,\n.rod-langway .esg-navigationbutton,\n.rod-langway .esg-sortbutton,\n.rod-langway .esg-cartbutton,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n	color: #000;\n	margin-right: 0;\n	cursor: pointer;\n	padding: 4px 17px 0;\n	border: none;\n  	box-sizing: border-box;\n	line-height: 35px;\n	font-size: 10px;\n  	text-transform: uppercase;\n  	letter-spacing: 3px;\n	font-weight: 700;\n	font-family: \"Josefin Sans\", sans-serif;\n	display: inline-block;\n	background: #fff;\n	margin-bottom: 5px;\n	white-space: nowrap;\n	min-height: 40px;\n	vertical-align: middle;\n  	border-radius: 0;\n}\n.rod-langway  .esg-filterbutton .eg-el-amount {\n  background: #ced3d7;\n  display: inline-block;\n  line-height: 24px;\n  min-width: 26px;\n  padding-top: 2px;\n  text-align: center;\n  font-weight: 500;\n  font-size: 12px;\n  letter-spacing: 0;\n}\n\n.rod-langway  .esg-filterbutton.hovered .eg-el-amount,\n.rod-langway  .esg-filterbutton.selected .eg-el-amount {\n  background: #2f2f3a;\n  color: #fff;\n}\n\n.rod-langway .esg-filterbutton .eg-el-amount:before,\n.rod-langway .esg-filterbutton .eg-el-amount:after {\n  content: \"\";\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n  margin-left: 0 !important;\n  font-size: 14px;\n  letter-spacing: 0;\n  line-height: 40px;\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.rod-langway .esg-cartbutton {\n  background: #ced3d7;\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.rod-langway .esg-cartbutton.hovered {\n  background: #b0b5b9 !important;\n}\n\n.rod-langway .esg-cartbutton a {\n	color: #000;\n}\n\n.rod-langway .esg-cartbutton a:hover {\n	color: #000;\n}\n\n.rod-langway input.eg-search-input::placeholder {\n	line-height: 38px;\n	vertical-align: middle;\n	color: #b0b5b9;\n}\n\n.rod-langway input.eg-search-input:focus::placeholder {\n  opacity: 0;\n}\n\n.rod-langway .esg-navigationbutton {\n  line-height: 40px;\n  min-width: 40px;\n  letter-spacing: 0;\n  font-size: 14px;\n  font-weight: 400;\n}\n\n.rod-langway .esg-navigationbutton.esg-left {\n  transform: translateX(-40px)\n}\n\n.rod-langway .esg-navigationbutton.esg-right {\n  transform: translateX(40px)\n}\n\n.rod-langway .esg-navigationbutton * {\n	color: #000;\n\n}\n\n.rod-langway .esg-navigationbutton.hovered i {\n	color: #000;\n}\n\n.rod-langway .esg-navigationbutton {\n	padding: 0px 11px;\n}\n\n.rod-langway .esg-pagination-button {\n	padding: 0px 16px;\n}\n\n.rod-langway .esg-pagination-button:last-child {\n	margin-right: 0;\n}\n\n.rod-langway .esg-sortbutton-wrapper,\n.rod-langway .esg-cartbutton-wrapper {\n	display: inline-block;\n}\n\n.rod-langway .esg-sortbutton-order,\n.rod-langway .esg-cartbutton-order {\n	display: inline-block;\n	vertical-align: top;\n	width: 40px;\n	line-height: 40px;\n	border-radius: 0;\n  	border: none;\n	font-size: 12px;\n	font-weight: 600;\n	color: #000;\n	cursor: pointer;\n  	background: #ced3d7;\n}\n\n.rod-langway .esg-sortbutton-order.hovered,\n.rod-langway .esg-cartbutton-order.hovered {\n  background: #b0b5b9 !important;\n}\n\n.rod-langway .esg-cartbutton {\n	color: #fff;\n	cursor: default !important;\n}\n\n.rod-langway .esg-cartbutton .esgicon-basket {\n	color: #fff;\n	font-size: 15px;\n	line-height: 15px;\n	margin-right: 10px;\n}\n\n.rod-langway .esg-cartbutton-wrapper {\n	cursor: default !important;\n}\n\n.rod-langway .esg-sortbutton,\n.rod-langway .esg-cartbutton {\n	display: inline-block;\n	position: relative;\n	cursor: pointer;\n}\n\n.rod-langway .esg-sortbutton{\n	margin-right: 0px;\n	border-right: none;\n	border-radius: 0;\n}\n\n.rod-langway .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.rod-langway .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.rod-langway .esg-navigationbutton.hovered,\n.rod-langway .esg-filterbutton.hovered,\n.rod-langway .esg-sortbutton.hovered,\n.rod-langway .esg-sortbutton-order.hovered,\n.rod-langway .esg-cartbutton-order.hovered,\n.rod-langway .esg-filterbutton.selected,\n.rod-langway .esg-cartbutton.hovered,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit.hovered {\n	color: #000;\n	box-shadow: none;\n	background: #ced3d7;\n}\n\n.rod-langway .esg-navigationbutton.hovered * {\n	color: #fff;\n}\n\n.rod-langway .esg-sortbutton-order.hovered .tp-desc {\n	border-color: #fff;\n	border-color: rgba(255, 255, 255, 0.2);\n	color: #fff;\n	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.rod-langway .esg-filter-checked {\n	color: #ced3d7;\n  	border: 1px solid #333;\n  	letter-spacing: 0;\n	background: transparent;\n	font-size: 9px;\n	font-weight: 300;\n	vertical-align: middle;\n  	line-height: 14px;\n	margin-left: 7px;\n  	display: inline-block;\n  	width: 14px;\n  	height: 14px;\n  	transform: translateY(-2px);\n}\n\n.rod-langway .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n	margin-left: 0;\n	margin-right: 10px;\n	border:1px solid rgba(255,255,255,.2);\n}\n\n.rod-langway .esg-filterbutton.selected .esg-filter-checked,\n.rod-langway .esg-filterbutton.hovered .esg-filter-checked {\n	color: #000;\n  	border: 1px solid #000;\n}\n\n/* */\n.rod-langway .esg-filter-wrapper.eg-search-wrapper {\n	white-space: nowrap;\n}\n\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	width:40px;\n	padding:0px;\n	margin-left:5px;\n	margin-right:0px;\n}\n\n.rod-langway .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n	width:auto;\n}\n\n.rod-langway .esg-dropdown-wrapper {\n	transform: translateZ(10px) translateX(-50%);\n	left: 50%;\n	background: #000;\n	border-radius: 0;\n  	padding: 0;\n}\n\n.rod-langway .esg-dropdown-wrapper .esg-filterbutton {\n	position: relative;\n	border: none;\n	box-shadow: none;\n	text-align: left;\n	color: #fff;\n	background: transparent;\n	line-height: 25px;\n	min-height: 25px;\n  	padding: 10px 20px;\n  	display: inline-block;\n  	width: 100%;\n  	box-sizing: border-box;\n  	margin: 0;\n}\n\n.rod-langway .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.rod-langway .esg-dropdown-wrapper .esg-filterbutton.selected {\n	color: #000;\n  	background: #fff;\n}\n\n\n.rod-langway .esg-selected-filterbutton .eg-icon-down-open {\n	margin-right: -10px;\n	color: #000;\n	font-size: 11px;\n}\n\n.rod-langway .esg-sortbutton-order.eg-icon-down-open:before {\n    content: \"arrow_downward\";\n    font-family: \"Material Icons\";\n  	font-size: 19px;\n  	vertical-align: middle;\n}\n\n\n'),
(23, 'Ray Bourge', 'ray-bourque', '/**************************************\n	-	RAY BOURGE V3.0.0 SKIN    -\n**************************************/\n@import url(\"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&display=swap\");\n@import url(\"https://fonts.googleapis.com/icon?family=Material+Icons\");\n\n\n\n\n.ray-bourque .esg-overflowtrick {\n  margin: 20px 0;\n}\n\n.ray-bourque .navigationbuttons,\n.ray-bourque .esg-pagination,\n.ray-bourque .esg-filters {\n	text-align: center;\n}\n\n.ray-bourque .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton,\n.ray-bourque input.eg-search-input,\n.ray-bourque .esg-filterbutton,\n.ray-bourque .esg-navigationbutton,\n.ray-bourque .esg-sortbutton,\n.ray-bourque .esg-cartbutton,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n	color: rgba(255, 255, 255, 1);\n	margin-right: 0;\n	cursor: pointer;\n	padding: 0px 17px;\n	border: none;\n	line-height: 40px;\n	font-size: 13px;\n  	letter-spacing: 1px;\n	font-weight: 400;\n	font-family: \"Barlow Condensed\", sans-serif;\n	display: inline-block;\n	background: #000;\n	margin-bottom: 5px;\n	white-space: nowrap;\n	min-height: 40px;\n	vertical-align: middle;\n  	border-radius: 0;\n}\n.ray-bourque  .esg-filterbutton .eg-el-amount {\n  background: #2d2b2b;\n  display: inline-block;\n  line-height: 22px;\n  min-width: 22px;\n  text-align: center;\n  font-weight: 500;\n}\n\n.ray-bourque  .esg-filterbutton.hovered .eg-el-amount,\n.ray-bourque  .esg-filterbutton.selected .eg-el-amount {\n  background: #eaedf1;\n}\n\n.ray-bourque  .esg-filterbutton .eg-el-amount:before,\n.ray-bourque  .esg-filterbutton .eg-el-amount:after {\n  content: \"\";\n}\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit {\n  margin-left: 0 !important;\n}\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean {\n  background: #434242;\n}\n\n.ray-bourque .esg-cartbutton a {\n	color: #fff;\n}\n\n.ray-bourque .esg-cartbutton a:hover {\n	color: #000;\n}\n\n.ray-bourque input.eg-search-input::placeholder {\n	line-height: 38px;\n	vertical-align: middle;\n	color:#fff;\n}\n\n.ray-bourque input.eg-search-input:focus::placeholder {\n  opacity: 0;\n}\n\n.ray-bourque .esg-navigationbutton * {\n	color: rgba(255, 255, 255, 1);\n}\n\n.ray-bourque .esg-navigationbutton.hovered i {\n	color: #000;\n}\n\n.ray-bourque .esg-navigationbutton {\n	padding: 0px 11px;\n}\n\n.ray-bourque .esg-pagination-button {\n	padding: 0px 16px;\n}\n\n.ray-bourque .esg-pagination-button:last-child {\n	margin-right: 0;\n}\n\n.ray-bourque .esg-sortbutton-wrapper,\n.ray-bourque .esg-cartbutton-wrapper {\n	display: inline-block;\n}\n\n.ray-bourque .esg-sortbutton-order,\n.ray-bourque .esg-cartbutton-order {\n	display: inline-block;\n	vertical-align: top;\n	width: 40px;\n	line-height: 38px;\n	border-radius: 0;\n  	border: none;\n	font-size: 12px;\n	font-weight: 600;\n	color: #fff;\n	cursor: pointer;\n	background: #434242;\n}\n\n.ray-bourque .esg-cartbutton {\n	color: #fff;\n	cursor: default !important;\n}\n\n.ray-bourque .esg-cartbutton .esgicon-basket {\n	color: #fff;\n	font-size: 15px;\n	line-height: 15px;\n	margin-right: 10px;\n}\n\n.ray-bourque .esg-cartbutton-wrapper {\n	cursor: default !important;\n}\n\n.ray-bourque .esg-sortbutton,\n.ray-bourque .esg-cartbutton {\n	display: inline-block;\n	position: relative;\n	cursor: pointer;\n}\n.ray-bourque .esg-sortbutton{\n	margin-right: 0px;\n	border-right: none;\n	border-radius: 0;\n}\n\n.ray-bourque .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hovered,\n.ray-bourque .esg-filter-wrapper.dropdownstyle>.esg-selected-filterbutton.hoveredfilter,\n.ray-bourque .esg-navigationbutton.hovered,\n.ray-bourque .esg-filterbutton.hovered,\n.ray-bourque .esg-sortbutton.hovered,\n.ray-bourque .esg-sortbutton-order.hovered,\n.ray-bourque .esg-cartbutton-order.hovered,\n.ray-bourque .esg-filterbutton.selected,\n.ray-bourque .esg-cartbutton.hovered,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper  .eg-search-clean.hovered,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper  .eg-search-submit.hovered {\n	color: #000;\n	box-shadow: none;\n	background: #fff;\n}\n\n.ray-bourque .esg-navigationbutton.hovered * {\n	color: #fff;\n}\n\n.ray-bourque .esg-sortbutton-order.hovered .tp-desc {\n	border-color: #fff;\n	border-color: rgba(255, 255, 255, 0.2);\n	color: #fff;\n	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.13) !important;\n}\n\n.ray-bourque .esg-filter-checked {\n	color: rgba(255,255,255,.5);\n  	border: 1px solid rgba(255,255,255,.5);\n	background: transparent;\n	font-size: 9px;\n	font-weight: 300;\n	vertical-align: middle;\n  	line-height: 12px;\n	margin-left: 7px;\n  	display: inline-block;\n  	width: 14px;\n  	height: 14px;\n  	transform: translateY(-2px);\n}\n\n.ray-bourque .esg-filter-wrapper.dropdownstyle .esg-filter-checked {\n	margin-left: 0;\n	margin-right: 10px;\n	border:1px solid rgba(255,255,255,.2);\n}\n\n.ray-bourque .esg-filterbutton.selected .esg-filter-checked,\n.ray-bourque .esg-filterbutton.hovered .esg-filter-checked {\n	color: #000;\n  	border: 1px solid #000;\n}\n\n/* */\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper {\n	white-space: nowrap;\n}\n\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-clean,\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-submit {\n	width:40px;\n	padding:0px;\n	margin-left:5px;\n	margin-right:0px;\n}\n\n.ray-bourque .esg-filter-wrapper.eg-search-wrapper .eg-search-input {\n	width:auto;\n}\n\n.ray-bourque .esg-dropdown-wrapper {\n	transform: translateZ(10px) translateX(-50%);\n	left: 50%;\n	background: #000;\n	border-radius: 0;\n  	padding: 0;\n}\n\n.ray-bourque .esg-dropdown-wrapper .esg-filterbutton {\n	position: relative;\n	border: none;\n	box-shadow: none;\n	text-align: left;\n	color: #fff;\n	background: transparent;\n	line-height: 25px;\n	min-height: 25px;\n  	padding: 10px 20px;\n  	display: inline-block;\n  	width: 100%;\n  	box-sizing: border-box;\n  	margin: 0;\n}\n\n.ray-bourque .esg-dropdown-wrapper .esg-filterbutton.hovered,\n.ray-bourque .esg-dropdown-wrapper .esg-filterbutton.selected {\n	color: #000;\n  	background: #fff;\n}\n\n\n.ray-bourque .esg-selected-filterbutton .eg-icon-down-open {\n	margin-right: -10px;\n	color:#fff;\n	font-size:12px;\n}\n\n.ray-bourque .esg-sortbutton-order.eg-icon-down-open:before {\n    content: \"arrow_downward\";\n    font-family: \"Material Icons\";\n  	font-size: 19px;\n  	vertical-align: middle;\n}\n\n\n\n'),
(24, 'planet-shakers', 'planet-shakers', '/******************************\n	-	MINIMAL LIGHT SKIN	-\n********************************/\n\n.planet-shakers .navigationbuttons,\n.planet-shakers .esg-pagination,\n.planet-shakers .esg-filters { text-align: center; }\n\n.planet-shakers .esg-filterbutton,\n.planet-shakers .esg-navigationbutton,\n.planet-shakers .esg-sortbutton,\n.planet-shakers .esg-cartbutton a{ \n								color:#999;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 16px;\n								border:1px solid #e5e5e5;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:#fff;\n								margin-bottom:5px;\n							  }\n\n/*.planet-shakers .esg-cartbutton a { color: #999; }*/\n\n.planet-shakers .esg-navigationbutton * { color:#999; }\n.planet-shakers .esg-navigationbutton	{ padding:0px 16px; }\n.planet-shakers .esg-pagination-button:last-child { margin-right: 0; }\n.planet-shakers .esg-left, .planet-shakers .esg-right	{ padding:0px 11px; }\n\n.planet-shakers  .esg-sortbutton-wrapper,\n.planet-shakers  .esg-cartbutton-wrapper { display:inline-block; }\n.planet-shakers  .esg-sortbutton-order,\n.planet-shakers  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:1px solid #e5e5e5;\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#fff;\n									   }\n\n.planet-shakers .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n								}\n.planet-shakers .esg-cartbutton .esgicon-basket {color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n												}\n.planet-shakers  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.planet-shakers .esg-sortbutton,\n.planet-shakers .esg-cartbutton { display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n								}\n\n.planet-shakers .esg-navigationbutton:hover,\n.planet-shakers .esg-filterbutton:hover,\n.planet-shakers .esg-sortbutton:hover,\n.planet-shakers .esg-sortbutton-order:hover,\n.planet-shakers .esg-cartbutton a:hover,\n.planet-shakers .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										  }\n\n.planet-shakers .esg-navigationbutton:hover * { color:#333; }\n\n.planet-shakers .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												   }\n\n.planet-shakers .esg-filter-checked { \n									padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n									}\n.planet-shakers .esg-filterbutton.selected .esg-filter-checked,\n.planet-shakers .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														   }');

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

--
-- Table structure for table `2FCHlI_give_commentmeta`
--

CREATE TABLE `2FCHlI_give_commentmeta` (
  `meta_id` bigint(20) NOT NULL,
  `give_comment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_give_comments`
--

CREATE TABLE `2FCHlI_give_comments` (
  `comment_ID` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `comment_content` longtext NOT NULL,
  `comment_parent` mediumtext NOT NULL,
  `comment_type` mediumtext NOT NULL,
  `comment_date` datetime NOT NULL,
  `comment_date_gmt` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_give_comments`
--

INSERT INTO `2FCHlI_give_comments` (`comment_ID`, `user_id`, `comment_content`, `comment_parent`, `comment_type`, `comment_date`, `comment_date_gmt`) VALUES
(1, 0, 'Status changed from Pending to Complete.', '2089', 'donation', '2020-01-15 07:03:18', '2020-01-15 07:03:18'),
(2, 0, 'Status changed from Pending to Complete.', '2090', 'donation', '2020-01-16 22:55:42', '2020-01-16 22:55:42'),
(3, 0, 'Status changed from Pending to Complete.', '2092', 'donation', '2020-01-18 11:18:33', '2020-01-18 11:18:33'),
(4, 0, 'Status changed from Pending to Complete.', '2197', 'donation', '2020-03-17 06:00:51', '2020-03-17 06:00:51'),
(5, 0, 'Status changed from Pending to Complete.', '2199', 'donation', '2020-03-30 16:19:49', '2020-03-30 16:19:49'),
(6, 0, 'Status changed from Pending to Complete.', '2208', 'donation', '2020-04-16 18:28:21', '2020-04-16 18:28:21'),
(7, 0, 'Status changed from Pending to Complete.', '2209', 'donation', '2020-04-16 18:30:33', '2020-04-16 18:30:33'),
(8, 0, 'Status changed from Pending to Complete.', '2212', 'donation', '2020-04-22 14:19:07', '2020-04-22 14:19:07'),
(9, 0, 'Status changed from Pending to Complete.', '2214', 'donation', '2020-05-04 10:27:31', '2020-05-04 10:27:31'),
(10, 0, 'Status changed from Pending to Complete.', '2215', 'donation', '2020-05-04 13:25:28', '2020-05-04 13:25:28'),
(11, 0, 'Status changed from Pending to Complete.', '2217', 'donation', '2020-05-10 17:54:23', '2020-05-10 17:54:23'),
(12, 0, 'Status changed from Pending to Complete.', '2218', 'donation', '2020-05-17 14:40:48', '2020-05-17 14:40:48'),
(13, 0, 'Status changed from Pending to Complete.', '2219', 'donation', '2020-05-18 08:14:06', '2020-05-18 08:14:06'),
(14, 0, 'Status changed from Pending to Complete.', '2221', 'donation', '2020-06-01 18:04:22', '2020-06-01 18:04:22'),
(15, 0, 'Status changed from Pending to Complete.', '2223', 'donation', '2020-07-11 04:03:15', '2020-07-11 04:03:15'),
(16, 0, 'Status changed from Pending to Complete.', '2227', 'donation', '2020-08-01 00:00:38', '2020-08-01 00:00:38'),
(17, 0, 'Status changed from Pending to Complete.', '2228', 'donation', '2020-08-02 02:53:25', '2020-08-02 02:53:25'),
(18, 0, 'Status changed from Pending to Complete.', '2230', 'donation', '2020-08-12 11:35:39', '2020-08-12 11:35:39'),
(19, 0, 'Status changed from Pending to Complete.', '2241', 'donation', '2020-10-25 22:06:50', '2020-10-25 22:06:50'),
(20, 0, 'Status changed from Pending to Complete.', '2244', 'donation', '2020-11-23 00:13:33', '2020-11-23 00:13:33'),
(21, 0, 'Status changed from Pending to Complete.', '2248', 'donation', '2020-11-30 17:55:56', '2020-11-30 17:55:56'),
(22, 0, 'Status changed from Pending to Complete.', '2249', 'donation', '2020-12-01 12:13:06', '2020-12-01 12:13:06'),
(23, 0, 'Status changed from Pending to Complete.', '2251', 'donation', '2020-12-05 04:29:33', '2020-12-05 04:29:33'),
(24, 0, 'Status changed from Pending to Complete.', '2253', 'donation', '2020-12-05 06:33:40', '2020-12-05 06:33:40'),
(25, 0, 'Status changed from Pending to Complete.', '2257', 'donation', '2021-01-10 18:27:08', '2021-01-10 18:27:08'),
(26, 0, 'Status changed from Pending to Complete.', '2258', 'donation', '2021-01-11 16:33:29', '2021-01-11 16:33:29'),
(27, 0, 'Status changed from Pending to Complete.', '2259', 'donation', '2021-01-12 13:43:56', '2021-01-12 13:43:56'),
(28, 0, 'Status changed from Pending to Complete.', '2262', 'donation', '2021-01-23 18:43:49', '2021-01-23 18:43:49'),
(29, 0, 'Status changed from Pending to Complete.', '2263', 'donation', '2021-01-28 10:57:53', '2021-01-28 10:57:53'),
(30, 0, 'Status changed from Pending to Complete.', '2266', 'donation', '2021-02-23 23:03:00', '2021-02-23 23:03:00'),
(31, 0, 'Status changed from Pending to Complete.', '2273', 'donation', '2021-03-25 22:04:39', '2021-03-25 22:04:39'),
(32, 0, 'Status changed from Pending to Complete.', '2276', 'donation', '2021-04-08 13:55:35', '2021-04-08 13:55:35'),
(33, 0, 'Status changed from Pending to Complete.', '2278', 'donation', '2021-04-25 17:28:03', '2021-04-25 17:28:03'),
(34, 0, 'Status changed from Pending to Complete.', '2279', 'donation', '2021-04-28 15:37:36', '2021-04-28 15:37:36'),
(35, 0, 'Status changed from Pending to Complete.', '2280', 'donation', '2021-05-05 18:24:52', '2021-05-05 18:24:52'),
(36, 0, 'Status changed from Pending to Complete.', '2282', 'donation', '2021-05-07 03:02:55', '2021-05-07 03:02:55'),
(37, 0, 'Status changed from Pending to Complete.', '2283', 'donation', '2021-05-07 06:32:20', '2021-05-07 06:32:20'),
(38, 0, 'Status changed from Pending to Complete.', '2284', 'donation', '2021-05-18 14:10:34', '2021-05-18 14:10:34'),
(39, 0, 'Status changed from Pending to Complete.', '2285', 'donation', '2021-06-05 17:53:34', '2021-06-05 17:53:34'),
(40, 0, 'Status changed from Pending to Complete.', '2286', 'donation', '2021-07-04 05:24:20', '2021-07-04 05:24:20'),
(41, 0, 'Status changed from Pending to Complete.', '2287', 'donation', '2021-07-22 23:55:42', '2021-07-22 23:55:42'),
(42, 0, 'Status changed from Pending to Complete.', '2289', 'donation', '2021-08-28 15:53:23', '2021-08-28 15:53:23'),
(43, 0, 'Status changed from Pending to Complete.', '2293', 'donation', '2021-09-06 20:20:14', '2021-09-06 20:20:14'),
(44, 0, 'Status changed from Pending to Complete.', '2294', 'donation', '2021-09-16 07:12:41', '2021-09-16 07:12:41'),
(45, 0, 'Status changed from Pending to Complete.', '2308', 'donation', '2022-01-03 11:49:47', '2022-01-03 11:49:47'),
(46, 0, 'Status changed from Pending to Complete.', '2309', 'donation', '2022-03-23 14:32:44', '2022-03-23 14:32:44'),
(47, 0, 'Status changed from Pending to Complete.', '2322', 'donation', '2022-08-15 12:46:35', '2022-08-15 12:46:35'),
(48, 0, 'Status changed from Pending to Complete.', '2339', 'donation', '2022-08-26 09:19:41', '2022-08-26 09:19:41'),
(49, 0, 'Status changed from Pending to Complete.', '2341', 'donation', '2022-09-09 14:48:14', '2022-09-09 14:48:14'),
(50, 0, 'Status changed from Pending to Complete.', '2342', 'donation', '2022-09-11 05:48:25', '2022-09-11 05:48:25'),
(51, 0, 'Status changed from Pending to Complete.', '2349', 'donation', '2022-09-30 15:17:58', '2022-09-30 15:17:58'),
(52, 0, 'Status changed from Pending to Complete.', '2351', 'donation', '2022-10-04 16:44:04', '2022-10-04 16:44:04'),
(53, 0, 'Status changed from Pending to Complete.', '2352', 'donation', '2022-10-20 15:32:50', '2022-10-20 15:32:50'),
(54, 0, 'Status changed from Pending to Complete.', '2355', 'donation', '2022-12-09 02:53:51', '2022-12-09 02:53:51'),
(55, 0, 'Status changed from Pending to Complete.', '2356', 'donation', '2022-12-12 13:43:11', '2022-12-12 13:43:11'),
(56, 0, 'Status changed from Pending to Complete.', '2381', 'donation', '2023-05-19 12:37:04', '2023-05-19 12:37:04'),
(57, 0, 'Status changed from Pending to Complete.', '2384', 'donation', '2023-07-18 00:32:02', '2023-07-18 00:32:02'),
(58, 0, 'Status changed from Pending to Complete.', '2388', 'donation', '2023-08-03 20:29:30', '2023-08-03 20:29:30');

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

--
-- Table structure for table `2FCHlI_give_donationmeta`
--

CREATE TABLE `2FCHlI_give_donationmeta` (
  `meta_id` bigint(20) NOT NULL,
  `donation_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_give_donationmeta`
--

INSERT INTO `2FCHlI_give_donationmeta` (`meta_id`, `donation_id`, `meta_key`, `meta_value`) VALUES
(1899, 2322, '_give_payment_total', '5.000000'),
(1900, 2322, '_give_payment_currency', 'USD'),
(1901, 2322, '_give_donor_billing_first_name', 'planet'),
(1902, 2322, '_give_donor_billing_last_name', 'shakers'),
(1903, 2322, '_give_payment_gateway', 'manual'),
(1904, 2322, '_give_payment_form_title', 'Together, it is possible. We can, and are, making a difference.'),
(1905, 2322, '_give_payment_form_id', '1444'),
(1906, 2322, '_give_payment_price_id', '0'),
(1907, 2322, '_give_payment_donor_title_prefix', ''),
(1908, 2322, '_give_payment_donor_email', '[email protected]'),
(1909, 2322, '_give_payment_donor_ip', '127.0.0.1'),
(1910, 2322, '_give_payment_purchase_key', '0bf4935d390452c0de1270d50d8ec5d0'),
(1911, 2322, '_give_payment_mode', 'live'),
(1912, 2322, '_give_payment_donor_id', '87'),
(1913, 2322, '_give_current_url', 'https://kreativedesigngroup.com/donations/together-it-is-possible-we-can-and-are-making-a-difference-4-2/'),
(1914, 2322, '_give_current_page_id', '1444'),
(1915, 2322, '_give_anonymous_donation', '0'),
(1916, 2322, '_give_completed_date', '2022-08-15 12:46:35');

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

--
-- Table structure for table `2FCHlI_give_donormeta`
--

CREATE TABLE `2FCHlI_give_donormeta` (
  `meta_id` bigint(20) NOT NULL,
  `donor_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_give_donormeta`
--

INSERT INTO `2FCHlI_give_donormeta` (`meta_id`, `donor_id`, `meta_key`, `meta_value`) VALUES
(268, 87, '_give_donor_first_name', 'planet'),
(269, 87, '_give_donor_last_name', 'shakers'),
(270, 87, '_give_donor_title_prefix', '');

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

--
-- Table structure for table `2FCHlI_give_donors`
--

CREATE TABLE `2FCHlI_give_donors` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `email` varchar(255) NOT NULL,
  `name` mediumtext NOT NULL,
  `purchase_value` mediumtext NOT NULL,
  `purchase_count` bigint(20) NOT NULL,
  `payment_ids` longtext NOT NULL,
  `date_created` datetime NOT NULL,
  `token` varchar(255) NOT NULL,
  `verify_key` varchar(255) NOT NULL,
  `verify_throttle` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `2FCHlI_give_donors`
--

INSERT INTO `2FCHlI_give_donors` (`id`, `user_id`, `email`, `name`, `purchase_value`, `purchase_count`, `payment_ids`, `date_created`, `token`, `verify_key`, `verify_throttle`) VALUES
(87, 990002, '[email protected]', 'planet shakers', '5.000000', 1, '2322', '2022-08-15 12:46:35', '', '', '0000-00-00 00:00:00');

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

--
-- Table structure for table `2FCHlI_give_formmeta`
--

CREATE TABLE `2FCHlI_give_formmeta` (
  `meta_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_give_formmeta`
--

INSERT INTO `2FCHlI_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES
(1, 1444, '_give_form_sales', '9'),
(2, 1444, '_give_form_earnings', '195'),
(3, 1411, '_give_form_sales', '1'),
(4, 1411, '_give_form_earnings', '5'),
(5, 1410, '_give_form_sales', '1'),
(6, 1410, '_give_form_earnings', '50'),
(7, 1409, '_give_form_sales', '1'),
(8, 1409, '_give_form_earnings', '500'),
(9, 1406, '_give_form_sales', '2'),
(10, 1406, '_give_form_earnings', '448'),
(11, 1404, '_give_form_sales', '2'),
(12, 1404, '_give_form_earnings', '916'),
(13, 1381, '_give_form_sales', '1'),
(14, 1381, '_give_form_earnings', '5532'),
(15, 1444, '_edit_lock', '1639737457:990002'),
(16, 1444, '_edit_last', '1'),
(17, 1444, '_thumbnail_id', '114'),
(18, 1444, 'slide_template', 'default'),
(19, 1444, 'eg_sources_html5_mp4', ''),
(20, 1444, 'eg_sources_html5_ogv', ''),
(21, 1444, 'eg_sources_html5_webm', ''),
(22, 1444, 'eg_sources_youtube', ''),
(23, 1444, 'eg_sources_vimeo', ''),
(24, 1444, 'eg_sources_wistia', ''),
(25, 1444, 'eg_sources_image', ''),
(26, 1444, 'eg_sources_iframe', ''),
(27, 1444, 'eg_sources_soundcloud', ''),
(28, 1444, 'eg_vimeo_ratio', '0'),
(29, 1444, 'eg_youtube_ratio', '0'),
(30, 1444, 'eg_wistia_ratio', '0'),
(31, 1444, 'eg_html5_ratio', '0'),
(32, 1444, 'eg_soundcloud_ratio', '0'),
(33, 1444, 'eg_settings_custom_meta_skin', ''),
(34, 1444, 'eg_settings_custom_meta_element', ''),
(35, 1444, 'eg_settings_custom_meta_setting', ''),
(36, 1444, 'eg_settings_custom_meta_style', ''),
(37, 1444, 'eg_custom_meta_216', 'true'),
(39, 1444, '_give_levels_minimum_amount', '5.000000'),
(40, 1444, '_give_levels_maximum_amount', '50.000000'),
(41, 1444, '_give_price_option', 'multi'),
(42, 1444, '_give_form_status', 'open'),
(43, 1444, '_give_set_price', '1.000000'),
(44, 1444, '_give_display_style', 'radios'),
(45, 1444, '_give_custom_amount', 'enabled'),
(46, 1444, '_give_custom_amount_range_minimum', '1.000000'),
(47, 1444, '_give_custom_amount_range_maximum', '999999.990000'),
(48, 1444, '_give_custom_amount_text', 'Other'),
(49, 1444, '_give_donation_levels', 'a:4:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:8:\"5.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"20.000000\";s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}}'),
(50, 1444, '_give_payment_display', 'onpage'),
(51, 1444, '_give_reveal_label', ''),
(52, 1444, '_give_checkout_label', 'Make donation'),
(53, 1444, '_give_default_gateway', 'global'),
(54, 1444, '_give_name_title_prefix', 'global'),
(55, 1444, '_give_title_prefixes', ''),
(56, 1444, '_give_company_field', 'global'),
(57, 1444, '_give_anonymous_donation', 'global'),
(58, 1444, '_give_donor_comment', 'global'),
(59, 1444, '_give_logged_in_only', 'enabled'),
(60, 1444, '_give_show_register_form', 'none'),
(61, 1444, '_give_form_floating_labels', 'global'),
(62, 1444, '_give_goal_option', 'enabled'),
(63, 1444, '_give_goal_format', 'amount'),
(64, 1444, '_give_set_goal', '10000.000000'),
(65, 1444, '_give_number_of_donation_goal', '1'),
(66, 1444, '_give_number_of_donor_goal', '1'),
(67, 1444, '_give_goal_color', '#eb763c'),
(68, 1444, '_give_close_form_when_goal_achieved', 'disabled'),
(69, 1444, '_give_form_goal_achieved_message', 'Thank you to all our donors, we have met our fundraising goal.'),
(70, 1444, '_give_display_content', 'enabled'),
(71, 1444, '_give_content_placement', 'give_pre_form'),
(72, 1444, '_give_form_content', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.'),
(73, 1444, '_give_terms_option', 'enabled'),
(74, 1444, '_give_agree_label', 'I agree that my submitted data is being collected and stored.'),
(75, 1444, '_give_agree_text', '<a href=\"/privacy-policy/\">Privacy Policy</a>'),
(76, 1444, '_give_customize_offline_donations', 'global'),
(77, 1444, '_give_offline_donation_enable_billing_fields_single', 'disabled'),
(78, 1444, '_give_offline_checkout_notes', '<p>In order to make an offline donation we ask that you please follow these instructions: </p><ol><li>Make a check payable to \"{sitename}\"</li><li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li><li>Please mail your check to:</li></ol>{offline_mailing_address}<br><p>All contributions will be gratefully acknowledged and are tax deductible.</p>'),
(79, 1444, '_give_email_options', 'global'),
(80, 1444, '_give_email_template', 'default'),
(81, 1444, '_give_email_logo', ''),
(82, 1444, '_give_from_name', 'Planet Shakers Religion, Church'),
(83, 1444, '_give_from_email', '[email protected]'),
(84, 1444, '_give_new-donation_notification', 'global'),
(85, 1444, '_give_new-donation_email_subject', 'New Donation - #{payment_id}'),
(86, 1444, '_give_new-donation_email_header', 'New Donation!'),
(87, 1444, '_give_new-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}\n'),
(88, 1444, '_give_new-donation_email_content_type', 'text/html'),
(89, 1444, '_give_new-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(90, 1444, '_give_donation-receipt_notification', 'global'),
(91, 1444, '_give_donation-receipt_email_subject', 'Donation Receipt'),
(92, 1444, '_give_donation-receipt_email_header', 'Donation Receipt'),
(93, 1444, '_give_donation-receipt_email_message', 'Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n'),
(94, 1444, '_give_donation-receipt_email_content_type', 'text/html'),
(95, 1444, 'trx_addons_post_views_count', '1686'),
(96, 1444, 'trx_addons_post_likes_count', '0'),
(97, 1411, 'trx_addons_post_views_count', '675'),
(98, 1410, 'trx_addons_post_views_count', '648'),
(99, 1409, 'trx_addons_post_views_count', '1061'),
(100, 1406, 'trx_addons_post_views_count', '1101'),
(101, 1404, 'trx_addons_post_views_count', '975'),
(102, 1381, 'trx_addons_post_views_count', '1031'),
(103, 1411, '_edit_lock', '1562073455:1'),
(104, 1410, '_edit_lock', '1562073466:1'),
(105, 1409, '_edit_lock', '1562073488:1'),
(106, 1406, '_edit_lock', '1562073510:1'),
(107, 1404, '_edit_lock', '1562073542:1'),
(108, 1381, '_edit_lock', '1562074512:1'),
(109, 1444, '_give_new-offline-donation_notification', 'global'),
(110, 1444, '_give_new-offline-donation_email_subject', 'New Pending Donation'),
(111, 1444, '_give_new-offline-donation_email_header', 'New Offline Donation!'),
(112, 1444, '_give_new-offline-donation_email_message', 'Dear Admin,\n\nAn offline donation has been made on your website: Planet Shakers  Religion, Church Hooray! The donation is in a pending status and is awaiting payment. Donation instructions have been emailed to the donor. Once you receive payment, be sure to mark the donation as complete using the link below.\n\n<strong>Donor:</strong> {fullname}\n<strong>Amount:</strong> {amount}\n\n<a href=\"https://kreativedesigngroup.com/wp-admin/edit.php?post_type=give_forms&amp;page=give-payment-history&amp;view=view-order-details&amp;id=0\">Click Here to View and/or Update Donation Details</a>\n\n'),
(113, 1444, '_give_new-offline-donation_email_content_type', 'text/html'),
(114, 1444, '_give_new-offline-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(115, 1444, '_give_offline-donation-instruction_notification', 'global'),
(116, 1444, '_give_offline-donation-instruction_email_subject', '{donation} - Offline Donation Instructions'),
(117, 1444, '_give_offline-donation-instruction_email_header', 'Offline Donation Instructions'),
(118, 1444, '_give_offline-donation-instruction_email_message', '<p>Dear {name},</p><p>Thank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:</p><ol><li>Make a check payable to \"{sitename}\"</li><li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li><li>Please mail your check to:</li></ol>{offline_mailing_address}<br><p>Once your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!</p><p>Sincerely,</p><p>{sitename}</p>'),
(119, 1444, '_give_offline-donation-instruction_email_content_type', 'text/html'),
(120, 1411, '_edit_last', '1'),
(121, 1411, '_thumbnail_id', '116'),
(122, 1411, 'slide_template', 'default'),
(123, 1411, 'eg_sources_html5_mp4', ''),
(124, 1411, 'eg_sources_html5_ogv', ''),
(125, 1411, 'eg_sources_html5_webm', ''),
(126, 1411, 'eg_sources_youtube', ''),
(127, 1411, 'eg_sources_vimeo', ''),
(128, 1411, 'eg_sources_wistia', ''),
(129, 1411, 'eg_sources_image', ''),
(130, 1411, 'eg_sources_iframe', ''),
(131, 1411, 'eg_sources_soundcloud', ''),
(132, 1411, 'eg_vimeo_ratio', '0'),
(133, 1411, 'eg_youtube_ratio', '0'),
(134, 1411, 'eg_wistia_ratio', '0'),
(135, 1411, 'eg_html5_ratio', '0'),
(136, 1411, 'eg_soundcloud_ratio', '0'),
(137, 1411, 'eg_settings_custom_meta_skin', ''),
(138, 1411, 'eg_settings_custom_meta_element', ''),
(139, 1411, 'eg_settings_custom_meta_setting', ''),
(140, 1411, 'eg_settings_custom_meta_style', ''),
(141, 1411, 'eg_custom_meta_216', 'true'),
(143, 1411, '_give_levels_minimum_amount', '5.000000'),
(144, 1411, '_give_levels_maximum_amount', '50.000000'),
(145, 1411, '_give_price_option', 'multi'),
(146, 1411, '_give_form_status', 'open'),
(147, 1411, '_give_set_price', '1.000000'),
(148, 1411, '_give_display_style', 'radios'),
(149, 1411, '_give_custom_amount', 'enabled'),
(150, 1411, '_give_custom_amount_range_minimum', '1.000000'),
(151, 1411, '_give_custom_amount_range_maximum', '999999.990000'),
(152, 1411, '_give_custom_amount_text', 'Other'),
(153, 1411, '_give_donation_levels', 'a:4:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:8:\"5.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"20.000000\";s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}}'),
(154, 1411, '_give_payment_display', 'onpage'),
(155, 1411, '_give_reveal_label', ''),
(156, 1411, '_give_checkout_label', 'Make donation'),
(157, 1411, '_give_default_gateway', 'global'),
(158, 1411, '_give_name_title_prefix', 'global'),
(159, 1411, '_give_title_prefixes', ''),
(160, 1411, '_give_company_field', 'global'),
(161, 1411, '_give_anonymous_donation', 'global'),
(162, 1411, '_give_donor_comment', 'global'),
(163, 1411, '_give_logged_in_only', 'enabled'),
(164, 1411, '_give_show_register_form', 'none'),
(165, 1411, '_give_form_floating_labels', 'global'),
(166, 1411, '_give_goal_option', 'enabled'),
(167, 1411, '_give_goal_format', 'amount'),
(168, 1411, '_give_set_goal', '10000.000000'),
(169, 1411, '_give_number_of_donation_goal', '1'),
(170, 1411, '_give_number_of_donor_goal', '1'),
(171, 1411, '_give_goal_color', '#eb763c'),
(172, 1411, '_give_close_form_when_goal_achieved', 'disabled'),
(173, 1411, '_give_form_goal_achieved_message', 'Thank you to all our donors, we have met our fundraising goal.'),
(174, 1411, '_give_display_content', 'enabled'),
(175, 1411, '_give_content_placement', 'give_pre_form'),
(176, 1411, '_give_form_content', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.'),
(177, 1411, '_give_terms_option', 'enabled'),
(178, 1411, '_give_agree_label', 'I agree that my submitted data is being collected and stored.'),
(179, 1411, '_give_agree_text', '<a href=\"/privacy-policy/\">Privacy Policy</a>'),
(180, 1411, '_give_customize_offline_donations', 'global'),
(181, 1411, '_give_offline_donation_enable_billing_fields_single', 'disabled'),
(182, 1411, '_give_offline_checkout_notes', 'In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nAll contributions will be gratefully acknowledged and are tax deductible.'),
(183, 1411, '_give_email_options', 'global'),
(184, 1411, '_give_email_template', 'default'),
(185, 1411, '_give_email_logo', ''),
(186, 1411, '_give_from_name', 'Planet Shakers Religion, Church'),
(187, 1411, '_give_from_email', '[email protected]'),
(188, 1411, '_give_new-donation_notification', 'global'),
(189, 1411, '_give_new-donation_email_subject', 'New Donation - #{payment_id}'),
(190, 1411, '_give_new-donation_email_header', 'New Donation!'),
(191, 1411, '_give_new-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(192, 1411, '_give_new-donation_email_content_type', 'text/html'),
(193, 1411, '_give_new-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(194, 1411, '_give_donation-receipt_notification', 'global'),
(195, 1411, '_give_donation-receipt_email_subject', 'Donation Receipt'),
(196, 1411, '_give_donation-receipt_email_header', 'Donation Receipt'),
(197, 1411, '_give_donation-receipt_email_message', 'Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\nSincerely,\n{sitename}'),
(198, 1411, '_give_donation-receipt_email_content_type', 'text/html'),
(199, 1411, 'trx_addons_post_likes_count', '0'),
(200, 1410, '_edit_last', '1'),
(201, 1410, '_thumbnail_id', '64'),
(202, 1410, 'slide_template', 'default'),
(203, 1410, 'eg_sources_html5_mp4', ''),
(204, 1410, 'eg_sources_html5_ogv', ''),
(205, 1410, 'eg_sources_html5_webm', ''),
(206, 1410, 'eg_sources_youtube', ''),
(207, 1410, 'eg_sources_vimeo', ''),
(208, 1410, 'eg_sources_wistia', ''),
(209, 1410, 'eg_sources_image', ''),
(210, 1410, 'eg_sources_iframe', ''),
(211, 1410, 'eg_sources_soundcloud', ''),
(212, 1410, 'eg_vimeo_ratio', '0'),
(213, 1410, 'eg_youtube_ratio', '0'),
(214, 1410, 'eg_wistia_ratio', '0'),
(215, 1410, 'eg_html5_ratio', '0'),
(216, 1410, 'eg_soundcloud_ratio', '0'),
(217, 1410, 'eg_settings_custom_meta_skin', ''),
(218, 1410, 'eg_settings_custom_meta_element', ''),
(219, 1410, 'eg_settings_custom_meta_setting', ''),
(220, 1410, 'eg_settings_custom_meta_style', ''),
(221, 1410, 'eg_custom_meta_216', 'true'),
(223, 1410, '_give_levels_minimum_amount', '5.000000'),
(224, 1410, '_give_levels_maximum_amount', '50.000000'),
(225, 1410, '_give_price_option', 'multi'),
(226, 1410, '_give_form_status', 'open'),
(227, 1410, '_give_set_price', '1.000000'),
(228, 1410, '_give_display_style', 'radios'),
(229, 1410, '_give_custom_amount', 'enabled'),
(230, 1410, '_give_custom_amount_range_minimum', '1.000000'),
(231, 1410, '_give_custom_amount_range_maximum', '999999.990000'),
(232, 1410, '_give_custom_amount_text', 'Other'),
(233, 1410, '_give_donation_levels', 'a:4:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:8:\"5.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"20.000000\";s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}}'),
(234, 1410, '_give_payment_display', 'onpage'),
(235, 1410, '_give_reveal_label', ''),
(236, 1410, '_give_checkout_label', 'Make donation'),
(237, 1410, '_give_default_gateway', 'global'),
(238, 1410, '_give_name_title_prefix', 'global'),
(239, 1410, '_give_title_prefixes', ''),
(240, 1410, '_give_company_field', 'global'),
(241, 1410, '_give_anonymous_donation', 'global'),
(242, 1410, '_give_donor_comment', 'global'),
(243, 1410, '_give_logged_in_only', 'enabled'),
(244, 1410, '_give_show_register_form', 'none'),
(245, 1410, '_give_form_floating_labels', 'global'),
(246, 1410, '_give_goal_option', 'enabled'),
(247, 1410, '_give_goal_format', 'amount'),
(248, 1410, '_give_set_goal', '10000.000000'),
(249, 1410, '_give_number_of_donation_goal', '1'),
(250, 1410, '_give_number_of_donor_goal', '1'),
(251, 1410, '_give_goal_color', '#eb763c'),
(252, 1410, '_give_close_form_when_goal_achieved', 'disabled'),
(253, 1410, '_give_form_goal_achieved_message', 'Thank you to all our donors, we have met our fundraising goal.'),
(254, 1410, '_give_display_content', 'enabled'),
(255, 1410, '_give_content_placement', 'give_pre_form'),
(256, 1410, '_give_form_content', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.'),
(257, 1410, '_give_terms_option', 'enabled'),
(258, 1410, '_give_agree_label', 'I agree that my submitted data is being collected and stored.'),
(259, 1410, '_give_agree_text', '<a href=\"/privacy-policy/\">Privacy Policy</a>'),
(260, 1410, '_give_customize_offline_donations', 'global'),
(261, 1410, '_give_offline_donation_enable_billing_fields_single', 'disabled'),
(262, 1410, '_give_offline_checkout_notes', 'In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nAll contributions will be gratefully acknowledged and are tax deductible.'),
(263, 1410, '_give_email_options', 'global'),
(264, 1410, '_give_email_template', 'default'),
(265, 1410, '_give_email_logo', ''),
(266, 1410, '_give_from_name', 'Planet Shakers Religion, Church'),
(267, 1410, '_give_from_email', '[email protected]'),
(268, 1410, '_give_new-donation_notification', 'global'),
(269, 1410, '_give_new-donation_email_subject', 'New Donation - #{payment_id}'),
(270, 1410, '_give_new-donation_email_header', 'New Donation!'),
(271, 1410, '_give_new-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(272, 1410, '_give_new-donation_email_content_type', 'text/html'),
(273, 1410, '_give_new-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(274, 1410, '_give_donation-receipt_notification', 'global'),
(275, 1410, '_give_donation-receipt_email_subject', 'Donation Receipt'),
(276, 1410, '_give_donation-receipt_email_header', 'Donation Receipt'),
(277, 1410, '_give_donation-receipt_email_message', 'Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\nSincerely,\n{sitename}'),
(278, 1410, '_give_donation-receipt_email_content_type', 'text/html'),
(279, 1410, 'trx_addons_post_likes_count', '0'),
(280, 1409, '_edit_last', '1'),
(281, 1409, '_thumbnail_id', '63'),
(282, 1409, 'slide_template', 'default'),
(283, 1409, 'eg_sources_html5_mp4', ''),
(284, 1409, 'eg_sources_html5_ogv', ''),
(285, 1409, 'eg_sources_html5_webm', ''),
(286, 1409, 'eg_sources_youtube', ''),
(287, 1409, 'eg_sources_vimeo', ''),
(288, 1409, 'eg_sources_wistia', ''),
(289, 1409, 'eg_sources_image', ''),
(290, 1409, 'eg_sources_iframe', ''),
(291, 1409, 'eg_sources_soundcloud', ''),
(292, 1409, 'eg_vimeo_ratio', '0'),
(293, 1409, 'eg_youtube_ratio', '0'),
(294, 1409, 'eg_wistia_ratio', '0'),
(295, 1409, 'eg_html5_ratio', '0'),
(296, 1409, 'eg_soundcloud_ratio', '0'),
(297, 1409, 'eg_settings_custom_meta_skin', ''),
(298, 1409, 'eg_settings_custom_meta_element', ''),
(299, 1409, 'eg_settings_custom_meta_setting', ''),
(300, 1409, 'eg_settings_custom_meta_style', ''),
(301, 1409, 'eg_custom_meta_216', 'true'),
(303, 1409, '_give_levels_minimum_amount', '5.000000'),
(304, 1409, '_give_levels_maximum_amount', '50.000000'),
(305, 1409, '_give_price_option', 'multi'),
(306, 1409, '_give_form_status', 'open'),
(307, 1409, '_give_set_price', '1.000000'),
(308, 1409, '_give_display_style', 'radios'),
(309, 1409, '_give_custom_amount', 'enabled'),
(310, 1409, '_give_custom_amount_range_minimum', '1.000000'),
(311, 1409, '_give_custom_amount_range_maximum', '999999.990000'),
(312, 1409, '_give_custom_amount_text', 'Other'),
(313, 1409, '_give_donation_levels', 'a:4:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:8:\"5.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"20.000000\";s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}}'),
(314, 1409, '_give_payment_display', 'onpage'),
(315, 1409, '_give_reveal_label', ''),
(316, 1409, '_give_checkout_label', 'Make donation'),
(317, 1409, '_give_default_gateway', 'global'),
(318, 1409, '_give_name_title_prefix', 'global'),
(319, 1409, '_give_title_prefixes', ''),
(320, 1409, '_give_company_field', 'global'),
(321, 1409, '_give_anonymous_donation', 'global'),
(322, 1409, '_give_donor_comment', 'global'),
(323, 1409, '_give_logged_in_only', 'enabled'),
(324, 1409, '_give_show_register_form', 'none'),
(325, 1409, '_give_form_floating_labels', 'global'),
(326, 1409, '_give_goal_option', 'enabled'),
(327, 1409, '_give_goal_format', 'amount'),
(328, 1409, '_give_set_goal', '10000.000000'),
(329, 1409, '_give_number_of_donation_goal', '1'),
(330, 1409, '_give_number_of_donor_goal', '1'),
(331, 1409, '_give_goal_color', '#eb763c'),
(332, 1409, '_give_close_form_when_goal_achieved', 'disabled'),
(333, 1409, '_give_form_goal_achieved_message', 'Thank you to all our donors, we have met our fundraising goal.'),
(334, 1409, '_give_display_content', 'enabled'),
(335, 1409, '_give_content_placement', 'give_pre_form'),
(336, 1409, '_give_form_content', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.'),
(337, 1409, '_give_terms_option', 'enabled'),
(338, 1409, '_give_agree_label', 'I agree that my submitted data is being collected and stored.'),
(339, 1409, '_give_agree_text', '<a href=\"/privacy-policy/\">Privacy Policy</a>'),
(340, 1409, '_give_customize_offline_donations', 'global'),
(341, 1409, '_give_offline_donation_enable_billing_fields_single', 'disabled'),
(342, 1409, '_give_offline_checkout_notes', 'In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nAll contributions will be gratefully acknowledged and are tax deductible.'),
(343, 1409, '_give_email_options', 'global'),
(344, 1409, '_give_email_template', 'default'),
(345, 1409, '_give_email_logo', ''),
(346, 1409, '_give_from_name', 'Planet Shakers Religion, Church'),
(347, 1409, '_give_from_email', '[email protected]'),
(348, 1409, '_give_new-donation_notification', 'global'),
(349, 1409, '_give_new-donation_email_subject', 'New Donation - #{payment_id}'),
(350, 1409, '_give_new-donation_email_header', 'New Donation!'),
(351, 1409, '_give_new-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(352, 1409, '_give_new-donation_email_content_type', 'text/html'),
(353, 1409, '_give_new-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(354, 1409, '_give_donation-receipt_notification', 'global'),
(355, 1409, '_give_donation-receipt_email_subject', 'Donation Receipt'),
(356, 1409, '_give_donation-receipt_email_header', 'Donation Receipt'),
(357, 1409, '_give_donation-receipt_email_message', 'Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\nSincerely,\n{sitename}'),
(358, 1409, '_give_donation-receipt_email_content_type', 'text/html'),
(359, 1409, 'trx_addons_post_likes_count', '0'),
(360, 1406, '_edit_last', '1'),
(361, 1406, '_thumbnail_id', '102'),
(362, 1406, 'slide_template', 'default'),
(363, 1406, 'eg_sources_html5_mp4', ''),
(364, 1406, 'eg_sources_html5_ogv', ''),
(365, 1406, 'eg_sources_html5_webm', ''),
(366, 1406, 'eg_sources_youtube', ''),
(367, 1406, 'eg_sources_vimeo', ''),
(368, 1406, 'eg_sources_wistia', ''),
(369, 1406, 'eg_sources_image', ''),
(370, 1406, 'eg_sources_iframe', ''),
(371, 1406, 'eg_sources_soundcloud', ''),
(372, 1406, 'eg_vimeo_ratio', '0'),
(373, 1406, 'eg_youtube_ratio', '0'),
(374, 1406, 'eg_wistia_ratio', '0'),
(375, 1406, 'eg_html5_ratio', '0'),
(376, 1406, 'eg_soundcloud_ratio', '0'),
(377, 1406, 'eg_settings_custom_meta_skin', ''),
(378, 1406, 'eg_settings_custom_meta_element', ''),
(379, 1406, 'eg_settings_custom_meta_setting', ''),
(380, 1406, 'eg_settings_custom_meta_style', ''),
(381, 1406, 'eg_custom_meta_216', 'true'),
(383, 1406, '_give_levels_minimum_amount', '5.000000'),
(384, 1406, '_give_levels_maximum_amount', '50.000000'),
(385, 1406, '_give_price_option', 'multi'),
(386, 1406, '_give_form_status', 'open'),
(387, 1406, '_give_set_price', '1.000000'),
(388, 1406, '_give_display_style', 'radios'),
(389, 1406, '_give_custom_amount', 'enabled'),
(390, 1406, '_give_custom_amount_range_minimum', '1.000000'),
(391, 1406, '_give_custom_amount_range_maximum', '999999.990000'),
(392, 1406, '_give_custom_amount_text', 'Other'),
(393, 1406, '_give_donation_levels', 'a:4:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:8:\"5.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"20.000000\";s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}}'),
(394, 1406, '_give_payment_display', 'onpage'),
(395, 1406, '_give_reveal_label', ''),
(396, 1406, '_give_checkout_label', 'Make donation'),
(397, 1406, '_give_default_gateway', 'global'),
(398, 1406, '_give_name_title_prefix', 'global'),
(399, 1406, '_give_title_prefixes', ''),
(400, 1406, '_give_company_field', 'global'),
(401, 1406, '_give_anonymous_donation', 'global'),
(402, 1406, '_give_donor_comment', 'global'),
(403, 1406, '_give_logged_in_only', 'enabled'),
(404, 1406, '_give_show_register_form', 'none'),
(405, 1406, '_give_form_floating_labels', 'global'),
(406, 1406, '_give_goal_option', 'enabled'),
(407, 1406, '_give_goal_format', 'amount'),
(408, 1406, '_give_set_goal', '10000.000000'),
(409, 1406, '_give_number_of_donation_goal', '1'),
(410, 1406, '_give_number_of_donor_goal', '1'),
(411, 1406, '_give_goal_color', '#eb763c'),
(412, 1406, '_give_close_form_when_goal_achieved', 'disabled'),
(413, 1406, '_give_form_goal_achieved_message', 'Thank you to all our donors, we have met our fundraising goal.'),
(414, 1406, '_give_display_content', 'enabled'),
(415, 1406, '_give_content_placement', 'give_pre_form'),
(416, 1406, '_give_form_content', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.'),
(417, 1406, '_give_terms_option', 'enabled'),
(418, 1406, '_give_agree_label', 'I agree that my submitted data is being collected and stored.'),
(419, 1406, '_give_agree_text', '<a href=\"/privacy-policy/\">Privacy Policy</a>'),
(420, 1406, '_give_customize_offline_donations', 'global'),
(421, 1406, '_give_offline_donation_enable_billing_fields_single', 'disabled'),
(422, 1406, '_give_offline_checkout_notes', 'In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nAll contributions will be gratefully acknowledged and are tax deductible.'),
(423, 1406, '_give_email_options', 'global'),
(424, 1406, '_give_email_template', 'default'),
(425, 1406, '_give_email_logo', ''),
(426, 1406, '_give_from_name', 'Planet Shakers Religion, Church'),
(427, 1406, '_give_from_email', '[email protected]'),
(428, 1406, '_give_new-donation_notification', 'global'),
(429, 1406, '_give_new-donation_email_subject', 'New Donation - #{payment_id}'),
(430, 1406, '_give_new-donation_email_header', 'New Donation!'),
(431, 1406, '_give_new-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(432, 1406, '_give_new-donation_email_content_type', 'text/html'),
(433, 1406, '_give_new-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(434, 1406, '_give_donation-receipt_notification', 'global'),
(435, 1406, '_give_donation-receipt_email_subject', 'Donation Receipt'),
(436, 1406, '_give_donation-receipt_email_header', 'Donation Receipt'),
(437, 1406, '_give_donation-receipt_email_message', 'Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\nSincerely,\n{sitename}'),
(438, 1406, '_give_donation-receipt_email_content_type', 'text/html'),
(439, 1406, 'trx_addons_post_likes_count', '0'),
(440, 1404, '_edit_last', '1'),
(441, 1404, '_thumbnail_id', '85'),
(442, 1404, 'slide_template', 'default'),
(443, 1404, 'eg_sources_html5_mp4', ''),
(444, 1404, 'eg_sources_html5_ogv', ''),
(445, 1404, 'eg_sources_html5_webm', ''),
(446, 1404, 'eg_sources_youtube', ''),
(447, 1404, 'eg_sources_vimeo', ''),
(448, 1404, 'eg_sources_wistia', ''),
(449, 1404, 'eg_sources_image', ''),
(450, 1404, 'eg_sources_iframe', ''),
(451, 1404, 'eg_sources_soundcloud', ''),
(452, 1404, 'eg_vimeo_ratio', '0'),
(453, 1404, 'eg_youtube_ratio', '0'),
(454, 1404, 'eg_wistia_ratio', '0'),
(455, 1404, 'eg_html5_ratio', '0'),
(456, 1404, 'eg_soundcloud_ratio', '0'),
(457, 1404, 'eg_settings_custom_meta_skin', ''),
(458, 1404, 'eg_settings_custom_meta_element', ''),
(459, 1404, 'eg_settings_custom_meta_setting', ''),
(460, 1404, 'eg_settings_custom_meta_style', ''),
(461, 1404, 'eg_custom_meta_216', 'true'),
(463, 1404, '_give_levels_minimum_amount', '5.000000'),
(464, 1404, '_give_levels_maximum_amount', '50.000000'),
(465, 1404, '_give_price_option', 'multi'),
(466, 1404, '_give_form_status', 'open'),
(467, 1404, '_give_set_price', '1.000000'),
(468, 1404, '_give_display_style', 'radios'),
(469, 1404, '_give_custom_amount', 'enabled'),
(470, 1404, '_give_custom_amount_range_minimum', '1.000000'),
(471, 1404, '_give_custom_amount_range_maximum', '999999.990000'),
(472, 1404, '_give_custom_amount_text', 'Other'),
(473, 1404, '_give_donation_levels', 'a:4:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:8:\"5.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"20.000000\";s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}}'),
(474, 1404, '_give_payment_display', 'onpage'),
(475, 1404, '_give_reveal_label', ''),
(476, 1404, '_give_checkout_label', 'Make donation'),
(477, 1404, '_give_default_gateway', 'global'),
(478, 1404, '_give_name_title_prefix', 'global'),
(479, 1404, '_give_title_prefixes', ''),
(480, 1404, '_give_company_field', 'global'),
(481, 1404, '_give_anonymous_donation', 'global'),
(482, 1404, '_give_donor_comment', 'global'),
(483, 1404, '_give_logged_in_only', 'enabled'),
(484, 1404, '_give_show_register_form', 'none'),
(485, 1404, '_give_form_floating_labels', 'global'),
(486, 1404, '_give_goal_option', 'enabled'),
(487, 1404, '_give_goal_format', 'amount'),
(488, 1404, '_give_set_goal', '10000.000000'),
(489, 1404, '_give_number_of_donation_goal', '1'),
(490, 1404, '_give_number_of_donor_goal', '1'),
(491, 1404, '_give_goal_color', '#eb763c'),
(492, 1404, '_give_close_form_when_goal_achieved', 'disabled'),
(493, 1404, '_give_form_goal_achieved_message', 'Thank you to all our donors, we have met our fundraising goal.'),
(494, 1404, '_give_display_content', 'enabled'),
(495, 1404, '_give_content_placement', 'give_pre_form'),
(496, 1404, '_give_form_content', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.'),
(497, 1404, '_give_terms_option', 'enabled'),
(498, 1404, '_give_agree_label', 'I agree that my submitted data is being collected and stored.'),
(499, 1404, '_give_agree_text', '<a href=\"/privacy-policy/\">Privacy Policy</a>'),
(500, 1404, '_give_customize_offline_donations', 'global'),
(501, 1404, '_give_offline_donation_enable_billing_fields_single', 'disabled'),
(502, 1404, '_give_offline_checkout_notes', 'In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nAll contributions will be gratefully acknowledged and are tax deductible.'),
(503, 1404, '_give_email_options', 'global'),
(504, 1404, '_give_email_template', 'default'),
(505, 1404, '_give_email_logo', ''),
(506, 1404, '_give_from_name', 'Planet Shakers Religion, Church'),
(507, 1404, '_give_from_email', '[email protected]'),
(508, 1404, '_give_new-donation_notification', 'global'),
(509, 1404, '_give_new-donation_email_subject', 'New Donation - #{payment_id}'),
(510, 1404, '_give_new-donation_email_header', 'New Donation!'),
(511, 1404, '_give_new-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(512, 1404, '_give_new-donation_email_content_type', 'text/html'),
(513, 1404, '_give_new-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(514, 1404, '_give_donation-receipt_notification', 'global'),
(515, 1404, '_give_donation-receipt_email_subject', 'Donation Receipt'),
(516, 1404, '_give_donation-receipt_email_header', 'Donation Receipt'),
(517, 1404, '_give_donation-receipt_email_message', 'Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\nSincerely,\n{sitename}'),
(518, 1404, '_give_donation-receipt_email_content_type', 'text/html'),
(519, 1404, 'trx_addons_post_likes_count', '0'),
(520, 1381, '_edit_last', '1'),
(521, 1381, '_thumbnail_id', '65'),
(522, 1381, 'slide_template', 'default'),
(523, 1381, 'eg_sources_html5_mp4', ''),
(524, 1381, 'eg_sources_html5_ogv', ''),
(525, 1381, 'eg_sources_html5_webm', ''),
(526, 1381, 'eg_sources_youtube', ''),
(527, 1381, 'eg_sources_vimeo', ''),
(528, 1381, 'eg_sources_wistia', ''),
(529, 1381, 'eg_sources_image', ''),
(530, 1381, 'eg_sources_iframe', ''),
(531, 1381, 'eg_sources_soundcloud', ''),
(532, 1381, 'eg_vimeo_ratio', '0'),
(533, 1381, 'eg_youtube_ratio', '0'),
(534, 1381, 'eg_wistia_ratio', '0'),
(535, 1381, 'eg_html5_ratio', '0'),
(536, 1381, 'eg_soundcloud_ratio', '0'),
(537, 1381, 'eg_settings_custom_meta_skin', ''),
(538, 1381, 'eg_settings_custom_meta_element', ''),
(539, 1381, 'eg_settings_custom_meta_setting', ''),
(540, 1381, 'eg_settings_custom_meta_style', ''),
(541, 1381, 'eg_custom_meta_216', 'true'),
(543, 1381, '_give_levels_minimum_amount', '5.000000'),
(544, 1381, '_give_levels_maximum_amount', '50.000000'),
(545, 1381, '_give_price_option', 'multi'),
(546, 1381, '_give_form_status', 'open'),
(547, 1381, '_give_set_price', '1.000000'),
(548, 1381, '_give_display_style', 'radios'),
(549, 1381, '_give_custom_amount', 'enabled'),
(550, 1381, '_give_custom_amount_range_minimum', '1.000000'),
(551, 1381, '_give_custom_amount_range_maximum', '999999.990000'),
(552, 1381, '_give_custom_amount_text', 'Other'),
(553, 1381, '_give_donation_levels', 'a:4:{i:0;a:4:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"0\";}s:12:\"_give_amount\";s:8:\"5.000000\";s:10:\"_give_text\";s:0:\"\";s:13:\"_give_default\";s:7:\"default\";}i:1;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"1\";}s:12:\"_give_amount\";s:9:\"10.000000\";s:10:\"_give_text\";s:0:\"\";}i:2;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"2\";}s:12:\"_give_amount\";s:9:\"20.000000\";s:10:\"_give_text\";s:0:\"\";}i:3;a:3:{s:8:\"_give_id\";a:1:{s:8:\"level_id\";s:1:\"3\";}s:12:\"_give_amount\";s:9:\"50.000000\";s:10:\"_give_text\";s:0:\"\";}}'),
(554, 1381, '_give_payment_display', 'onpage'),
(555, 1381, '_give_reveal_label', ''),
(556, 1381, '_give_checkout_label', 'Make donation'),
(557, 1381, '_give_default_gateway', 'global'),
(558, 1381, '_give_name_title_prefix', 'global'),
(559, 1381, '_give_title_prefixes', ''),
(560, 1381, '_give_company_field', 'global'),
(561, 1381, '_give_anonymous_donation', 'global'),
(562, 1381, '_give_donor_comment', 'global'),
(563, 1381, '_give_logged_in_only', 'enabled'),
(564, 1381, '_give_show_register_form', 'none'),
(565, 1381, '_give_form_floating_labels', 'global'),
(566, 1381, '_give_goal_option', 'enabled'),
(567, 1381, '_give_goal_format', 'amount'),
(568, 1381, '_give_set_goal', '10000.000000'),
(569, 1381, '_give_number_of_donation_goal', '1'),
(570, 1381, '_give_number_of_donor_goal', '1'),
(571, 1381, '_give_goal_color', '#eb763c'),
(572, 1381, '_give_close_form_when_goal_achieved', 'disabled'),
(573, 1381, '_give_form_goal_achieved_message', 'Thank you to all our donors, we have met our fundraising goal.'),
(574, 1381, '_give_display_content', 'enabled'),
(575, 1381, '_give_content_placement', 'give_pre_form'),
(576, 1381, '_give_form_content', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.'),
(577, 1381, '_give_terms_option', 'enabled'),
(578, 1381, '_give_agree_label', 'I agree that my submitted data is being collected and stored.'),
(579, 1381, '_give_agree_text', '<a href=\"/privacy-policy/\">Privacy Policy</a>'),
(580, 1381, '_give_customize_offline_donations', 'global'),
(581, 1381, '_give_offline_donation_enable_billing_fields_single', 'disabled'),
(582, 1381, '_give_offline_checkout_notes', 'In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nAll contributions will be gratefully acknowledged and are tax deductible.'),
(583, 1381, '_give_email_options', 'global'),
(584, 1381, '_give_email_template', 'default'),
(585, 1381, '_give_email_logo', ''),
(586, 1381, '_give_from_name', 'Planet Shakers Religion, Church'),
(587, 1381, '_give_from_email', '[email protected]'),
(588, 1381, '_give_new-donation_notification', 'global'),
(589, 1381, '_give_new-donation_email_subject', 'New Donation - #{payment_id}'),
(590, 1381, '_give_new-donation_email_header', 'New Donation!'),
(591, 1381, '_give_new-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(592, 1381, '_give_new-donation_email_content_type', 'text/html'),
(593, 1381, '_give_new-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(594, 1381, '_give_donation-receipt_notification', 'global'),
(595, 1381, '_give_donation-receipt_email_subject', 'Donation Receipt'),
(596, 1381, '_give_donation-receipt_email_header', 'Donation Receipt'),
(597, 1381, '_give_donation-receipt_email_message', 'Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\nSincerely,\n{sitename}'),
(598, 1381, '_give_donation-receipt_email_content_type', 'text/html'),
(599, 1381, 'trx_addons_post_likes_count', '0'),
(600, 1406, '_give_new-offline-donation_notification', 'global'),
(601, 1406, '_give_new-offline-donation_email_subject', 'New Pending Donation'),
(602, 1406, '_give_new-offline-donation_email_header', 'New Offline Donation!'),
(603, 1406, '_give_new-offline-donation_email_message', 'Dear Admin,\n\nAn offline donation has been made on your website: Planet Shakers Religion, Church Hooray! The donation is in a pending status and is awaiting payment. Donation instructions have been emailed to the donor. Once you receive payment, be sure to mark the donation as complete using the link below.\n\n<strong>Donor:</strong> {fullname}\n<strong>Amount:</strong> {amount}\n\n<a href=\"https://kreativedesigngroup.com/wp-admin/edit.php?post_type=give_forms&amp;page=give-payment-history&amp;view=view-order-details&amp;id=0\">Click Here to View and/or Update Donation Details</a>'),
(604, 1406, '_give_new-offline-donation_email_content_type', 'text/html'),
(605, 1406, '_give_new-offline-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(606, 1406, '_give_offline-donation-instruction_notification', 'global'),
(607, 1406, '_give_offline-donation-instruction_email_subject', '{donation} - Offline Donation Instructions'),
(608, 1406, '_give_offline-donation-instruction_email_header', 'Offline Donation Instructions'),
(609, 1406, '_give_offline-donation-instruction_email_message', 'Dear {name},\n\nThank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nOnce your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!\n\nSincerely,\n\n{sitename}'),
(610, 1406, '_give_offline-donation-instruction_email_content_type', 'text/html'),
(611, 1411, '_give_form_goal_progress', '0.2'),
(612, 1444, '_give_form_goal_progress', '2'),
(613, 1444, 'eg_sources_revslider', ''),
(614, 1444, 'eg_sources_essgrid', ''),
(615, 1444, 'eg_featured_grid', ''),
(616, 1444, 'eg_votes_count', '0'),
(617, 1411, '_give_new-offline-donation_notification', 'global'),
(618, 1411, '_give_new-offline-donation_email_subject', 'New Pending Donation'),
(619, 1411, '_give_new-offline-donation_email_header', 'New Offline Donation!'),
(620, 1411, '_give_new-offline-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(621, 1411, '_give_new-offline-donation_email_content_type', 'text/html'),
(622, 1411, '_give_new-offline-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(623, 1411, '_give_offline-donation-instruction_notification', 'global'),
(624, 1411, '_give_offline-donation-instruction_email_subject', '{donation} - Offline Donation Instructions'),
(625, 1411, '_give_offline-donation-instruction_email_header', 'Offline Donation Instructions'),
(626, 1411, '_give_offline-donation-instruction_email_message', 'Dear {name},\n\nThank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nOnce your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!\n\nSincerely,\n\n{sitename}'),
(627, 1411, '_give_offline-donation-instruction_email_content_type', 'text/html'),
(628, 1411, 'eg_sources_revslider', ''),
(629, 1411, 'eg_sources_essgrid', ''),
(630, 1411, 'eg_featured_grid', ''),
(631, 1411, 'eg_votes_count', '0'),
(632, 1410, '_give_new-offline-donation_notification', 'global'),
(633, 1410, '_give_new-offline-donation_email_subject', 'New Pending Donation'),
(634, 1410, '_give_new-offline-donation_email_header', 'New Offline Donation!'),
(635, 1410, '_give_new-offline-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}');
INSERT INTO `2FCHlI_give_formmeta` (`meta_id`, `form_id`, `meta_key`, `meta_value`) VALUES
(636, 1410, '_give_new-offline-donation_email_content_type', 'text/html'),
(637, 1410, '_give_new-offline-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(638, 1410, '_give_offline-donation-instruction_notification', 'global'),
(639, 1410, '_give_offline-donation-instruction_email_subject', '{donation} - Offline Donation Instructions'),
(640, 1410, '_give_offline-donation-instruction_email_header', 'Offline Donation Instructions'),
(641, 1410, '_give_offline-donation-instruction_email_message', 'Dear {name},\n\nThank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nOnce your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!\n\nSincerely,\n\n{sitename}'),
(642, 1410, '_give_offline-donation-instruction_email_content_type', 'text/html'),
(643, 1410, '_give_form_goal_progress', '0.85'),
(644, 1410, 'eg_sources_revslider', ''),
(645, 1410, 'eg_sources_essgrid', ''),
(646, 1410, 'eg_featured_grid', ''),
(647, 1410, 'eg_votes_count', '0'),
(648, 1409, '_give_new-offline-donation_notification', 'global'),
(649, 1409, '_give_new-offline-donation_email_subject', 'New Pending Donation'),
(650, 1409, '_give_new-offline-donation_email_header', 'New Offline Donation!'),
(651, 1409, '_give_new-offline-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(652, 1409, '_give_new-offline-donation_email_content_type', 'text/html'),
(653, 1409, '_give_new-offline-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(654, 1409, '_give_offline-donation-instruction_notification', 'global'),
(655, 1409, '_give_offline-donation-instruction_email_subject', '{donation} - Offline Donation Instructions'),
(656, 1409, '_give_offline-donation-instruction_email_header', 'Offline Donation Instructions'),
(657, 1409, '_give_offline-donation-instruction_email_message', 'Dear {name},\n\nThank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nOnce your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!\n\nSincerely,\n\n{sitename}'),
(658, 1409, '_give_offline-donation-instruction_email_content_type', 'text/html'),
(659, 1409, '_give_form_goal_progress', '5.1'),
(660, 1409, 'eg_sources_revslider', ''),
(661, 1409, 'eg_sources_essgrid', ''),
(662, 1409, 'eg_featured_grid', ''),
(663, 1409, 'eg_votes_count', '0'),
(664, 1406, '_give_form_goal_progress', '4.48'),
(665, 1406, 'eg_sources_revslider', ''),
(666, 1406, 'eg_sources_essgrid', ''),
(667, 1406, 'eg_featured_grid', ''),
(668, 1406, 'eg_votes_count', '0'),
(669, 1404, '_give_new-offline-donation_notification', 'global'),
(670, 1404, '_give_new-offline-donation_email_subject', 'New Pending Donation'),
(671, 1404, '_give_new-offline-donation_email_header', 'New Offline Donation!'),
(672, 1404, '_give_new-offline-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(673, 1404, '_give_new-offline-donation_email_content_type', 'text/html'),
(674, 1404, '_give_new-offline-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(675, 1404, '_give_offline-donation-instruction_notification', 'global'),
(676, 1404, '_give_offline-donation-instruction_email_subject', '{donation} - Offline Donation Instructions'),
(677, 1404, '_give_offline-donation-instruction_email_header', 'Offline Donation Instructions'),
(678, 1404, '_give_offline-donation-instruction_email_message', 'Dear {name},\n\nThank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nOnce your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!\n\nSincerely,\n\n{sitename}'),
(679, 1404, '_give_offline-donation-instruction_email_content_type', 'text/html'),
(680, 1404, '_give_form_goal_progress', '9.16'),
(681, 1404, 'eg_sources_revslider', ''),
(682, 1404, 'eg_sources_essgrid', ''),
(683, 1404, 'eg_featured_grid', ''),
(684, 1404, 'eg_votes_count', '0'),
(685, 1381, '_give_new-offline-donation_notification', 'global'),
(686, 1381, '_give_new-offline-donation_email_subject', 'New Pending Donation'),
(687, 1381, '_give_new-offline-donation_email_header', 'New Offline Donation!'),
(688, 1381, '_give_new-offline-donation_email_message', 'Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}'),
(689, 1381, '_give_new-offline-donation_email_content_type', 'text/html'),
(690, 1381, '_give_new-offline-donation_recipient', 'a:1:{i:0;a:1:{s:5:\"email\";s:13:\"[email protected]\";}}'),
(691, 1381, '_give_offline-donation-instruction_notification', 'global'),
(692, 1381, '_give_offline-donation-instruction_email_subject', '{donation} - Offline Donation Instructions'),
(693, 1381, '_give_offline-donation-instruction_email_header', 'Offline Donation Instructions'),
(694, 1381, '_give_offline-donation-instruction_email_message', 'Dear {name},\n\nThank you for your offline donation request! Your generosity is greatly appreciated. In order to make an offline donation we ask that you please follow these instructions:\n<ol>\n 	<li>Make a check payable to \"{sitename}\"</li>\n 	<li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li>\n 	<li>Please mail your check to:</li>\n</ol>\n{offline_mailing_address}\n\nOnce your donation has been received we will mark it as complete and you will receive an email receipt for your records. Please contact us with any questions you may have!\n\nSincerely,\n\n{sitename}'),
(695, 1381, '_give_offline-donation-instruction_email_content_type', 'text/html'),
(696, 1381, '_give_form_goal_progress', '55.32'),
(697, 1381, 'eg_sources_revslider', ''),
(698, 1381, 'eg_sources_essgrid', ''),
(699, 1381, 'eg_featured_grid', ''),
(700, 1381, 'eg_votes_count', '0'),
(701, 1411, '_wp_old_slug', 'together-it-is-possible-we-can-and-are-making-a-difference-4'),
(702, 1410, '_wp_old_slug', 'together-it-is-possible-we-can-and-are-making-a-difference-2-2'),
(703, 1409, '_wp_old_slug', 'together-it-is-possible-we-can-and-are-making-a-difference-3-2'),
(704, 1406, '_wp_old_slug', 'together-it-is-possible-we-can-and-are-making-a-difference-3'),
(705, 1404, '_wp_old_slug', 'together-it-is-possible-we-can-and-are-making-a-difference-2'),
(706, 1381, '_wp_old_slug', 'together-it-is-possible-we-can-and-are-making-a-difference'),
(707, 1444, '_give_form_template', 'legacy'),
(708, 1444, '_give_legacy_form_template_settings', 'a:1:{s:16:\"display_settings\";a:7:{s:13:\"display_style\";s:6:\"radios\";s:15:\"payment_display\";s:6:\"onpage\";s:14:\"checkout_label\";s:13:\"Make donation\";s:20:\"form_floating_labels\";s:6:\"global\";s:15:\"display_content\";s:7:\"enabled\";s:17:\"content_placement\";s:13:\"give_pre_form\";s:12:\"form_content\";s:343:\"Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.\";}}'),
(709, 2937, '_edit_lock', '1702065570:990003');

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

--
-- Table structure for table `2FCHlI_give_log`
--

CREATE TABLE `2FCHlI_give_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `log_type` varchar(16) NOT NULL,
  `data` text NOT NULL,
  `category` varchar(64) NOT NULL,
  `source` varchar(64) NOT NULL,
  `date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_give_log`
--

INSERT INTO `2FCHlI_give_log` (`id`, `log_type`, `data`, `category`, `source`, `date`) VALUES
(1, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(2, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(3, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(4, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(5, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(6, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(7, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(8, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(9, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(10, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(11, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(12, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(13, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(14, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(15, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(16, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(17, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(18, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(19, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(20, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(21, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-06 05:32:12'),
(22, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(23, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(24, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(25, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(26, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(27, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(28, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(29, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(30, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(31, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(32, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(33, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(34, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(35, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(36, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(37, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(38, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(39, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(40, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(41, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(42, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:04:51'),
(43, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-10-09 11:05:07'),
(44, 'error', '{\"message\":\"Give\\\\ServiceProviders\\\\LegacyServiceProvider class must implement the ServiceProvider interface\",\"context\":{\"exception\":{\"File\":\"give.php\",\"Line\":436,\"Message\":\"Give\\\\ServiceProviders\\\\LegacyServiceProvider class must implement the ServiceProvider interface\",\"Code\":0}}}', 'Uncaught Exception', 'Give Core', '2023-11-18 05:14:09'),
(45, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(46, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(47, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(48, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(49, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(50, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(51, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(52, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(53, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(54, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(55, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(56, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(57, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(58, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(59, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(60, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(61, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(62, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(63, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(64, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00'),
(65, 'warning', '{\"message\":\"Auto-formatting is enabled  at Donations > Settings > General > Currency but the INTL extension for PHP is not available. Please install the INTL extension to enable auto-formatting, or disable the Auto-formatting setting to prevent this error message. Most web hosts can help with installing and activating INTL. GiveWP is falling back to formatting based on the legacy settings.\",\"context\":[]}', 'Core', 'Give Core', '2023-12-08 19:59:00');

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

--
-- Table structure for table `2FCHlI_give_migrations`
--

CREATE TABLE `2FCHlI_give_migrations` (
  `id` varchar(180) NOT NULL,
  `status` varchar(16) NOT NULL,
  `error` text DEFAULT NULL,
  `last_run` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_give_migrations`
--

INSERT INTO `2FCHlI_give_migrations` (`id`, `status`, `error`, `last_run`) VALUES
('add_paymentmode_to_subscription_table', 'success', '', '2023-09-28 10:44:09'),
('add-missing-donor-id-in-donation-comments', 'success', '', '2023-09-28 10:44:09'),
('add-missing-transaction-id-for-uncompleted-stripe-donations', 'success', '', '2023-09-28 10:44:09'),
('add-statement-descriptor-to-stripe-accounts', 'success', '', '2023-09-28 10:44:09'),
('complete-removed-legacy-log-migration', 'success', '', '2023-09-28 10:44:09'),
('copy-v2-gateways-settings-to-v3', 'success', '', '2023-11-18 16:46:27'),
('create_migrations_table', 'success', '', '2023-09-28 10:44:09'),
('create_new_log_table', 'success', '', '2023-09-28 10:44:09'),
('create_revenue_table', 'success', '', '2023-09-28 10:44:09'),
('create_subscription_tables', 'success', '', '2023-09-28 10:44:09'),
('delete_old_log_tables', 'success', '', '2023-09-28 10:44:09'),
('migrate_completed_migrations', 'success', '', '2023-09-28 10:44:09'),
('move-donation-comment-to-donation-meta-table', 'success', '', '2023-09-28 10:44:09'),
('register-paypal-donations-refresh-token-cron-job-by-mode', 'success', '', '2023-09-28 10:44:09'),
('remove_payment_intent_secret_meta', 'success', '', '2023-09-28 10:44:09'),
('remove_revenue_foreign_keys', 'success', '', '2023-09-28 10:44:09'),
('remove_sensitive_logs', 'success', '', '2023-09-28 10:44:09'),
('remove-log-with-card-info', 'success', '', '2023-09-28 10:44:09'),
('remove-paypal-ipn-verification-setting', 'success', '', '2023-09-28 10:44:09'),
('set_automatic_formatting_option', 'success', '', '2023-09-28 10:44:09'),
('set_paypal_standard_id_to_paypal_from_paypal_standard', 'success', '', '2023-09-28 10:44:09'),
('set-form-donation-levels-to-strings', 'success', '', '2023-09-28 10:44:09');

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

--
-- Table structure for table `2FCHlI_give_revenue`
--

CREATE TABLE `2FCHlI_give_revenue` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `donation_id` bigint(20) UNSIGNED NOT NULL,
  `form_id` bigint(20) UNSIGNED NOT NULL,
  `amount` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_give_sequential_ordering`
--

CREATE TABLE `2FCHlI_give_sequential_ordering` (
  `id` bigint(20) NOT NULL,
  `payment_id` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_give_sessions`
--

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

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

--
-- Table structure for table `2FCHlI_give_subscriptionmeta`
--

CREATE TABLE `2FCHlI_give_subscriptionmeta` (
  `meta_id` bigint(20) NOT NULL,
  `subscription_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_give_subscriptions`
--

CREATE TABLE `2FCHlI_give_subscriptions` (
  `id` bigint(20) NOT NULL,
  `customer_id` bigint(20) NOT NULL,
  `period` varchar(20) NOT NULL,
  `frequency` bigint(20) NOT NULL DEFAULT 1,
  `initial_amount` decimal(18,10) NOT NULL,
  `recurring_amount` decimal(18,10) NOT NULL,
  `recurring_fee_amount` decimal(18,10) NOT NULL,
  `bill_times` bigint(20) NOT NULL,
  `transaction_id` varchar(60) NOT NULL,
  `parent_payment_id` bigint(20) NOT NULL,
  `payment_mode` varchar(20) NOT NULL DEFAULT '',
  `product_id` bigint(20) NOT NULL,
  `created` datetime NOT NULL,
  `expiration` datetime NOT NULL,
  `status` varchar(20) NOT NULL,
  `profile_id` varchar(60) NOT NULL,
  `notes` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_links`
--

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

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

--
-- Table structure for table `2FCHlI_options`
--

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

--
-- Dumping data for table `2FCHlI_options`
--

INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://umuhuza.org.rw/', 'yes'),
(2, 'home', 'https://umuhuza.org.rw/', 'yes'),
(3, 'blogname', '', 'yes'),
(4, 'blogdescription', 'Umuhuza Organization', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', '[email protected]', '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', '[email protected]', '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', '', 'yes'),
(29, 'rewrite_rules', '', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:15:{i:0;s:55:\"contact-form-7-datepicker/contact-form-7-datepicker.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";i:3;s:33:\"essential-grid/essential-grid.php\";i:4;s:34:\"feeds-for-youtube/youtube-feed.php\";i:5;s:13:\"give/give.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:8;s:33:\"ot-twitter-feed/ottwitterfeed.php\";i:9;s:23:\"revslider/revslider.php\";i:10;s:43:\"the-events-calendar/the-events-calendar.php\";i:11;s:25:\"trx_addons/trx_addons.php\";i:12;s:27:\"trx_updater/trx_updater.php\";i:13;s:47:\"vc-extensions-bundle/vc-extensions-cqbundle.php\";i:14;s:41:\"wp-gdpr-compliance/wp-gdpr-compliance.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'umuhuza', 'yes'),
(41, 'stylesheet', 'umuhuza', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '56657', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:41:\"wp-gdpr-compliance/wp-gdpr-compliance.php\";a:2:{i:0;s:24:\"WPGDPRC\\WordPress\\Plugin\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '126', 'yes'),
(82, 'page_on_front', '316', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '2837', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1711463433', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(99, 'initial_db_version', '53496', 'yes'),
(100, '2FCHlI_user_roles', 'a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:143:{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:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;s:27:\"manage_youtube_feed_options\";b:1;s:27:\"manage_twitter_feed_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:77:{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:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:33:{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:17:\"edit_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:16:{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:17:\"edit_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:5:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:12:\"give_manager\";a:2:{s:4:\"name\";s:14:\"GiveWP Manager\";s:12:\"capabilities\";a:68:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:0;s:6:\"import\";b:0;s:19:\"delete_others_pages\";b:0;s:19:\"delete_others_posts\";b:0;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_pages\";b:0;s:17:\"edit_others_posts\";b:0;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:0;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:15:\"give_accountant\";a:2:{s:4:\"name\";s:17:\"GiveWP Accountant\";s:12:\"capabilities\";a:12:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:15:\"edit_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"view_give_reports\";b:1;s:19:\"export_give_reports\";b:1;s:18:\"edit_give_payments\";b:1;s:18:\"view_give_payments\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:11:\"give_worker\";a:2:{s:4:\"name\";s:13:\"GiveWP Worker\";s:12:\"capabilities\";a:19:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:18:\"edit_give_payments\";b:1;s:17:\"delete_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}s:10:\"give_donor\";a:2:{s:4:\"name\";s:12:\"GiveWP Donor\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/cpt_layouts\";b:1;}}}', 'yes'),
(101, 'fresh_site', '0', 'yes'),
(102, 'user_count', '2', 'no'),
(103, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'sidebars_widgets', 'a:17:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:28:\"trx_addons_widget_contacts-2\";}s:15:\"sidebar_widgets\";a:0:{}s:14:\"header_widgets\";a:0:{}s:18:\"above_page_widgets\";a:0:{}s:21:\"above_content_widgets\";a:0:{}s:21:\"below_content_widgets\";a:1:{i:0;s:19:\"rev-slider-widget-2\";}s:18:\"below_page_widgets\";a:0:{}s:14:\"footer_widgets\";a:0:{}s:27:\"front_page_features_widgets\";a:0:{}s:23:\"front_page_team_widgets\";a:0:{}s:31:\"front_page_testimonials_widgets\";a:0:{}s:23:\"front_page_blog_widgets\";a:0:{}s:28:\"front_page_googlemap_widgets\";a:0:{}s:20:\"tribe_events_widgets\";a:0:{}s:16:\"custom_widgets_1\";a:3:{i:0;s:8:\"search-3\";i:1;s:12:\"categories-3\";i:2;s:10:\"calendar-3\";}s:18:\"give-forms-sidebar\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(105, 'cron', 'a:23:{i:1706026989;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:1706027434;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:1706027618;a:1:{s:29:\"ctf_smash_twitter_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1706039380;a:1:{s:22:\"tribe_trash_event_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706042078;a:1:{s:15:\"ctf_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706048263;a:1:{s:12:\"sby_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;}}}i:1706061300;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706063434;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706063447;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706064252;a:1:{s:30:\"tribe_schedule_transient_purge\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1706106634;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706106647;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:1706106648;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:1706107452;a:2:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706107508;a:1:{s:27:\"give_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1706193130;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706193908;a:1:{s:28:\"give_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706279434;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706280308;a:2:{s:29:\"give_monthly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}s:30:\"give_thricely_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"thricely\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1706441163;a:1:{s:23:\"sby_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706508000;a:1:{s:23:\"sby_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbyweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706700368;a:1:{s:15:\"sby_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}s:7:\"version\";i:2;}', 'yes'),
(106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_calendar', 'a:2:{i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_search', 'a:2:{i:3;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'recovery_keys', 'a:0:{}', 'yes'),
(122, 'theme_mods_twentytwentytwo', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1695911859;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'yes'),
(125, 'https_detection_errors', 'a:0:{}', 'yes'),
(133, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(134, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(135, '_transient_wp_core_block_css_files', 'a:496:{i:0;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/editor-rtl.css\";i:1;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/editor-rtl.min.css\";i:2;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/editor.css\";i:3;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/editor.min.css\";i:4;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/style-rtl.css\";i:5;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/style-rtl.min.css\";i:6;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/style.css\";i:7;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/archives/style.min.css\";i:8;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/editor-rtl.css\";i:9;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/editor-rtl.min.css\";i:10;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/editor.css\";i:11;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/editor.min.css\";i:12;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/style-rtl.css\";i:13;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/style-rtl.min.css\";i:14;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/style.css\";i:15;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/style.min.css\";i:16;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/theme-rtl.css\";i:17;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/theme-rtl.min.css\";i:18;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/theme.css\";i:19;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/audio/theme.min.css\";i:20;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/editor-rtl.css\";i:21;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/editor-rtl.min.css\";i:22;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/editor.css\";i:23;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/editor.min.css\";i:24;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/style-rtl.css\";i:25;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/style-rtl.min.css\";i:26;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/style.css\";i:27;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/avatar/style.min.css\";i:28;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/block/editor-rtl.css\";i:29;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/block/editor-rtl.min.css\";i:30;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/block/editor.css\";i:31;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/block/editor.min.css\";i:32;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/button/editor-rtl.css\";i:33;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/button/editor-rtl.min.css\";i:34;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/button/editor.css\";i:35;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/button/editor.min.css\";i:36;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/button/style-rtl.css\";i:37;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/button/style-rtl.min.css\";i:38;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/button/style.css\";i:39;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/button/style.min.css\";i:40;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/editor-rtl.css\";i:41;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/editor-rtl.min.css\";i:42;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/editor.css\";i:43;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/editor.min.css\";i:44;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/style-rtl.css\";i:45;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/style-rtl.min.css\";i:46;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/style.css\";i:47;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/buttons/style.min.css\";i:48;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/calendar/style-rtl.css\";i:49;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/calendar/style-rtl.min.css\";i:50;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/calendar/style.css\";i:51;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/calendar/style.min.css\";i:52;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/editor-rtl.css\";i:53;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/editor-rtl.min.css\";i:54;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/editor.css\";i:55;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/editor.min.css\";i:56;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/style-rtl.css\";i:57;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/style-rtl.min.css\";i:58;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/style.css\";i:59;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/categories/style.min.css\";i:60;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/code/editor-rtl.css\";i:61;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/code/editor-rtl.min.css\";i:62;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/code/editor.css\";i:63;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/code/editor.min.css\";i:64;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/code/style-rtl.css\";i:65;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/code/style-rtl.min.css\";i:66;s:66:\"/home/kreativedesign/public_html/wp-includes/blocks/code/style.css\";i:67;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/code/style.min.css\";i:68;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/code/theme-rtl.css\";i:69;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/code/theme-rtl.min.css\";i:70;s:66:\"/home/kreativedesign/public_html/wp-includes/blocks/code/theme.css\";i:71;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/code/theme.min.css\";i:72;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/editor-rtl.css\";i:73;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/editor-rtl.min.css\";i:74;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/editor.css\";i:75;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/editor.min.css\";i:76;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/style-rtl.css\";i:77;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/style-rtl.min.css\";i:78;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/style.css\";i:79;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/columns/style.min.css\";i:80;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-content/style-rtl.css\";i:81;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-content/style-rtl.min.css\";i:82;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-content/style.css\";i:83;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-content/style.min.css\";i:84;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-template/style-rtl.css\";i:85;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-template/style-rtl.min.css\";i:86;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-template/style.css\";i:87;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/comment-template/style.min.css\";i:88;s:94:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css\";i:89;s:98:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css\";i:90;s:90:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination-numbers/editor.css\";i:91;s:94:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination-numbers/editor.min.css\";i:92;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/editor-rtl.css\";i:93;s:90:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/editor-rtl.min.css\";i:94;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/editor.css\";i:95;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/editor.min.css\";i:96;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/style-rtl.css\";i:97;s:89:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/style-rtl.min.css\";i:98;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/style.css\";i:99;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-pagination/style.min.css\";i:100;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-title/editor-rtl.css\";i:101;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-title/editor-rtl.min.css\";i:102;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-title/editor.css\";i:103;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/comments-title/editor.min.css\";i:104;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/editor-rtl.css\";i:105;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/editor-rtl.min.css\";i:106;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/editor.css\";i:107;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/editor.min.css\";i:108;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/style-rtl.css\";i:109;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/style-rtl.min.css\";i:110;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/style.css\";i:111;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/comments/style.min.css\";i:112;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/editor-rtl.css\";i:113;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/editor-rtl.min.css\";i:114;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/editor.css\";i:115;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/editor.min.css\";i:116;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/style-rtl.css\";i:117;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/style-rtl.min.css\";i:118;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/style.css\";i:119;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/cover/style.min.css\";i:120;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/details/editor-rtl.css\";i:121;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/details/editor-rtl.min.css\";i:122;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/details/editor.css\";i:123;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/details/editor.min.css\";i:124;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/details/style-rtl.css\";i:125;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/details/style-rtl.min.css\";i:126;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/details/style.css\";i:127;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/details/style.min.css\";i:128;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/editor-rtl.css\";i:129;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/editor-rtl.min.css\";i:130;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/editor.css\";i:131;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/editor.min.css\";i:132;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/style-rtl.css\";i:133;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/style-rtl.min.css\";i:134;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/style.css\";i:135;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/style.min.css\";i:136;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/theme-rtl.css\";i:137;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/theme-rtl.min.css\";i:138;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/theme.css\";i:139;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/embed/theme.min.css\";i:140;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/file/editor-rtl.css\";i:141;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/file/editor-rtl.min.css\";i:142;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/file/editor.css\";i:143;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/file/editor.min.css\";i:144;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/file/style-rtl.css\";i:145;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/file/style-rtl.min.css\";i:146;s:66:\"/home/kreativedesign/public_html/wp-includes/blocks/file/style.css\";i:147;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/file/style.min.css\";i:148;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/footnotes/style-rtl.css\";i:149;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/footnotes/style-rtl.min.css\";i:150;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/footnotes/style.css\";i:151;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/footnotes/style.min.css\";i:152;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/freeform/editor-rtl.css\";i:153;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/freeform/editor-rtl.min.css\";i:154;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/freeform/editor.css\";i:155;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/freeform/editor.min.css\";i:156;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/editor-rtl.css\";i:157;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/editor-rtl.min.css\";i:158;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/editor.css\";i:159;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/editor.min.css\";i:160;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/style-rtl.css\";i:161;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/style-rtl.min.css\";i:162;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/style.css\";i:163;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/style.min.css\";i:164;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/theme-rtl.css\";i:165;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/theme-rtl.min.css\";i:166;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/theme.css\";i:167;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/gallery/theme.min.css\";i:168;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/group/editor-rtl.css\";i:169;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/group/editor-rtl.min.css\";i:170;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/group/editor.css\";i:171;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/group/editor.min.css\";i:172;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/group/style-rtl.css\";i:173;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/group/style-rtl.min.css\";i:174;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/group/style.css\";i:175;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/group/style.min.css\";i:176;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/group/theme-rtl.css\";i:177;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/group/theme-rtl.min.css\";i:178;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/group/theme.css\";i:179;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/group/theme.min.css\";i:180;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/heading/style-rtl.css\";i:181;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/heading/style-rtl.min.css\";i:182;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/heading/style.css\";i:183;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/heading/style.min.css\";i:184;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/html/editor-rtl.css\";i:185;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/html/editor-rtl.min.css\";i:186;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/html/editor.css\";i:187;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/html/editor.min.css\";i:188;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/image/editor-rtl.css\";i:189;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/image/editor-rtl.min.css\";i:190;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/image/editor.css\";i:191;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/image/editor.min.css\";i:192;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/image/style-rtl.css\";i:193;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/image/style-rtl.min.css\";i:194;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/image/style.css\";i:195;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/image/style.min.css\";i:196;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/image/theme-rtl.css\";i:197;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/image/theme-rtl.min.css\";i:198;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/image/theme.css\";i:199;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/image/theme.min.css\";i:200;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-comments/style-rtl.css\";i:201;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-comments/style-rtl.min.css\";i:202;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-comments/style.css\";i:203;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-comments/style.min.css\";i:204;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/editor-rtl.css\";i:205;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/editor-rtl.min.css\";i:206;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/editor.css\";i:207;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/editor.min.css\";i:208;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/style-rtl.css\";i:209;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/style-rtl.min.css\";i:210;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/style.css\";i:211;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/latest-posts/style.min.css\";i:212;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/list/style-rtl.css\";i:213;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/list/style-rtl.min.css\";i:214;s:66:\"/home/kreativedesign/public_html/wp-includes/blocks/list/style.css\";i:215;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/list/style.min.css\";i:216;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/editor-rtl.css\";i:217;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/editor-rtl.min.css\";i:218;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/editor.css\";i:219;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/editor.min.css\";i:220;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/style-rtl.css\";i:221;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/style-rtl.min.css\";i:222;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/style.css\";i:223;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/media-text/style.min.css\";i:224;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/more/editor-rtl.css\";i:225;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/more/editor-rtl.min.css\";i:226;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/more/editor.css\";i:227;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/more/editor.min.css\";i:228;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/editor-rtl.css\";i:229;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/editor-rtl.min.css\";i:230;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/editor.css\";i:231;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/editor.min.css\";i:232;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/style-rtl.css\";i:233;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/style-rtl.min.css\";i:234;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/style.css\";i:235;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-link/style.min.css\";i:236;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.css\";i:237;s:89:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-submenu/editor-rtl.min.css\";i:238;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-submenu/editor.css\";i:239;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation-submenu/editor.min.css\";i:240;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/editor-rtl.css\";i:241;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/editor-rtl.min.css\";i:242;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/editor.css\";i:243;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/editor.min.css\";i:244;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/style-rtl.css\";i:245;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/style-rtl.min.css\";i:246;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/style.css\";i:247;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/navigation/style.min.css\";i:248;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/nextpage/editor-rtl.css\";i:249;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/nextpage/editor-rtl.min.css\";i:250;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/nextpage/editor.css\";i:251;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/nextpage/editor.min.css\";i:252;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/editor-rtl.css\";i:253;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/editor-rtl.min.css\";i:254;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/editor.css\";i:255;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/editor.min.css\";i:256;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/style-rtl.css\";i:257;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/style-rtl.min.css\";i:258;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/style.css\";i:259;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/page-list/style.min.css\";i:260;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/editor-rtl.css\";i:261;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/editor-rtl.min.css\";i:262;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/editor.css\";i:263;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/editor.min.css\";i:264;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/style-rtl.css\";i:265;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/style-rtl.min.css\";i:266;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/style.css\";i:267;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/paragraph/style.min.css\";i:268;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/post-author/style-rtl.css\";i:269;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/post-author/style-rtl.min.css\";i:270;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/post-author/style.css\";i:271;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/post-author/style.min.css\";i:272;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/editor-rtl.css\";i:273;s:89:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/editor-rtl.min.css\";i:274;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/editor.css\";i:275;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/editor.min.css\";i:276;s:84:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/style-rtl.css\";i:277;s:88:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/style-rtl.min.css\";i:278;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/style.css\";i:279;s:84:\"/home/kreativedesign/public_html/wp-includes/blocks/post-comments-form/style.min.css\";i:280;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/post-date/style-rtl.css\";i:281;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/post-date/style-rtl.min.css\";i:282;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/post-date/style.css\";i:283;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/post-date/style.min.css\";i:284;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/editor-rtl.css\";i:285;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/editor-rtl.min.css\";i:286;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/editor.css\";i:287;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/editor.min.css\";i:288;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/style-rtl.css\";i:289;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/style-rtl.min.css\";i:290;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/style.css\";i:291;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/post-excerpt/style.min.css\";i:292;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/editor-rtl.css\";i:293;s:90:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/editor-rtl.min.css\";i:294;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/editor.css\";i:295;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/editor.min.css\";i:296;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/style-rtl.css\";i:297;s:89:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/style-rtl.min.css\";i:298;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/style.css\";i:299;s:85:\"/home/kreativedesign/public_html/wp-includes/blocks/post-featured-image/style.min.css\";i:300;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/post-navigation-link/style-rtl.css\";i:301;s:90:\"/home/kreativedesign/public_html/wp-includes/blocks/post-navigation-link/style-rtl.min.css\";i:302;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/post-navigation-link/style.css\";i:303;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/post-navigation-link/style.min.css\";i:304;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/editor-rtl.css\";i:305;s:84:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/editor-rtl.min.css\";i:306;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/editor.css\";i:307;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/editor.min.css\";i:308;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/style-rtl.css\";i:309;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/style-rtl.min.css\";i:310;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/style.css\";i:311;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/post-template/style.min.css\";i:312;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/post-terms/style-rtl.css\";i:313;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/post-terms/style-rtl.min.css\";i:314;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/post-terms/style.css\";i:315;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/post-terms/style.min.css\";i:316;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/post-title/style-rtl.css\";i:317;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/post-title/style-rtl.min.css\";i:318;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/post-title/style.css\";i:319;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/post-title/style.min.css\";i:320;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/preformatted/style-rtl.css\";i:321;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/preformatted/style-rtl.min.css\";i:322;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/preformatted/style.css\";i:323;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/preformatted/style.min.css\";i:324;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/editor-rtl.css\";i:325;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/editor-rtl.min.css\";i:326;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/editor.css\";i:327;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/editor.min.css\";i:328;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/style-rtl.css\";i:329;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/style-rtl.min.css\";i:330;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/style.css\";i:331;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/style.min.css\";i:332;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/theme-rtl.css\";i:333;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/theme-rtl.min.css\";i:334;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/theme.css\";i:335;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/pullquote/theme.min.css\";i:336;s:91:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.css\";i:337;s:95:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css\";i:338;s:87:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination-numbers/editor.css\";i:339;s:91:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination-numbers/editor.min.css\";i:340;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/editor-rtl.css\";i:341;s:87:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/editor-rtl.min.css\";i:342;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/editor.css\";i:343;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/editor.min.css\";i:344;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/style-rtl.css\";i:345;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/style-rtl.min.css\";i:346;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/style.css\";i:347;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/query-pagination/style.min.css\";i:348;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/query-title/style-rtl.css\";i:349;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/query-title/style-rtl.min.css\";i:350;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/query-title/style.css\";i:351;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/query-title/style.min.css\";i:352;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/query/editor-rtl.css\";i:353;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/query/editor-rtl.min.css\";i:354;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/query/editor.css\";i:355;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/query/editor.min.css\";i:356;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/style-rtl.css\";i:357;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/style-rtl.min.css\";i:358;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/style.css\";i:359;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/style.min.css\";i:360;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/theme-rtl.css\";i:361;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/theme-rtl.min.css\";i:362;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/theme.css\";i:363;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/quote/theme.min.css\";i:364;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/read-more/style-rtl.css\";i:365;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/read-more/style-rtl.min.css\";i:366;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/read-more/style.css\";i:367;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/read-more/style.min.css\";i:368;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/editor-rtl.css\";i:369;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/editor-rtl.min.css\";i:370;s:66:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/editor.css\";i:371;s:70:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/editor.min.css\";i:372;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/style-rtl.css\";i:373;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/style-rtl.min.css\";i:374;s:65:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/style.css\";i:375;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/rss/style.min.css\";i:376;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/search/editor-rtl.css\";i:377;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/search/editor-rtl.min.css\";i:378;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/search/editor.css\";i:379;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/search/editor.min.css\";i:380;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/search/style-rtl.css\";i:381;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/search/style-rtl.min.css\";i:382;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/search/style.css\";i:383;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/search/style.min.css\";i:384;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/search/theme-rtl.css\";i:385;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/search/theme-rtl.min.css\";i:386;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/search/theme.css\";i:387;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/search/theme.min.css\";i:388;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/editor-rtl.css\";i:389;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/editor-rtl.min.css\";i:390;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/editor.css\";i:391;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/editor.min.css\";i:392;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/style-rtl.css\";i:393;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/style-rtl.min.css\";i:394;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/style.css\";i:395;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/style.min.css\";i:396;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/theme-rtl.css\";i:397;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/theme-rtl.min.css\";i:398;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/theme.css\";i:399;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/separator/theme.min.css\";i:400;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/shortcode/editor-rtl.css\";i:401;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/shortcode/editor-rtl.min.css\";i:402;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/shortcode/editor.css\";i:403;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/shortcode/editor.min.css\";i:404;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/editor-rtl.css\";i:405;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/editor-rtl.min.css\";i:406;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/editor.css\";i:407;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/editor.min.css\";i:408;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/style-rtl.css\";i:409;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/style-rtl.min.css\";i:410;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/style.css\";i:411;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/site-logo/style.min.css\";i:412;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/site-tagline/editor-rtl.css\";i:413;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/site-tagline/editor-rtl.min.css\";i:414;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/site-tagline/editor.css\";i:415;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/site-tagline/editor.min.css\";i:416;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/editor-rtl.css\";i:417;s:81:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/editor-rtl.min.css\";i:418;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/editor.css\";i:419;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/editor.min.css\";i:420;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/style-rtl.css\";i:421;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/style-rtl.min.css\";i:422;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/style.css\";i:423;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/site-title/style.min.css\";i:424;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/social-link/editor-rtl.css\";i:425;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/social-link/editor-rtl.min.css\";i:426;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/social-link/editor.css\";i:427;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/social-link/editor.min.css\";i:428;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/editor-rtl.css\";i:429;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/editor-rtl.min.css\";i:430;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/editor.css\";i:431;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/editor.min.css\";i:432;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/style-rtl.css\";i:433;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/style-rtl.min.css\";i:434;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/style.css\";i:435;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/social-links/style.min.css\";i:436;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/editor-rtl.css\";i:437;s:77:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/editor-rtl.min.css\";i:438;s:69:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/editor.css\";i:439;s:73:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/editor.min.css\";i:440;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/style-rtl.css\";i:441;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/style-rtl.min.css\";i:442;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/style.css\";i:443;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/spacer/style.min.css\";i:444;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/table/editor-rtl.css\";i:445;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/table/editor-rtl.min.css\";i:446;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/table/editor.css\";i:447;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/table/editor.min.css\";i:448;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/table/style-rtl.css\";i:449;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/table/style-rtl.min.css\";i:450;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/table/style.css\";i:451;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/table/style.min.css\";i:452;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/table/theme-rtl.css\";i:453;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/table/theme-rtl.min.css\";i:454;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/table/theme.css\";i:455;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/table/theme.min.css\";i:456;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/tag-cloud/style-rtl.css\";i:457;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/tag-cloud/style-rtl.min.css\";i:458;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/tag-cloud/style.css\";i:459;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/tag-cloud/style.min.css\";i:460;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/editor-rtl.css\";i:461;s:84:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/editor-rtl.min.css\";i:462;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/editor.css\";i:463;s:80:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/editor.min.css\";i:464;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/theme-rtl.css\";i:465;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/theme-rtl.min.css\";i:466;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/theme.css\";i:467;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/template-part/theme.min.css\";i:468;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/term-description/style-rtl.css\";i:469;s:86:\"/home/kreativedesign/public_html/wp-includes/blocks/term-description/style-rtl.min.css\";i:470;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/term-description/style.css\";i:471;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/term-description/style.min.css\";i:472;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/editor-rtl.css\";i:473;s:83:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/editor-rtl.min.css\";i:474;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/editor.css\";i:475;s:79:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/editor.min.css\";i:476;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/style-rtl.css\";i:477;s:82:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/style-rtl.min.css\";i:478;s:74:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/style.css\";i:479;s:78:\"/home/kreativedesign/public_html/wp-includes/blocks/text-columns/style.min.css\";i:480;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/verse/style-rtl.css\";i:481;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/verse/style-rtl.min.css\";i:482;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/verse/style.css\";i:483;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/verse/style.min.css\";i:484;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/video/editor-rtl.css\";i:485;s:76:\"/home/kreativedesign/public_html/wp-includes/blocks/video/editor-rtl.min.css\";i:486;s:68:\"/home/kreativedesign/public_html/wp-includes/blocks/video/editor.css\";i:487;s:72:\"/home/kreativedesign/public_html/wp-includes/blocks/video/editor.min.css\";i:488;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/video/style-rtl.css\";i:489;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/video/style-rtl.min.css\";i:490;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/video/style.css\";i:491;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/video/style.min.css\";i:492;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/video/theme-rtl.css\";i:493;s:75:\"/home/kreativedesign/public_html/wp-includes/blocks/video/theme-rtl.min.css\";i:494;s:67:\"/home/kreativedesign/public_html/wp-includes/blocks/video/theme.css\";i:495;s:71:\"/home/kreativedesign/public_html/wp-includes/blocks/video/theme.min.css\";}', 'yes'),
(136, 'db_upgraded', '', 'yes'),
(138, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"[email protected]\";s:7:\"version\";s:5:\"6.4.2\";s:9:\"timestamp\";i:1701883900;}', 'no'),
(159, 'finished_updating_comment_type', '1', 'yes'),
(165, 'current_theme', 'Umuhuza - Organisation', 'yes');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(166, 'theme_mods_umuhuza', 'a:44:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"menu_main\";i:17;s:11:\"menu_footer\";i:36;}s:18:\"custom_css_post_id\";i:-1;s:19:\"logo_retina_enabled\";s:1:\"1\";s:11:\"logo_retina\";s:76:\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-2-300x153.jpg\";s:16:\"body_style_front\";s:7:\"inherit\";s:11:\"footer_type\";s:6:\"custom\";s:12:\"footer_style\";s:17:\"footer-custom-330\";s:25:\"logo_mobile_header_retina\";s:76:\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-1-300x153.jpg\";s:11:\"logo_mobile\";s:76:\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-1-300x153.jpg\";s:18:\"logo_mobile_retina\";s:76:\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-1-300x153.jpg\";s:12:\"header_style\";s:16:\"header-custom-12\";s:9:\"copyright\";s:53:\"Copyright © {Y} by AxiomThemes. All rights reserved.\";s:10:\"meta_parts\";s:54:\"categories=1|date=1|counters=1|author=1|share=0|edit=0\";s:15:\"meta_parts_post\";s:54:\"categories=1|date=1|counters=1|author=1|share=0|edit=0\";s:19:\"load_fonts-5-family\";s:10:\"sans-serif\";s:8:\"counters\";s:26:\"views=1|likes=1|comments=0\";s:11:\"header_type\";s:6:\"custom\";s:19:\"logo_text-transform\";s:7:\"inherit\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1532952234;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:31:\"trx_addons_widget_recent_news-2\";i:3;s:17:\"recent-comments-2\";i:4;s:11:\"tag_cloud-2\";i:5;s:28:\"trx_addons_widget_calendar-2\";}s:14:\"header_widgets\";a:0:{}s:18:\"above_page_widgets\";a:0:{}s:21:\"above_content_widgets\";a:0:{}s:21:\"below_content_widgets\";a:1:{i:0;s:19:\"rev-slider-widget-2\";}s:18:\"below_page_widgets\";a:0:{}s:14:\"footer_widgets\";a:0:{}s:27:\"front_page_features_widgets\";a:0:{}s:23:\"front_page_team_widgets\";a:0:{}s:31:\"front_page_testimonials_widgets\";a:0:{}s:23:\"front_page_blog_widgets\";a:0:{}s:28:\"front_page_googlemap_widgets\";a:0:{}s:20:\"tribe_events_widgets\";a:0:{}}}s:12:\"privacy_text\";s:0:\"\";s:13:\"counters_post\";s:26:\"views=1|likes=1|comments=0\";s:13:\"services_form\";s:4:\"2141\";s:11:\"custom_logo\";i:2834;s:9:\"logo_side\";s:76:\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-1-300x153.jpg\";s:16:\"logo_side_retina\";s:76:\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-2-300x153.jpg\";s:23:\"front_page_title_scheme\";s:4:\"dark\";s:25:\"front_page_title_bg_color\";s:7:\"#000000\";s:14:\"scheme_storage\";s:3582:\"a:2:{s:7:\"default\";a:3:{s:5:\"title\";s:7:\"Default\";s:8:\"internal\";b:1;s:6:\"colors\";a:51:{s:8:\"bg_color\";s:7:\"#ffffff\";s:8:\"bd_color\";s:7:\"#ebe9e7\";s:4:\"text\";s:7:\"#6c6967\";s:10:\"text_light\";s:7:\"#6c6967\";s:9:\"text_dark\";s:7:\"#484848\";s:9:\"text_link\";s:7:\"#bb921e\";s:10:\"text_hover\";s:7:\"#f9e699\";s:10:\"text_link2\";s:7:\"#eb763c\";s:11:\"text_hover2\";s:7:\"#cf5f28\";s:10:\"text_link3\";s:7:\"#282828\";s:11:\"text_hover3\";s:7:\"#eec432\";s:14:\"alter_bg_color\";s:7:\"#f5f4f2\";s:14:\"alter_bg_hover\";s:7:\"#f3f1ef\";s:14:\"alter_bd_color\";s:7:\"#ebe9e7\";s:14:\"alter_bd_hover\";s:7:\"#dadada\";s:10:\"alter_text\";s:7:\"#6c6967\";s:11:\"alter_light\";s:7:\"#6c6967\";s:10:\"alter_dark\";s:7:\"#484848\";s:10:\"alter_link\";s:7:\"#eb763c\";s:11:\"alter_hover\";s:7:\"#bb921e\";s:11:\"alter_link2\";s:7:\"#2a2a2a\";s:12:\"alter_hover2\";s:7:\"#80d572\";s:11:\"alter_link3\";s:7:\"#eec432\";s:12:\"alter_hover3\";s:7:\"#657d87\";s:14:\"extra_bg_color\";s:7:\"#cab73b\";s:14:\"extra_bg_hover\";s:7:\"#28272e\";s:14:\"extra_bd_color\";s:7:\"#ffffff\";s:14:\"extra_bd_hover\";s:7:\"#3d3d3d\";s:10:\"extra_text\";s:7:\"#ffffff\";s:11:\"extra_light\";s:7:\"#6c6967\";s:10:\"extra_dark\";s:7:\"#ffffff\";s:10:\"extra_link\";s:7:\"#bb921e\";s:11:\"extra_hover\";s:7:\"#fe7259\";s:11:\"extra_link2\";s:7:\"#999999\";s:12:\"extra_hover2\";s:7:\"#8be77c\";s:11:\"extra_link3\";s:7:\"#ddb837\";s:12:\"extra_hover3\";s:7:\"#070909\";s:14:\"input_bg_color\";s:7:\"#ffffff\";s:14:\"input_bg_hover\";s:7:\"#ffffff\";s:14:\"input_bd_color\";s:7:\"#ebe9e7\";s:14:\"input_bd_hover\";s:7:\"#f9e699\";s:10:\"input_text\";s:7:\"#746b66\";s:11:\"input_light\";s:7:\"#ebe9e7\";s:10:\"input_dark\";s:7:\"#746b66\";s:16:\"inverse_bd_color\";s:7:\"#9e7b19\";s:16:\"inverse_bd_hover\";s:7:\"#826515\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#4b646f\";s:12:\"inverse_dark\";s:7:\"#4b646f\";s:12:\"inverse_link\";s:7:\"#f9e699\";s:13:\"inverse_hover\";s:7:\"#ffffff\";}}s:4:\"dark\";a:3:{s:5:\"title\";s:4:\"Dark\";s:8:\"internal\";b:1;s:6:\"colors\";a:51:{s:8:\"bg_color\";s:7:\"#3d3d3d\";s:8:\"bd_color\";s:7:\"#595554\";s:4:\"text\";s:7:\"#cccac8\";s:10:\"text_light\";s:7:\"#cccac8\";s:9:\"text_dark\";s:7:\"#ffffff\";s:9:\"text_link\";s:7:\"#eb763c\";s:10:\"text_hover\";s:7:\"#f9e699\";s:10:\"text_link2\";s:7:\"#eb763c\";s:11:\"text_hover2\";s:7:\"#cf5f28\";s:10:\"text_link3\";s:7:\"#ffffff\";s:11:\"text_hover3\";s:7:\"#eec432\";s:14:\"alter_bg_color\";s:7:\"#313131\";s:14:\"alter_bg_hover\";s:7:\"#333333\";s:14:\"alter_bd_color\";s:7:\"#3d3d3d\";s:14:\"alter_bd_hover\";s:7:\"#4a4a4a\";s:10:\"alter_text\";s:7:\"#cccac8\";s:11:\"alter_light\";s:7:\"#cccac8\";s:10:\"alter_dark\";s:7:\"#ffffff\";s:10:\"alter_link\";s:7:\"#eb763c\";s:11:\"alter_hover\";s:7:\"#f9e699\";s:11:\"alter_link2\";s:7:\"#8be77c\";s:12:\"alter_hover2\";s:7:\"#80d572\";s:11:\"alter_link3\";s:7:\"#eec432\";s:12:\"alter_hover3\";s:7:\"#657d87\";s:14:\"extra_bg_color\";s:7:\"#eb763c\";s:14:\"extra_bg_hover\";s:7:\"#f3f5f7\";s:14:\"extra_bd_color\";s:7:\"#3d3d3d\";s:14:\"extra_bd_hover\";s:7:\"#4a4a4a\";s:10:\"extra_text\";s:7:\"#ffffff\";s:11:\"extra_light\";s:7:\"#cccac8\";s:10:\"extra_dark\";s:7:\"#ffffff\";s:10:\"extra_link\";s:7:\"#f9e699\";s:11:\"extra_hover\";s:7:\"#fe7259\";s:11:\"extra_link2\";s:7:\"#cccac8\";s:12:\"extra_hover2\";s:7:\"#8be77c\";s:11:\"extra_link3\";s:7:\"#ddb837\";s:12:\"extra_hover3\";s:7:\"#070909\";s:14:\"input_bg_color\";s:7:\"#ffffff\";s:14:\"input_bg_hover\";s:7:\"#ffffff\";s:14:\"input_bd_color\";s:7:\"#2e2d32\";s:14:\"input_bd_hover\";s:7:\"#f9e699\";s:10:\"input_text\";s:7:\"#6c6967\";s:11:\"input_light\";s:7:\"#ebe9e7\";s:10:\"input_dark\";s:7:\"#6c6967\";s:16:\"inverse_bd_color\";s:7:\"#6c6967\";s:16:\"inverse_bd_hover\";s:7:\"#cb5b47\";s:12:\"inverse_text\";s:7:\"#ffffff\";s:13:\"inverse_light\";s:7:\"#4b646f\";s:12:\"inverse_dark\";s:7:\"#1d1d1d\";s:12:\"inverse_link\";s:7:\"#f9e699\";s:13:\"inverse_hover\";s:7:\"#ffffff\";}}}\";s:12:\"h4_font-size\";s:5:\"1.5em\";s:13:\"sidebar_width\";s:3:\"350\";s:16:\"background_color\";s:6:\"dd8500\";s:19:\"load_fonts-1-family\";s:7:\"fantasy\";s:11:\"p_font-size\";s:4:\"15px\";s:14:\"h1_font-family\";s:12:\"\"Lora\",serif\";s:16:\"menu_font-family\";s:12:\"\"Lora\",serif\";s:18:\"logo_mobile_header\";s:76:\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-1-300x153.jpg\";s:9:\"logo_zoom\";s:3:\"1.1\";s:10:\"page_width\";s:4:\"1400\";s:11:\"sidebar_gap\";s:2:\"30\";s:16:\"logo_font-weight\";s:3:\"700\";s:16:\"info_font-weight\";s:3:\"700\";s:19:\"fantasy_font-weight\";s:3:\"700\";s:13:\"p_font-weight\";s:3:\"700\";}', 'yes'),
(167, 'theme_switched', '', 'yes'),
(168, 'planet_shakers_theme_activated', '1695911859', 'yes'),
(169, 'planet_shakers_about_page', '0', 'yes'),
(176, 'planet_shakers_options_timestamp_umuhuza', '1702040648', 'yes'),
(178, 'recently_activated', 'a:0:{}', 'yes'),
(179, 'trx_addons_just_activated', 'no', 'yes'),
(180, 'trx_addons_action', '', 'yes'),
(181, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.8.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1580219686;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:0;s:13:\"count_invalid\";i:3;}}', 'yes'),
(182, 'cf7dp_ui_theme', 'smoothness', 'yes'),
(183, 'essgrid_servers', 'a:3:{i:0;s:22:\"themepunch-ext-c.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(184, 'essgrid_server_refresh', '1705591307', 'yes'),
(185, 'tp_eg_grids_version', '2.3', 'yes'),
(186, 'tp_eg_custom_css_imported', 'true', 'yes'),
(187, 'tp_eg_custom_css', '/* HENRY HARRISON */\n\na.eg-henryharrison-element-1,\na.eg-henryharrison-element-2 {\n  -webkit-transition: all .4s linear;  \n    -moz-transition: all .4s linear;  \n    -o-transition: all .4s linear;  \n    -ms-transition: all .4s linear;  \n    transition: all .4s linear; \n}\n\n/* JIMMY CARTER */\n.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\n\n\n/* HARDING */\n.eg-harding-element-17 { letter-spacing:1px}\n.eg-harding-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-harding-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*ULYSSES S GRANT */\n.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*RICHARD NIXON */\n.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n\n/* HERBERT HOOVER */\n.eg-herbert-hoover-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-herbert-hoover-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/* JOOHNSON */\n.eg-lyndon-johnson-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/*RONALD REAGAN*/\n.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH*/\n.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH\n.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\n\n/*JEFFERSON*/\n.eg-jefferson-wrapper { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important; }\n\n/*MONROE*/\n.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\n\n/*LYNDON JOHNSON*/\n.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n\n/*WILBERT*/\n.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n.eg-wilbert-wrapper .esg-media-poster{\n  -webkit-transition: 0.4s ease-in-out;\n    -moz-transition:  0.4s ease-in-out;\n    -o-transition:  0.4s ease-in-out;\n    transition:  0.4s ease-in-out;\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-wilbert-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n/*PHILLIE*/\n.eg-phillie-element-3:after { \ncontent:\" \";\nwidth: 0px;\nheight: 0px;\nborder-style: solid;\nborder-width: 5px 5px 0 5px;\nborder-color: #000 transparent transparent transparent;\nleft:50%;\nmargin-left:-5px; bottom:-5px; position:absolute; }\n\n/*HOWARD TAFT*/\n.eg-howardtaft-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);\n}\n\n.eg-howardtaft-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n/* WOOCOMMERCE */\n.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\n\n/* LIGHTBOX */\n.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\n.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\n		\n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n/* HENRY HARRISON */\n\na.eg-henryharrison-element-1,\na.eg-henryharrison-element-2 {\n  -webkit-transition: all .4s linear;  \n    -moz-transition: all .4s linear;  \n    -o-transition: all .4s linear;  \n    -ms-transition: all .4s linear;  \n    transition: all .4s linear; \n}\n\n/* JIMMY CARTER */\n.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\n\n\n/* HARDING */\n.eg-harding-element-17 { letter-spacing:1px}\n.eg-harding-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-harding-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*ULYSSES S GRANT */\n.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*RICHARD NIXON */\n.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n\n/* HERBERT HOOVER */\n.eg-herbert-hoover-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-herbert-hoover-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/* JOOHNSON */\n.eg-lyndon-johnson-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/*RONALD REAGAN*/\n.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH*/\n.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH\n.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\n\n/*JEFFERSON*/\n.eg-jefferson-wrapper { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important; }\n\n/*MONROE*/\n.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\n\n/*LYNDON JOHNSON*/\n.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n\n/*WILBERT*/\n.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n.eg-wilbert-wrapper .esg-media-poster{\n  -webkit-transition: 0.4s ease-in-out;\n    -moz-transition:  0.4s ease-in-out;\n    -o-transition:  0.4s ease-in-out;\n    transition:  0.4s ease-in-out;\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-wilbert-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n/*PHILLIE*/\n.eg-phillie-element-3:after { \ncontent:\" \";\nwidth: 0px;\nheight: 0px;\nborder-style: solid;\nborder-width: 5px 5px 0 5px;\nborder-color: #000 transparent transparent transparent;\nleft:50%;\nmargin-left:-5px; bottom:-5px; position:absolute; }\n\n/*HOWARD TAFT*/\n.eg-howardtaft-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);\n}\n\n.eg-howardtaft-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n/* WOOCOMMERCE */\n.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\n\n/* LIGHTBOX */\n.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\n.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\n		\n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n', 'yes'),
(188, 'tp-google-fonts', 'a:0:{}', 'yes'),
(189, 'action_scheduler_hybrid_store_demarkation', '11', 'yes'),
(190, 'schema-ActionScheduler_StoreSchema', '7.0.1695912249', 'yes'),
(191, 'schema-ActionScheduler_LoggerSchema', '3.0.1695912249', 'yes'),
(192, 'give_settings', 'a:67:{i:0;b:0;s:12:\"base_country\";s:2:\"US\";s:9:\"test_mode\";s:8:\"disabled\";s:8:\"currency\";s:3:\"USD\";s:17:\"currency_position\";s:6:\"before\";s:16:\"session_lifetime\";s:6:\"604800\";s:12:\"email_access\";s:7:\"enabled\";s:19:\"thousands_separator\";s:1:\",\";s:17:\"decimal_separator\";s:1:\".\";s:15:\"number_decimals\";i:2;s:26:\"sequential-ordering_status\";s:7:\"enabled\";s:3:\"css\";s:7:\"enabled\";s:11:\"floatlabels\";s:8:\"disabled\";s:7:\"welcome\";s:7:\"enabled\";s:13:\"company_field\";s:8:\"disabled\";s:17:\"name_title_prefix\";s:8:\"disabled\";s:14:\"forms_singular\";s:7:\"enabled\";s:14:\"forms_archives\";s:7:\"enabled\";s:13:\"forms_excerpt\";s:7:\"enabled\";s:17:\"form_featured_img\";s:7:\"enabled\";s:12:\"form_sidebar\";s:7:\"enabled\";s:10:\"categories\";s:7:\"enabled\";s:4:\"tags\";s:7:\"enabled\";s:5:\"terms\";s:8:\"disabled\";s:13:\"admin_notices\";s:7:\"enabled\";s:5:\"cache\";s:7:\"enabled\";s:19:\"uninstall_on_delete\";s:8:\"disabled\";s:18:\"the_content_filter\";s:7:\"enabled\";s:14:\"scripts_footer\";s:8:\"disabled\";s:20:\"agree_to_terms_label\";s:15:\"Agree to Terms?\";s:14:\"agreement_text\";s:45:\"<a href=\"/privacy-policy/\">privacy-policy</a>\";s:8:\"gateways\";a:2:{s:6:\"manual\";s:1:\"1\";s:7:\"offline\";s:1:\"1\";}s:15:\"default_gateway\";s:7:\"offline\";s:31:\"global_offline_donation_content\";s:385:\"<p>In order to make an offline donation we ask that you please follow these instructions: </p><ol><li>Make a check payable to \"{sitename}\"</li><li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li><li>Please mail your check to:</li></ol>{offline_mailing_address}<br><p>All contributions will be gratefully acknowledged and are tax deductible.</p>\";s:43:\"give_offline_donation_enable_billing_fields\";s:8:\"disabled\";s:23:\"donor_default_user_role\";s:10:\"give_donor\";s:42:\"offline-donation-instruction_email_message\";s:385:\"<p>In order to make an offline donation we ask that you please follow these instructions: </p><ol><li>Make a check payable to \"{sitename}\"</li><li>On the memo line of the check, please indicate that the donation is for \"{sitename}\"</li><li>Please mail your check to:</li></ol>{offline_mailing_address}<br><p>All contributions will be gratefully acknowledged and are tax deductible.</p>\";s:30:\"donation-receipt_email_message\";s:436:\"Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\n<strong>Donor:</strong> {fullname}\n<strong>Donation:</strong> {donation}\n<strong>Donation Date:</strong> {date}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n<strong>Payment ID:</strong> {payment_id}\n<strong>Receipt ID:</strong> {receipt_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n\";s:26:\"new-donation_email_message\";s:280:\"Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\n<strong>Donor:</strong> {name}\n<strong>Donation:</strong> {donation}\n<strong>Amount:</strong> {amount}\n<strong>Payment Method:</strong> {payment_method}\n\nThank you,\n\n{sitename}\n\";s:22:\"new-donation_recipient\";a:1:{i:0;s:21:\"[email protected]\";}s:30:\"new-offline-donation_recipient\";a:1:{i:0;s:21:\"[email protected]\";}s:28:\"new-donor-register_recipient\";a:1:{i:0;s:21:\"[email protected]\";}s:25:\"new-donation_notification\";s:7:\"enabled\";s:26:\"sequential-ordering_number\";i:129;s:12:\"success_page\";i:1378;s:12:\"failure_page\";i:1379;s:12:\"history_page\";i:2306;s:14:\"gateways_label\";a:3:{s:6:\"manual\";s:0:\"\";s:7:\"offline\";s:0:\"\";s:6:\"paypal\";s:0:\"\";}s:33:\"new-offline-donation_notification\";s:7:\"enabled\";s:41:\"offline-donation-instruction_notification\";s:7:\"enabled\";s:14:\"title_prefixes\";a:0:{}s:18:\"anonymous_donation\";s:7:\"enabled\";s:13:\"donor_comment\";s:8:\"disabled\";s:19:\"featured_image_size\";s:25:\"trx_addons-thumb-portrait\";s:17:\"enable_categories\";s:2:\"on\";s:11:\"enable_tags\";s:2:\"on\";s:20:\"donor_dashboard_page\";i:2306;s:41:\"override_legacy_donation_management_pages\";s:7:\"enabled\";s:18:\"subscriptions_page\";i:2306;s:20:\"auto_format_currency\";s:2:\"on\";s:18:\"setup_page_enabled\";s:8:\"disabled\";s:20:\"form_page_url_prefix\";s:12:\"Get Involved\";s:23:\"enable_database_updates\";s:8:\"disabled\";s:14:\"usage_tracking\";s:8:\"disabled\";s:11:\"gateways_v3\";a:2:{s:6:\"manual\";s:1:\"1\";s:7:\"offline\";s:1:\"1\";}s:17:\"gateways_label_v3\";a:2:{s:6:\"manual\";s:0:\"\";s:7:\"offline\";s:0:\"\";}s:18:\"default_gateway_v3\";s:7:\"offline\";}', 'no'),
(193, 'give_default_api_version', 'v1', 'no'),
(194, '2FCHlI_give_donors_db_version', '1.0', 'no'),
(195, '2FCHlI_give_donormeta_db_version', '1.0', 'no'),
(196, '2FCHlI_give_comments_db_version', '1.0', 'no'),
(197, '2FCHlI_give_commentmeta_db_version', '1.0', 'no'),
(198, '2FCHlI_give_sessions_db_version', '1.0', 'no'),
(199, '2FCHlI_give_formmeta_db_version', '1.0', 'no'),
(200, '2FCHlI_give_sequential_ordering_db_version', '1.0', 'no'),
(201, '2FCHlI_give_donationmeta_db_version', '1.0', 'no'),
(203, 'give_completed_upgrades', 'a:41:{i:0;b:0;i:1;s:25:\"v18_upgrades_core_setting\";i:2;s:30:\"v220_rename_donation_meta_type\";i:3;s:38:\"v270_store_stripe_account_for_donation\";i:4;s:17:\"v20_logs_upgrades\";i:5;s:30:\"upgrade_give_user_caps_cleanup\";i:6;s:32:\"upgrade_give_payment_customer_id\";i:7;s:27:\"upgrade_give_offline_status\";i:8;s:26:\"v18_upgrades_form_metadata\";i:9;s:30:\"v189_upgrades_levels_post_meta\";i:10;s:26:\"v1812_update_amount_values\";i:11;s:34:\"v1812_update_donor_purchase_values\";i:12;s:23:\"v1813_update_user_roles\";i:13;s:29:\"v1813_update_donor_user_roles\";i:14;s:43:\"v1817_update_donation_iranian_currency_code\";i:15;s:24:\"v1817_cleanup_user_roles\";i:16;s:39:\"v1818_assign_custom_amount_set_donation\";i:17;s:30:\"v1818_give_worker_role_cleanup\";i:18;s:26:\"v20_upgrades_form_metadata\";i:19;s:32:\"v20_move_metadata_into_new_table\";i:20;s:23:\"v20_rename_donor_tables\";i:21;s:23:\"v20_upgrades_donor_name\";i:22;s:25:\"v20_upgrades_user_address\";i:23;s:29:\"v20_upgrades_payment_metadata\";i:24;s:30:\"v201_upgrades_payment_metadata\";i:25;s:23:\"v201_add_missing_donors\";i:26;s:33:\"v201_move_metadata_into_new_table\";i:27;s:18:\"v201_logs_upgrades\";i:28;s:32:\"v210_verify_form_status_upgrades\";i:29;s:25:\"v213_delete_donation_meta\";i:30;s:28:\"v215_update_donor_user_roles\";i:31;s:22:\"v224_update_donor_meta\";i:32;s:31:\"v224_update_donor_meta_forms_id\";i:33;s:20:\"v230_move_donor_note\";i:34;s:23:\"v230_move_donation_note\";i:35;s:41:\"v230_delete_donor_wall_related_donor_data\";i:36;s:43:\"v230_delete_donor_wall_related_comment_data\";i:37;s:30:\"v240_update_form_goal_progress\";i:38;s:21:\"v241_remove_sale_logs\";i:39;s:39:\"add-past-donation-data-to-revenue-table\";i:40;s:21:\"migrate_existing_logs\";}', 'no'),
(204, 'give_version', '3.1.1', 'no'),
(208, 'revslider_servers', 'a:3:{i:0;s:22:\"themepunch-ext-c.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(209, 'revslider_server_refresh', '1705591308', 'yes'),
(210, 'revslider-update-check-short', '1706694802', 'yes'),
(211, 'revslider-connection', '1', 'yes'),
(212, 'revslider-update-hash', 'c191f9ed6a99f567f6893b3516e424b3', 'yes'),
(213, 'revslider-latest-version', '6.6.20', 'yes'),
(214, 'revslider-stable-version', '4.2.0', 'yes'),
(215, 'revslider-notices', 'a:1:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:964:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch-ext-c.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n    <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&amp;utm_medium=banner&amp;utm_campaign=srusers&amp;utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n    <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";s:4:\"code\";s:9:\"TPSRCW111\";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:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}', 'yes'),
(216, 'revslider-additions', 'O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}', 'yes'),
(217, 'rs-addons-counter', '29', 'yes');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(218, 'revslider-addons', 'O:8:\"stdClass\":29:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"60\";s:9:\"releaseid\";s:1:\"7\";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:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"74\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";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.2.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-10-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"68\";s:9:\"releaseid\";s:2:\"15\";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.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"56\";s:9:\"releaseid\";s:1:\"3\";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:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"307\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2020-10-15\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"75\";s:9:\"releaseid\";s:2:\"21\";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:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"77\";s:9:\"releaseid\";s:2:\"23\";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.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"311\";s:9:\"releaseid\";s:2:\"13\";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:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"64\";s:9:\"releaseid\";s:2:\"10\";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.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2021-01-05\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"58\";s:9:\"releaseid\";s:1:\"4\";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.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-12-15\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"72\";s:9:\"releaseid\";s:2:\"19\";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:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"70\";s:9:\"releaseid\";s:2:\"17\";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:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"310\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2021-02-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"76\";s:9:\"releaseid\";s:2:\"22\";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:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"57\";s:9:\"releaseid\";s:1:\"5\";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:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"308\";s:9:\"releaseid\";s:1:\"1\";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.2.3\";s:10:\"background\";s:81:\"//updates.themepunch-ext-c.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2021-01-15\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"61\";s:9:\"releaseid\";s:2:\"14\";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:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"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:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"73\";s:9:\"releaseid\";s:2:\"10\";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:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";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.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"59\";s:9:\"releaseid\";s:1:\"6\";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.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"54\";s:9:\"releaseid\";s:1:\"2\";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.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";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.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";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.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-c.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\":16:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";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.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2023-08-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"65\";s:9:\"releaseid\";s:2:\"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.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-c.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\":16:{s:2:\"id\";s:2:\"66\";s:9:\"releaseid\";s:2:\"12\";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.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"69\";s:9:\"releaseid\";s:2:\"16\";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.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"71\";s:9:\"releaseid\";s:2:\"18\";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:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-c.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}', 'yes'),
(219, 'revslider-library-check', '1705600033', 'yes'),
(220, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(221, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";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\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";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\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";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\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";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\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";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\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";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\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";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\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";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\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";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\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";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\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";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\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";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\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";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\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";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\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";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\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";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\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";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:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";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\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";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\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";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\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";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\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";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\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";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\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";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\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";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\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";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\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";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\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";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\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";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\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";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\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";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\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";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\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";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\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";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\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";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\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";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\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";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\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";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\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";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\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";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\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";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\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";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\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";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\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";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\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";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\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";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\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";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\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";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\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";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\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";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\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";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\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";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\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";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\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";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\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";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\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";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\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";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\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";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\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";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\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";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\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";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\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";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\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";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\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";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\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";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\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";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\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";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\";s:4:\"type\";s:1:\"4\";}}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 `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(222, 'revslider-templates-check', '1706694803', 'yes'),
(223, 'revslider-templates-hash', 'fccf81b447fd25bc83b0da847135b894', 'yes'),
(224, 'rs-templates-new', '', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(225, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"b98cce8b9041dab83146ef66c36780cc\";s:6:\"slider\";a:711:{i:0;a:24:{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:147:\"http://revolution.themepunch.com/carousel-slider-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:24:{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:157:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:24:{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:161:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:25:{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:149:\"http://revolution.themepunch.com/wordpress-facebook-feed/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:24:{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:165:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:24:{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:149:\"http://revolution.themepunch.com/wordpress-flickr-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:25:{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:153:\"http://revolution.themepunch.com/one-page-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:24:{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:147:\"http://revolution.themepunch.com/wordpress-swipe-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:24:{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:159:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:24:{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:143:\"http://revolution.themepunch.com/wordpress-hero-image/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:25:{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:157:\"http://revolution.themepunch.com/wordpress-instagram-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:25:{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:161:\"http://revolution.themepunch.com/wordpress-front-page-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:25:{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:127:\"http://revolution.themepunch.com/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:25:{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:163:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-media-gallery-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:25:{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:149:\"http://revolution.themepunch.com/wordpress-media-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:25:{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:151:\"http://revolution.themepunch.com/wordpress-content-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:25:{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:147:\"http://revolution.themepunch.com/wordpress-news-rotator/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:25:{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:145:\"http://revolution.themepunch.com/wordpress-post-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:25:{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:151:\"http://revolution.themepunch.com/wordpress-content-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:25:{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:151:\"http://revolution.themepunch.com/wordpress-content-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:25:{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:157:\"http://revolution.themepunch.com/wordpress-newsletter-signup/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:25:{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:157:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:25:{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:159:\"http://revolution.themepunch.com/wordpress-photography-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:25:{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:149:\"http://revolution.themepunch.com/wordpress-photo-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:25:{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:155:\"http://revolution.themepunch.com/wordpress-search-form-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:25:{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:159:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:25:{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:143:\"http://revolution.themepunch.com/wordpress-image-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:25:{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:147:\"http://revolution.themepunch.com/wordpress-twitter-feed/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:25:{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:149:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:25:{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:143:\"http://revolution.themepunch.com/wordpress-hero-vimeo/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:25:{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:155:\"http://revolution.themepunch.com/wordpress-frontpage-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:25:{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:147:\"http://revolution.themepunch.com/wordpress-header-image/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:25:{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:143:\"http://revolution.themepunch.com/hero-image-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:25:{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:143:\"http://revolution.themepunch.com/wordpress-cover-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:25:{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:153:\"http://revolution.themepunch.com/wordpress-youtube-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:25:{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:151:\"http://revolution.themepunch.com/wordpress-youtube-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-youtube-header\";s:7:\"version\";s:5:\"1.0.3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:25:{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:155:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:25:{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:141:\"http://revolution.themepunch.com/content-zoom-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:25:{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:143:\"http://revolution.themepunch.com/food-carousel-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:25:{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:141:\"http://revolution.themepunch.com/rotating-words-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:25:{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:135:\"http://revolution.themepunch.com/travel-slideshow/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:25:{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:157:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:25:{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:157:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:25:{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:147:\"http://revolution.themepunch.com/wordpress-touch-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:25:{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:145:\"http://revolution.themepunch.com/wordpress-3d-parallax/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:25:{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:157:\"http://revolution.themepunch.com/responsive-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:25:{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:139:\"http://revolution.themepunch.com/wordpress-3d-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:25:{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:139:\"http://revolution.themepunch.com/woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:25:{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:139:\"http://revolution.themepunch.com/woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:25:{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:147:\"http://revolution.themepunch.com/restaurant-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:25:{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:155:\"http://revolution.themepunch.com/agency-website-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:25:{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:183:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:25:{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:201:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:25:{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:223:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fullscreen-4k-youtube-video-gallery-slider-revolution-plugin\";s:7:\"version\";s:5:\"1.0.2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:25:{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:147:\"http://revolution.themepunch.com/fullscreen-hero-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:25:{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:193:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:25:{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:143:\"http://revolution.themepunch.com/christmas-snow-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:25:{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:195:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:25:{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:175:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:25:{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:163:\"http://revolution.themepunch.com/app-landing-page-free-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:25:{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:133:\"http://revolution.themepunch.com/hero-desk-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:25:{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:145:\"http://revolution.themepunch.com/wordpress-news-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:25:{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:163:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:25:{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:163:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:25:{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:145:\"http://revolution.themepunch.com/wordpress-news-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:25:{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:189:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:25:{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:170:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:25:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:25:{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:146:\"https://revolution.themepunch.com/car-dealership-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:25:{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:154:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:25:{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:146:\"https://revolution.themepunch.com/best-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{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:169:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:88;a:25:{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:162:\"https://revolution.themepunch.com/wordpress-header-image-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:89;a:28:{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:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:90;a:28:{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:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:91;a:28:{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:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:92;a:28:{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:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:93;a:28:{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:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:94;a:25:{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:148:\"https://revolution.themepunch.com/wordpress-theme-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:95;a:25:{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:154:\"https://revolution.themepunch.com/wordpress-magazine-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:25:{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:146:\"https://revolution.themepunch.com/wordpress-news-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:28:{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:152:\"https://revolution.themepunch.com/minimal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:28:{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:162:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:99;a:28:{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:152:\"https://revolution.themepunch.com/wordpress-parallax-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:100;a:25:{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:158:\"https://revolution.themepunch.com/wordpress-typewriter-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:101;a:25:{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:148:\"https://revolution.themepunch.com/blend-mode-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:102;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:103;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:104;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:105;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:106;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:107;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:108;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:109;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:110;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:111;a:28:{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:134:\"https://revolution.themepunch.com/wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:113;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:114;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:115;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:116;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:117;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:118;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:119;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:120;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:121;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";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:\"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:134:\"https://revolution.themepunch.com/80s-style-intro/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:123;a:25:{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:140:\"https://revolution.themepunch.com/blur-effect-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:124;a:24:{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:140:\"https://revolution.themepunch.com/coming-soon-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:125;a:28:{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:178:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:24:{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:140:\"https://revolution.themepunch.com/snow-effect-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:127;a:25:{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:162:\"https://revolution.themepunch.com/particle-effect-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:74:\"How to Increase Engagement with Particle Effects and Blend Mode [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-increase-engagement-with-particle-effects-and-blend-mode/\";s:9:\"guide_img\";s:32:\"tutorial/particle-effect-one.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:128;a:24:{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:146:\"https://revolution.themepunch.com/particle-effect-intro/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:129;a:25:{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:156:\"https://revolution.themepunch.com/particle-background-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:130;a:25:{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:156:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:131;a:24:{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:162:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:24:{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:170:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:68:\"How to Create an Exciting Action Shot for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-exciting-action-shot-for-your-hero-image/\";s:9:\"guide_img\";s:26:\"tutorial/gravitydesign.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:24:{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:150:\"https://revolution.themepunch.com/404-error-page-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:24:{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:156:\"https://revolution.themepunch.com/wordpress-carousel-gallery/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:24:{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:129:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ ?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content= \";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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:24:{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:152:\"https://revolution.themepunch.com/space-opera-presentation/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:24:{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:164:\"https://revolution.themepunch.com/website-intro-wordpress-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey 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:11:\"guide_title\";s:79:\"How to Create a Slider Animation Effect Your Visitors Won’t Forget [Tutorial]\";s:9:\"guide_url\";s:83:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-slider-animation-effect/\";s:9:\"guide_img\";s:25:\"tutorial/websiteintro.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:24:{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:146:\"https://revolution.themepunch.com/minimal-mask-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:24:{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:178:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:24:{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:168:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-double-exposure-effect\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:24:{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:172:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:62:\"How to Place Text Behind Objects in Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:69:\"https://www.sliderrevolution.com/tutorials/place-text-behind-objects/\";s:9:\"guide_img\";s:35:\"tutorial/mountainparallaxheader.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:143;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:144;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:145;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:146;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:147;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=goodnews-responsive-wordpress-theme\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:148;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:149;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:150;a:28:{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:174:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:151;a:28:{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:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:152;a:28:{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:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:153;a:28:{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:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:154;a:28:{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:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:155;a:28:{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:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:156;a:28:{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:190:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:157;a:25:{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:142:\"https://revolution.themepunch.com/before-after-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:158;a:24:{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:170:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:159;a:25:{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:164:\"https://revolution.themepunch.com/overexposure-transition-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:160;a:24:{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:134:\"https://revolution.themepunch.com/parallax-scroll/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:161;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:162;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:163;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:164;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:165;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:166;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:167;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:168;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:169;a:28:{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:166:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:170;a:24:{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:162:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:167:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:24:{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:174:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:172;a:24:{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:166:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:173;a:24:{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:166:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:192;a:25:{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:224:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin\";s:7:\"version\";s:5:\"1.0.6\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:193;a:28:{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:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:342:\"[{\"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 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:\"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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:194;a:28:{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:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:195;a:28:{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:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:170:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey 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:\"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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:196;a:28:{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:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:197;a:28:{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:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:198;a:28:{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:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:199;a:28:{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:182:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:200;a:25:{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:174:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:202;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:203;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:204;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:205;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:206;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:207;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:208;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:209;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:210;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:211;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:212;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:213;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:214;a:28:{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:196:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:215;a:24:{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:168:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:216;a:24:{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:186:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:217;a:28:{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:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:218;a:28:{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:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:219;a:28:{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:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:220;a:28:{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:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:221;a:28:{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:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:222;a:28:{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:189:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:223;a:24:{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:184:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:224;a:24:{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:180:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:24:{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:196:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:24:{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:180:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=paintbrush-effect-add-on-for-wordpress\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";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: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:11:\"guide_title\";s:87:\"How to Add a Unique Paintbrush Effect to Your Website with Slider Revolution [Tutorial]\";s:9:\"guide_url\";s:68:\"https://www.sliderrevolution.com/tutorials/unique-paintbrush-effect/\";s:9:\"guide_img\";s:28:\"tutorial/paintbrushaddon.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:227;a:28:{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:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:228;a:28:{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:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:229;a:28:{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:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:230;a:28:{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:176:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:231;a:28:{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:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:232;a:28:{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:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:233;a:28:{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:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:234;a:28:{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:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:235;a:28:{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:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:236;a:28:{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:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:237;a:28:{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:194:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:238;a:24:{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:172:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=news-magazine-slider-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: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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:239;a:24:{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:168:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:240;a:24:{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:184:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:241;a:24:{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:194:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:242;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:243;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:244;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:245;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:246;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:247;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:248;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:249;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:250;a:28:{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:172:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:251;a:24:{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:170:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:252;a:24:{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:168:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:253;a:24:{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:170:\"https://revolution.themepunch.com/music-band-template-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:254;a:24:{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:176:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:70:\"How to Create a Digital Menu Teaser for Your Foodie Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-menu-teaser-for-your-foodie-website/\";s:9:\"guide_img\";s:28:\"tutorial/restaurant-menu.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:255;a:24:{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:154:\"https://revolution.themepunch.com/cinematic-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:256;a:24:{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:170:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:257;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:258;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:259;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:260;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:261;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:262;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:263;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:264;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:265;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:266;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:28:{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:170:\"https://revolution.themepunch.com/medicare-medical-services-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:269;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:270;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:271;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:272;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:273;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:274;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:275;a:28:{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:186:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:276;a:28:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:25:\"Minimal Portfolio Website\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-website\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:172:\"https://revolution.themepunch.com/minimal-portfolio-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\";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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:277;a:28:{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:172:\"https://revolution.themepunch.com/minimal-portfolio-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-portfolio-website-template\";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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:278;a:28:{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:172:\"https://revolution.themepunch.com/minimal-portfolio-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:279;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:280;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:281;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:282;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:283;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:284;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:285;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:286;a:28:{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:168:\"https://revolution.themepunch.com/angled-business-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:287;a:24:{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:157:\"http://revolution.themepunch.com/retouch-before-after-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:288;a:24:{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:161:\"http://revolution.themepunch.com/tech-showcase-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:289;a:28:{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:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:290;a:28:{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:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:291;a:28:{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:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:292;a:28:{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:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:293;a:28:{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:160:\"https://revolution.themepunch.com/peak-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:294;a:28:{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:24:\"modern-portfolio-website\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:295;a:28:{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:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:296;a:28:{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:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:297;a:28:{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:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:298;a:28:{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:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:299;a:28:{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:152:\"https://revolution.themepunch.com/modern-portfolio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:80:\"How to Add a Dramatic Pop of Color to Your Site with a Duotone Effect [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-dramatic-pop-of-color-to-your-site-with-a-duotone-effect/\";s:9:\"guide_img\";s:37:\"tutorial/Modern-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:300;a:28:{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:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:301;a:28:{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:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:302;a:28:{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:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=app-studio-website\";s:7:\"version\";s:5:\"1.0.3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:303;a:28:{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:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:304;a:28:{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:140:\"https://revolution.themepunch.com/app-studio-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:305;a:24:{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:164:\"https://revolution.themepunch.com/cube-animation-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:306;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:307;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=basic-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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:308;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:309;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:310;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:311;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:312;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:313;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:314;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:315;a:28:{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:130:\"https://revolution.themepunch.com/basic-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:24:{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:147:\"http://revolution.themepunch.com/nature-explorer-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:70:\"How to Design a Featured Post Slider That Impresses Readers [Tutorial]\";s:9:\"guide_url\";s:64:\"https://www.sliderrevolution.com/tutorials/featured-post-slider/\";s:9:\"guide_img\";s:26:\"tutorial/nature-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:317;a:24:{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:158:\"https://revolution.themepunch.com/art-gallery-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=art-gallery-slider-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";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: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:11:\"guide_title\";s:71:\"Promote Your Most Recent Content with a Colorful Hero Design [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/promote-your-most-recent-content-with-a-colorful-hero-design/\";s:9:\"guide_img\";s:31:\"tutorial/Art-Gallery-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:318;a:28:{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:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:319;a:28:{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:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:320;a:28:{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:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:321;a:28:{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:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:322;a:28:{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:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:323;a:28:{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:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:324;a:28:{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:160:\"https://revolution.themepunch.com/construction-company-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:325;a:24:{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:164:\"https://revolution.themepunch.com/classic-cars-before-after-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=classic-cars-before-after-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:\"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: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:11:\"guide_title\";s:69:\"How to Create an Interactive Before-and-After Image Slider [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-interactive-before-and-after-image-slider/\";s:9:\"guide_img\";s:35:\"tutorial/Classic-Cars-Evolution.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:24:{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:132:\"https://revolution.themepunch.com/404-error-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:82:\"How to Create a 404 Page That Will Convert Instead of Cost You Visitors [Tutorial]\";s:9:\"guide_url\";s:68:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-404-page/\";s:9:\"guide_img\";s:34:\"tutorial/404-Error-Space-Theme.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:328;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:329;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:330;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:331;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:332;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:333;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:334;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:335;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:336;a:28:{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:144:\"https://revolution.themepunch.com/landing-page-builder/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:338;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:339;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:340;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:341;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:342;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:343;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:344;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:345;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:346;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:27:{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:156:\"https://revolution.themepunch.com/corporate-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:27:{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:23:\"brutal-website-template\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:358;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:359;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:360;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:361;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:362;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:363;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:364;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:365;a:27:{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:150:\"https://revolution.themepunch.com/brutal-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:78:\"How to Create a Scroll-Triggered About Me Section for the Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-scroll-triggered-about-me-section-for-the-home-page/\";s:9:\"guide_img\";s:27:\"tutorial/Brutal-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:366;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:367;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:368;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:369;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:370;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:371;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:372;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:373;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:374;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:375;a:27:{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:160:\"https://revolution.themepunch.com/church-website-template-dark/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:377;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:378;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:379;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:380;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:381;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:382;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:383;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:384;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:385;a:27:{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:162:\"https://revolution.themepunch.com/church-website-template-light/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:387;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:388;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:389;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:390;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:391;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:392;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:393;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:394;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:395;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:27:{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:154:\"https://revolution.themepunch.com/rockable-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:24:{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:158:\"https://revolution.themepunch.com/real-estate-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:398;a:24:{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:136:\"https://revolution.themepunch.com/isometric-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:399;a:27:{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:142:\"https://revolution.themepunch.com/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:400;a:27:{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:142:\"https://revolution.themepunch.com/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:401;a:27:{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:142:\"https://revolution.themepunch.com/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:402;a:24:{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:151:\"https://www.sliderrevolution.com/templates/woo-commerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:403;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:404;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-florist-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:405;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:406;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:407;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:408;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:409;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:410;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:411;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:412;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:27:{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:148:\"https://revolution.themepunch.com/event-florist-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:24:{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:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:418;a:24:{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:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:419;a:24:{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:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:420;a:24:{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:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:421;a:24:{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:145:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=#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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:422;a:24:{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:158:\"https://revolution.themepunch.com/wordpress-hero-image-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:423;a:24:{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:152:\"https://revolution.themepunch.com/launching-soon-countdown/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:424;a:24:{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:140:\"https://revolution.themepunch.com/under-construction/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:88:\"Create an Under Construction Page That’ll Entertain Visitors While You Work [Tutorial]\";s:9:\"guide_url\";s:121:\"https://www.sliderrevolution.com/tutorials/create-an-under-construction-page-that-will-entertain-visitors-while-you-work/\";s:9:\"guide_img\";s:31:\"tutorial/Under-Construction.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:425;a:24:{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:142:\"https://revolution.themepunch.com/snow-particle-scene/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:426;a:24:{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:146:\"https://revolution.themepunch.com/cyber-particle-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:69:\"How to Create a Retro-Inspired Design for the Hero Section [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-retro-inspired-design-for-the-hero-section/\";s:9:\"guide_img\";s:30:\"tutorial/Particle-Effect-2.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:428;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:429;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:430;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:431;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:432;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:433;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:434;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:435;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=stark-agency-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:436;a:27:{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:162:\"https://revolution.themepunch.com/stark-agency-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:24:{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:158:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:60:\"How to Add an Animated Headline to Your Home Page [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-add-an-animated-headline-to-your-home-page-tutorial/\";s:9:\"guide_img\";s:28:\"tutorial/big-summer-sale.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:438;a:25:{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:144:\"https://revolution.themepunch.com/travel-blog-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-blog-carousel\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";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:11:\"guide_title\";s:74:\"How to Create an Engaging Product Carousel for Your Online Shop [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-engaging-product-carousel-for-your-online-shop/\";s:9:\"guide_img\";s:31:\"tutorial/traveller-carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:439;a:24:{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:136:\"https://revolution.themepunch.com/project-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:440;a:24:{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:130:\"https://revolution.themepunch.com/news-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:441;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:442;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:443;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:444;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:445;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:446;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:447;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:448;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:449;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:450;a:27:{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:128:\"https://revolution.themepunch.com/story-blocks/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=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: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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:24:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:137:\"https://www.sliderrevolution.com/templates/mini-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=mini-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:452;a:24:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:149:\"https://www.sliderrevolution.com/templates/food-delivery-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-delivery-hero\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:453;a:24:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=slider-with-illustrations\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:454;a:27:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:455;a:27:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:456;a:27:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:457;a:27:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:458;a:27:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:459;a:27:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:460;a:27:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:461;a:27:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:462;a:27:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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: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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:463;a:27:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/zen-technology-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=zen-technology-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></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:31:\"Zen Technology 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:24:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=paintbrush-effect-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:465;a:27:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:29:\"Photographer 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:466;a:27:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></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:\"Photographer 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:467;a:27:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></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:\"Photographer 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:468;a:27:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></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:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap 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:29:\"Photographer 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:469;a:27:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></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:\"Photographer 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:470;a:27:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></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:\"Photographer 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:471;a:27:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></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:\"Photographer 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:472;a:27:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/photographer-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></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:\"Photographer Website Template\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:473;a:24:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/black-friday-scroll-video/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=black-friday-scroll-video\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:369:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video 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:11:\"guide_title\";s:71:\"Spice Up Your Sales Promotions with a Video Scroll Animation [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/spice-up-your-sales-promotions-with-a-video-scroll-animation/\";s:9:\"guide_img\";s:38:\"tutorial/black-friday-scroll-video.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:27:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie 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:26:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:475;a:27:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:476;a:27:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:86:\" offset=\"t:90px,80px,70px,70px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:477;a:27:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie 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:26:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:478;a:27:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie 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:26:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:479;a:27:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie 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:26:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:480;a:27:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:481;a:27:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:482;a:27:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:483;a:27:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:27:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:27:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charity-non-profit-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:\"Charity Non-Profit-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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:24:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:155:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-hero-titles\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie 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:11:\"guide_title\";s:70:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/\";s:9:\"guide_url\";s:70:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image/\";s:9:\"guide_img\";s:34:\"tutorial/cinematic-hero-titles.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:487;a:24:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=design-dna-scroll-video\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:543:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:488;a:24:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-delivery-lottie-scroll\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie 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:11:\"guide_title\";s:68:\"How to Design a Scroll Animation on Your Own Using Lottie [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-scroll-animation-on-your-own-using-lottie-tutorial/\";s:9:\"guide_img\";s:40:\"tutorial/food-delivery-lottie-scroll.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:489;a:27:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></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:\"Food Recipe Carousel 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:490;a:27:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:29:\"Food Recipe Carousel 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:491;a:27:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-recipe-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></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:29:\"Food Recipe Carousel Template\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:492;a:27:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:176:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></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:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:493;a:27:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></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:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:494;a:27:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:128:\"https://revolution.themepunch.com/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=revolution.themepunch.com\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></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:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:495;a:27:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:168:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></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:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel 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:11:\"guide_title\";s:91:\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\";s:9:\"guide_url\";s:124:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/\";s:9:\"guide_img\";s:41:\"tutorial/Cyber-Carousel-With-Lightbox.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:496;a:27:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:168:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></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:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel 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:11:\"guide_title\";s:91:\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\";s:9:\"guide_url\";s:124:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/\";s:9:\"guide_img\";s:41:\"tutorial/Cyber-Carousel-With-Lightbox.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:497;a:27:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:168:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></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:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:91:\"How to Create a Featured Content Section That Convinces Visitors to Keep Reading [Tutorial]\";s:9:\"guide_url\";s:124:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-featured-content-section-that-convinces-visitors-to-keep-reading/\";s:9:\"guide_img\";s:41:\"tutorial/Cyber-Carousel-With-Lightbox.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:498;a:27:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:499;a:27:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:155:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:500;a:27:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:501;a:27:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:155:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:502;a:27:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:503;a:27:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:155:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:504;a:24:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:162:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}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:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\";s:9:\"guide_url\";s:92:\"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/\";s:9:\"guide_img\";s:30:\"tutorial/woo-liquid-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:505;a:24:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:162:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}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:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Draw Attention to Your eCommerce Products with a Liquid Effect [Tutorial]\";s:9:\"guide_url\";s:92:\"https://www.sliderrevolution.com/tutorials/how-to-draw-attention-to-your-ecommerce-products/\";s:9:\"guide_img\";s:30:\"tutorial/woo-liquid-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:506;a:27:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:507;a:27:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woocommerce-slider-pack\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:508;a:24:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/creative-hero-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-hero-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}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:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:78:\"How to Create an Engaging Hero Section Without Any Photos or Videos [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-engaging-hero-section-without-any-photos-or-videos/\";s:9:\"guide_img\";s:37:\"tutorial/Creative-Hero-Collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:509;a:24:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:185:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=photographer-and-videographer-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></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:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Customized Transition Effect for Your Hero Section [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-customized-transition-effect-for-your-hero-section/\";s:9:\"guide_img\";s:32:\"tutorial/photographer-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:510;a:24:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=real-estate-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></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:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Stunning Hero Slider for Your Real Estate Website [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-stunning-hero-slider-for-your-real-estate-website/\";s:9:\"guide_img\";s:30:\"tutorial/realestate-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:511;a:24:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/saas-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=saas-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:512;a:27:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></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:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife 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:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:513;a:27:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></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:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife 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:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:514;a:27:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cinematic-wildlife-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></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:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Beautiful Content Showcase for an Online Publication [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-content-showcase-for-an-online-publication/\";s:9:\"guide_img\";s:31:\"tutorial/Cinematic-Wildlife.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:515;a:24:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=charts-addon-presentation-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Digital Report Teaser with Slider Revolution [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-report-teaser-with-slider-revolution/\";s:9:\"guide_img\";s:45:\"tutorial/gaming-stats-presentation-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:516;a:24:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=coffee-shop-split-screen-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></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:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:517;a:24:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-portfolio-showreel-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></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:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Add a Beautiful Video Background to Your Website [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-add-a-beautiful-video-background-to-your-website-tutorial/\";s:9:\"guide_img\";s:28:\"tutorial/showreel-slider.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:24:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-art-forms-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:24:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:179:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=background-effect-hero-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:703:\"[{\"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\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:60:\"How to Create a Unique Gradient Background Design [Tutorial]\";s:9:\"guide_url\";s:63:\"https://www.sliderrevolution.com/tutorials/gradient-background/\";s:9:\"guide_img\";s:27:\"tutorial/bg-effect-hero.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:24:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=cyber-glitch-effect-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:361:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:72:\"How to Create a Futuristic-looking Website for a Tech Company [Tutorial]\";s:9:\"guide_url\";s:105:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-futuristic-looking-website-for-a-tech-company/\";s:9:\"guide_img\";s:22:\"tutorial/cyberfunk.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:24:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=motion-blur-portfolio-showcase\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:238:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu its ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"A Different Way to Wow Shoppers with an eCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/a-different-way-to-wow-shoppers-with-an-ecommerce-product-slider/\";s:9:\"guide_img\";s:34:\"tutorial/motion-blur-portfolio.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:522;a:24:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=portal-effect-hero-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:67:\"Demystifying the Slider Revolution Builder and Templates [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/demystifying-the-slider-revolution-builder-and-templates-tutorial/\";s:9:\"guide_img\";s:31:\"tutorial/portal-effect-hero.jpg\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:523;a:24:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=winery-timeline-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Create a Vertical Slider Timeline That Tells Your Brand Story [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-vertical-slider-timeline-that-tells-your-brand-story/\";s:9:\"guide_img\";s:28:\"tutorial/winery-timeline.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:524;a:27:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:525;a:27:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:526;a:27:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:527;a:27:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:528;a:27:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:529;a:27:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:530;a:27:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></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:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:531;a:27:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:532;a:27:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:533;a:28:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:534;a:28:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:535;a:27:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v1\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:536;a:27:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:537;a:27:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:538;a:27:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:539;a:27:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:540;a:27:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:541;a:27:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:542;a:27:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:543;a:27:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:544;a:27:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:545;a:27:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:546;a:27:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:547;a:27:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:548;a:27:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:549;a:27:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:550;a:27:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:551;a:27:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:552;a:27:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:553;a:27:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:207:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=smart-living-one-page-template-for-wordpress-v3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:554;a:24:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/urban-street-skate-slider-for-wordpress/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=urban-street-skate-slider-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:73:\"How to Create a Modern Slider Design for Your Medical Practice [Tutorial]\";s:9:\"guide_url\";s:106:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-modern-slider-design-for-your-medical-practice/\";s:9:\"guide_img\";s:38:\"tutorial/urban-street-skate-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:555;a:24:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:181:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fast-food-burger-restaurant-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Creatively Display Ingredients and Nutrition Info on Your Website [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/how-to-creatively-display-ingredients-and-nutrition-info-on-your-website/\";s:9:\"guide_img\";s:26:\"tutorial/yummy-burgers.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:556;a:27:{s:2:\"id\";s:3:\"601\";s:5:\"title\";s:37:\"Tattoo Event Website Template Package\";s:5:\"alias\";s:37:\"tattoo-event-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"tattoo-event-website-template-package\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-12 14:37:06\";s:7:\"package\";s:29:\"Tattoo Event 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:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:557;a:27:{s:2:\"id\";s:3:\"602\";s:5:\"title\";s:24:\"Tattoo Event Hero Slider\";s:5:\"alias\";s:24:\"tattoo-event-hero-slider\";s:3:\"zip\";s:34:\"packs/tattoo-event-hero-slider.zip\";s:3:\"uid\";s:32:\"3a4eb0f2f1de6b9a644d626c4472208b\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:11:21\";s:7:\"package\";s:29:\"Tattoo Event 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:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:558;a:27:{s:2:\"id\";s:3:\"603\";s:5:\"title\";s:18:\"Tattoo Event About\";s:5:\"alias\";s:18:\"tattoo-event-about\";s:3:\"zip\";s:28:\"packs/tattoo-event-about.zip\";s:3:\"uid\";s:32:\"ae8aaf2b1aeb84036c35ac3d4a178ed6\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:\"2021-10-13 11:14:35\";s:7:\"package\";s:29:\"Tattoo Event 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:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:559;a:27:{s:2:\"id\";s:3:\"604\";s:5:\"title\";s:20:\"Tattoo Event Artists\";s:5:\"alias\";s:20:\"tattoo-event-artists\";s:3:\"zip\";s:30:\"packs/tattoo-event-artists.zip\";s:3:\"uid\";s:32:\"e11b6508214396963c856afc1b604e58\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:16:36\";s:7:\"package\";s:29:\"Tattoo Event 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:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:560;a:27:{s:2:\"id\";s:3:\"605\";s:5:\"title\";s:21:\"Tattoo Event Schedule\";s:5:\"alias\";s:21:\"tattoo-event-schedule\";s:3:\"zip\";s:31:\"packs/tattoo-event-schedule.zip\";s:3:\"uid\";s:32:\"73be4b953a719fc9abfadc447e88b906\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-13 11:19:17\";s:7:\"package\";s:29:\"Tattoo Event 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:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:561;a:27:{s:2:\"id\";s:3:\"606\";s:5:\"title\";s:17:\"Tattoo Event News\";s:5:\"alias\";s:17:\"tattoo-event-news\";s:3:\"zip\";s:27:\"packs/tattoo-event-news.zip\";s:3:\"uid\";s:32:\"80eafaaaa2f1844cac7c5c1efb0912d1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:21:56\";s:7:\"package\";s:29:\"Tattoo Event 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:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:562;a:27:{s:2:\"id\";s:3:\"607\";s:5:\"title\";s:19:\"Tattoo Event Footer\";s:5:\"alias\";s:19:\"tattoo-event-footer\";s:3:\"zip\";s:29:\"packs/tattoo-event-footer.zip\";s:3:\"uid\";s:32:\"0c16f7290794f2e26566c8a8ca8f6493\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/tattoo-event-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=tattoo-event-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:330:\"<span class=\"ttm_content\">This modern, typography driven, one-page website template is the perfect event landing page. Whether you are looking for a wordpress event website template or a conference website template, Slider Revolution gives you a competitive advantage in event website design.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-10-13 11:23:18\";s:7:\"package\";s:29:\"Tattoo Event 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:11:\"guide_title\";s:77:\"How to Create a Dark Website Design with a Surprising Color Reveal [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-dark-website-design-with-a-surprising-color-reveal/\";s:9:\"guide_img\";s:33:\"tutorial/Tattoo-Event-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"51\";s:9:\"installed\";b:0;}i:563;a:27:{s:2:\"id\";s:3:\"608\";s:5:\"title\";s:24:\"Startup Website Template\";s:5:\"alias\";s:24:\"startup-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"startup-website-template\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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: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:\"2021-11-03 09:29:34\";s:7:\"package\";s:24:\"Startup 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:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:564;a:27:{s:2:\"id\";s:3:\"609\";s:5:\"title\";s:12:\"Startup Menu\";s:5:\"alias\";s:12:\"startup-menu\";s:3:\"zip\";s:22:\"packs/startup-menu.zip\";s:3:\"uid\";s:32:\"10b7853c05d47a99e61a68ec7ef0a0ea\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:32:41\";s:7:\"package\";s:24:\"Startup 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:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:565;a:27:{s:2:\"id\";s:3:\"610\";s:5:\"title\";s:12:\"Startup Hero\";s:5:\"alias\";s:12:\"startup-hero\";s:3:\"zip\";s:22:\"packs/startup-hero.zip\";s:3:\"uid\";s:32:\"7a41e68bac8bc7f937b7eb957e01eb11\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:34:41\";s:7:\"package\";s:24:\"Startup 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:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:566;a:27:{s:2:\"id\";s:3:\"611\";s:5:\"title\";s:13:\"Startup About\";s:5:\"alias\";s:13:\"startup-about\";s:3:\"zip\";s:23:\"packs/startup-about.zip\";s:3:\"uid\";s:32:\"22a816ba986476a36fef3887ff4d1ea1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:36:55\";s:7:\"package\";s:24:\"Startup 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:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:567;a:27:{s:2:\"id\";s:3:\"612\";s:5:\"title\";s:18:\"Startup Features 1\";s:5:\"alias\";s:18:\"startup-features-1\";s:3:\"zip\";s:28:\"packs/startup-features-1.zip\";s:3:\"uid\";s:32:\"4b0b7b8773ba30bdc58b862442155faa\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:39:11\";s:7:\"package\";s:24:\"Startup 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:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:568;a:27:{s:2:\"id\";s:3:\"613\";s:5:\"title\";s:18:\"Startup Features 2\";s:5:\"alias\";s:18:\"startup-features-2\";s:3:\"zip\";s:28:\"packs/startup-features-2.zip\";s:3:\"uid\";s:32:\"7a686556ca8c4355fea931b3e946a3d0\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:40:44\";s:7:\"package\";s:24:\"Startup 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:10:\"zindex=\"0\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:569;a:27:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:12:\"Startup Team\";s:5:\"alias\";s:12:\"startup-team\";s:3:\"zip\";s:22:\"packs/startup-team.zip\";s:3:\"uid\";s:32:\"7969f1f556fd276ec04dcbf49144d2f8\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:42:12\";s:7:\"package\";s:24:\"Startup 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:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:570;a:27:{s:2:\"id\";s:3:\"615\";s:5:\"title\";s:15:\"Startup Reviews\";s:5:\"alias\";s:15:\"startup-reviews\";s:3:\"zip\";s:25:\"packs/startup-reviews.zip\";s:3:\"uid\";s:32:\"4d5253028165c237cda5f42c3f721c09\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:43:42\";s:7:\"package\";s:24:\"Startup 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:12:\"zindex=\"300\"\";s:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:571;a:27:{s:2:\"id\";s:3:\"616\";s:5:\"title\";s:11:\"Startup CTA\";s:5:\"alias\";s:11:\"startup-cta\";s:3:\"zip\";s:21:\"packs/startup-cta.zip\";s:3:\"uid\";s:32:\"bfe7cb2a94dd8292179e16a986cf2748\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:45:02\";s:7:\"package\";s:24:\"Startup 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:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:572;a:27:{s:2:\"id\";s:3:\"617\";s:5:\"title\";s:14:\"Startup Footer\";s:5:\"alias\";s:14:\"startup-footer\";s:3:\"zip\";s:24:\"packs/startup-footer.zip\";s:3:\"uid\";s:32:\"d73466042d108699d366bf9cab2beaa8\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:46:31\";s:7:\"package\";s:24:\"Startup 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:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:573;a:27:{s:2:\"id\";s:3:\"618\";s:5:\"title\";s:19:\"Startup Video Modal\";s:5:\"alias\";s:19:\"startup-video-modal\";s:3:\"zip\";s:29:\"packs/startup-video-modal.zip\";s:3:\"uid\";s:32:\"5fd53a8ad93456a152c25079f6437377\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/startup-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=startup-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:399:\"<span class=\"ttm_content\">Launch your startup landing page in no time, with this colourful startup company website template, featuring a fresh, easy-to-read design and subtle animation effects.<br>\r\nWith the YouTube video modal and universally usable content blocks, this template can also be used as a company website template or a business portfolio template.</span><span class=\"ttm_space\"></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:\"2021-11-03 09:47:44\";s:7:\"package\";s:24:\"Startup 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:11:\"guide_title\";s:63:\"A Fun Way to Design the CTA Section with Two Buttons [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/a-fun-way-to-design-the-cta-section-with-two-buttons/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"52\";s:9:\"installed\";b:0;}i:574;a:27:{s:2:\"id\";s:3:\"619\";s:5:\"title\";s:32:\"Christmas Gift Card Landing Page\";s:5:\"alias\";s:32:\"christmas-gift-card-landing-page\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"christmas-gift-card-landing-page\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:05:33\";s:7:\"package\";s:32:\"Christmas Gift Card 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:575;a:27:{s:2:\"id\";s:3:\"620\";s:5:\"title\";s:24:\"Christmas Landing Page 1\";s:5:\"alias\";s:24:\"christmas-landing-page-1\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-1.zip\";s:3:\"uid\";s:32:\"17eb656138d076ca1dc2d9fa5cefb1b8\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:515:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:08:37\";s:7:\"package\";s:32:\"Christmas Gift Card Landing Page\";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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:576;a:27:{s:2:\"id\";s:3:\"621\";s:5:\"title\";s:24:\"Christmas Landing Page 2\";s:5:\"alias\";s:24:\"christmas-landing-page-2\";s:3:\"zip\";s:34:\"packs/christmas-landing-page-2.zip\";s:3:\"uid\";s:32:\"ea0d2cfdba50c8060c66ee7b979c3b83\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/christmas-gift-card-landing-page/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=christmas-gift-card-landing-page\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Greet and thank your visitors in a creative way during the Christmas Holidays with this dynamic, two-part Christmas gift card landing page. Ideal for e-commerce websites that want to give special discounts during the holidays. The first module can also be used on it\'s own to bring xmas vibes to any website!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:341:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-12-08 12:10:54\";s:7:\"package\";s:32:\"Christmas Gift Card 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:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"53\";s:9:\"installed\";b:0;}i:577;a:24:{s:2:\"id\";s:3:\"622\";s:5:\"title\";s:12:\"Image Slider\";s:5:\"alias\";s:12:\"image-slider\";s:3:\"zip\";s:16:\"image-slider.zip\";s:3:\"uid\";s:32:\"85a8fcfa9220809176bd3d6bc70b4abf\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/newborn-image-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=newborn-image-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:213:\"<span class=\"ttm_content\">Get an instant \"wow\" from your visitors with this sleek background image slider, that includes a clean UI for easy navigation and smooth transitions.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-04 09:45:41\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:578;a:24:{s:2:\"id\";s:3:\"623\";s:5:\"title\";s:17:\"Full Width Slider\";s:5:\"alias\";s:17:\"full-width-slider\";s:3:\"zip\";s:21:\"full-width-slider.zip\";s:3:\"uid\";s:32:\"e2792804e7a1f3ec9806f6a6225a559d\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/delicious-full-width-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=delicious-full-width-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">We\'ve prepared something tasty for you. A delicious looking, responsive full width slider, with a wide range of use cases and a plethora of smart, UI navigation options.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-10 11:40:04\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Visually Promote Products and Their Unique Scent Profiles Online [Tutorial]\";s:9:\"guide_url\";s:115:\"https://www.sliderrevolution.com/tutorials/how-to-visually-promote-products-and-their-unique-scent-profiles-online/\";s:9:\"guide_img\";s:30:\"tutorial/full-width-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:579;a:27:{s:2:\"id\";s:3:\"624\";s:5:\"title\";s:20:\"App Website Template\";s:5:\"alias\";s:20:\"app-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"app-website-template\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:22:53\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:580;a:27:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:16:\"App Website Menu\";s:5:\"alias\";s:16:\"app-website-menu\";s:3:\"zip\";s:26:\"packs/app-website-menu.zip\";s:3:\"uid\";s:32:\"c3c100db368c091d01852df9851b9840\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:26:14\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:581;a:27:{s:2:\"id\";s:3:\"626\";s:5:\"title\";s:16:\"App Website Hero\";s:5:\"alias\";s:16:\"app-website-hero\";s:3:\"zip\";s:26:\"packs/app-website-hero.zip\";s:3:\"uid\";s:32:\"4b42974b08f2923986932ed529974d6f\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:29:00\";s:7:\"package\";s:20:\"App 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:13:\" zindex=\"300\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:582;a:27:{s:2:\"id\";s:3:\"627\";s:5:\"title\";s:20:\"App Download Buttons\";s:5:\"alias\";s:20:\"app-download-buttons\";s:3:\"zip\";s:30:\"packs/app-download-buttons.zip\";s:3:\"uid\";s:32:\"d5ecce65284cc95c506185e6f6291d55\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:31:22\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:583;a:27:{s:2:\"id\";s:3:\"628\";s:5:\"title\";s:17:\"App Website About\";s:5:\"alias\";s:17:\"app-website-about\";s:3:\"zip\";s:27:\"packs/app-website-about.zip\";s:3:\"uid\";s:32:\"984477b3ea7c943a7c6be78950754e3c\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:33:06\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:584;a:27:{s:2:\"id\";s:3:\"629\";s:5:\"title\";s:20:\"App Website Features\";s:5:\"alias\";s:20:\"app-website-features\";s:3:\"zip\";s:30:\"packs/app-website-features.zip\";s:3:\"uid\";s:32:\"206a0f73553c974ad86790fba6a13efd\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:35:08\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:585;a:27:{s:2:\"id\";s:3:\"630\";s:5:\"title\";s:21:\"App Website Video Cta\";s:5:\"alias\";s:21:\"app-website-video-cta\";s:3:\"zip\";s:31:\"packs/app-website-video-cta.zip\";s:3:\"uid\";s:32:\"19b2930f9cd9840dccbe94cb1cc435e2\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:36:15\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:586;a:27:{s:2:\"id\";s:3:\"631\";s:5:\"title\";s:23:\"App Website Screenshots\";s:5:\"alias\";s:23:\"app-website-screenshots\";s:3:\"zip\";s:33:\"packs/app-website-screenshots.zip\";s:3:\"uid\";s:32:\"94ce8eeecb7ffad62adc2d29b203f9d2\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:38:15\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:587;a:27:{s:2:\"id\";s:3:\"632\";s:5:\"title\";s:22:\"App Testimonials Title\";s:5:\"alias\";s:22:\"app-testimonials-title\";s:3:\"zip\";s:32:\"packs/app-testimonials-title.zip\";s:3:\"uid\";s:32:\"bea74fa6e180fe23007c3d215b1b0704\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:40:21\";s:7:\"package\";s:20:\"App 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:588;a:27:{s:2:\"id\";s:3:\"633\";s:5:\"title\";s:24:\"App Website Testimonials\";s:5:\"alias\";s:24:\"app-website-testimonials\";s:3:\"zip\";s:34:\"packs/app-website-testimonials.zip\";s:3:\"uid\";s:32:\"e7438a870ac1007da4c7821056d511fc\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:41:59\";s:7:\"package\";s:20:\"App 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:107:\" offset=\"t:-300px,-300px,-300px,-250px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\" zindex=\"300\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:589;a:27:{s:2:\"id\";s:3:\"634\";s:5:\"title\";s:16:\"App Website Team\";s:5:\"alias\";s:16:\"app-website-team\";s:3:\"zip\";s:26:\"packs/app-website-team.zip\";s:3:\"uid\";s:32:\"d9013f2968e43f696f8cc33fa3524071\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:43:40\";s:7:\"package\";s:20:\"App 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:94:\" offset=\"t:-350px,-350px,-350px,-300px;b:0px,0px,0px,0px;l:0px,0px,0px,0px;r:0px,0px,0px,0px;\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:590;a:27:{s:2:\"id\";s:3:\"635\";s:5:\"title\";s:18:\"App Website Footer\";s:5:\"alias\";s:18:\"app-website-footer\";s:3:\"zip\";s:28:\"packs/app-website-footer.zip\";s:3:\"uid\";s:32:\"5e13126b929feb389f9e083f3476ec46\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-01-17 10:45:12\";s:7:\"package\";s:20:\"App Website 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:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:591;a:27:{s:2:\"id\";s:3:\"636\";s:5:\"title\";s:15:\"App Video Modal\";s:5:\"alias\";s:15:\"app-video-modal\";s:3:\"zip\";s:25:\"packs/app-video-modal.zip\";s:3:\"uid\";s:32:\"7fe8115d0b6158c90fe92d1144ed7b01\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/spaceman-app-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spaceman-app-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">From a stunning feature carousel, to a screenshot gallery and testimonial slider, this mobile app website template has got it all!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-17 10:46:49\";s:7:\"package\";s:20:\"App Website Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Creative Way to Design the Hero Image for Your Mobile App Landing Page [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-design-the-hero-image-for-your-mobile-app-landing-page/\";s:9:\"guide_img\";s:33:\"tutorial/App-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"54\";s:9:\"installed\";b:0;}i:592;a:27:{s:2:\"id\";s:3:\"637\";s:5:\"title\";s:25:\"Testimonial Carousel Pack\";s:5:\"alias\";s:25:\"testimonial-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"testimonial-carousel-pack\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:38:17\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:593;a:27:{s:2:\"id\";s:3:\"638\";s:5:\"title\";s:22:\"Testimonial Carousel 1\";s:5:\"alias\";s:22:\"testimonial-carousel-1\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-1.zip\";s:3:\"uid\";s:32:\"1cc1f92edb4edd47f880c0b4f77e343d\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:41:02\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:594;a:27:{s:2:\"id\";s:3:\"639\";s:5:\"title\";s:22:\"Testimonial Carousel 2\";s:5:\"alias\";s:22:\"testimonial-carousel-2\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-2.zip\";s:3:\"uid\";s:32:\"b6ad1675b8d14c0ccc63ffc01b221aac\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:43:25\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:595;a:27:{s:2:\"id\";s:3:\"640\";s:5:\"title\";s:22:\"Testimonial Carousel 3\";s:5:\"alias\";s:22:\"testimonial-carousel-3\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-3.zip\";s:3:\"uid\";s:32:\"cb4a72fb40fc400a71754f71b9bb2d6e\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:46:01\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:596;a:27:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:22:\"Testimonial Carousel 4\";s:5:\"alias\";s:22:\"testimonial-carousel-4\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-4.zip\";s:3:\"uid\";s:32:\"bfca98d6b4042b38df044e9e2a6ca983\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:47:57\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:597;a:27:{s:2:\"id\";s:3:\"642\";s:5:\"title\";s:22:\"Testimonial Carousel 5\";s:5:\"alias\";s:22:\"testimonial-carousel-5\";s:3:\"zip\";s:32:\"packs/testimonial-carousel-5.zip\";s:3:\"uid\";s:32:\"4a9b9c72b51628e1343adde9bff3915f\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/testimonial-carousel-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=testimonial-carousel-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">Want to show testimonials on your website ?  We got you covered.  Our testimonial carousel pack has 5 options to choose from with colours you can easily customise.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-01-31 16:49:27\";s:7:\"package\";s:25:\"Testimonial Carousel Pack\";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:11:\"guide_title\";s:74:\"How to Give Your Testimonials Section the Attention It Deserves [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-give-your-testimonials-section-the-attention-it-deserves/\";s:9:\"guide_img\";s:38:\"tutorial/testimonial-carousel-pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"55\";s:9:\"installed\";b:0;}i:598;a:24:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:28:\"Deep Dive Ocean Water Effect\";s:5:\"alias\";s:9:\"deep-dive\";s:3:\"zip\";s:13:\"deep-dive.zip\";s:3:\"uid\";s:32:\"5cc0599857b0108fe4e76adc7fbf9a16\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/deep-dive-ocean-water-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=deep-dive-ocean-water-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">Take a dive into the ocean with this 3D Particles Animation template for Slider Revolution.<br>\r\nThe scroll-based interaction makes this hero module an absolute eye-catcher for any ocean-related website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:23:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"How to Create a Digital Underwater Scene for Your Water Sports Website [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-digital-underwater-scene-for-your-water-sports-website/\";s:9:\"guide_img\";s:41:\"tutorial/Deep-Dive-Ocean-Water-Effect.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:599;a:24:{s:2:\"id\";s:3:\"644\";s:5:\"title\";s:22:\"Particle Wave Showcase\";s:5:\"alias\";s:22:\"particle-wave-showcase\";s:3:\"zip\";s:26:\"particle-wave-showcase.zip\";s:3:\"uid\";s:32:\"1c9ac477fd636078d1812d8d98060899\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/particle-wave-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=particle-wave-showcase\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:307:\"<span class=\"ttm_content\">Is your website missing that one unique design element to set it apart from your competition? The Particle Wave addon for Slider Revolution enables you to add interactive, 3D particles background animation effects that will amaze your clients!</span><span class=\"ttm_space\"></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:10:\"Special FX\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:30:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Design a Hero Image That Feels Alive and Three-Dimensional [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-hero-image-that-feels-alive-and-three-dimensional/\";s:9:\"guide_img\";s:35:\"tutorial/particle-wave-showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:600;a:24:{s:2:\"id\";s:3:\"645\";s:5:\"title\";s:17:\"Video Hero Header\";s:5:\"alias\";s:17:\"video-hero-header\";s:3:\"zip\";s:21:\"video-hero-header.zip\";s:3:\"uid\";s:32:\"f6a715d4b10e0746f7eb5100836ba1ab\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";s:7:\"preview\";s:147:\"https://www.sliderrevolution.com/templates/video-hero-header/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=video-hero-header\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">Get ahead with this modern, futuristic video hero header with colorful gradients and a polygon particle wave.<br>\r\nShowcase the highlights of your tech-related business website with a video button that demands to be clicked.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:33:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Trippy Hero Image Backdrop with Particle Animation [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-trippy-hero-image-backdrop-with-particle-animation/\";s:9:\"guide_img\";s:30:\"tutorial/video-hero-header.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:601;a:24:{s:2:\"id\";s:3:\"646\";s:5:\"title\";s:28:\"Solar System Showcase Slider\";s:5:\"alias\";s:28:\"solar-system-showcase-slider\";s:3:\"zip\";s:32:\"solar-system-showcase-slider.zip\";s:3:\"uid\";s:32:\"40f7b26ea7f8228d40e8e9cf0f34b5e8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/solar-system-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=solar-system-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Want to amaze your users ? Look no further.  Showcase products, images or anything you can think of with this highly capable and easily customisable full screen slider. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-02-09 09:50:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:602;a:24:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:26:\"Optic Shop Showcase Slider\";s:5:\"alias\";s:26:\"Optic-shop-showcase-slider\";s:3:\"zip\";s:30:\"Optic-shop-showcase-slider.zip\";s:3:\"uid\";s:32:\"01509228c996ad45c2179d03654f499b\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/optic-shop-showcase-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=optic-shop-showcase-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This image slider is the perfect showcase for any optic shop, utilizing the blur effect in a brilliant way. It\'s not just made for your optic showcase but also a great fit for any modern product presentation.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-02-16 16:41:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Create an Awesome Product Slider with a Built-in Variant Switcher [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-awesome-product-slider-with-a-built-in-variant-switcher/\";s:9:\"guide_img\";s:39:\"tutorial/Optic-shop-showcase-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:603;a:24:{s:2:\"id\";s:3:\"648\";s:5:\"title\";s:27:\"WordPress Charts And Graphs\";s:5:\"alias\";s:24:\"charts-template-showcase\";s:3:\"zip\";s:28:\"charts-template-showcase.zip\";s:3:\"uid\";s:32:\"4ae2fe61830f96c6c5b316368c1ad2c6\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/wordpress-charts-and-graphs/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-charts-and-graphs\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.17\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Who says data has to look boring? With our WordPress charts addon, you can create eye-catching sliders and hero sections with interactive and stunning-looking charts.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:347:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-03 15:55:16\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Create Interactive Charts and Graphs for WordPress [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-create-interactive-charts-and-graphs-for-wordpress/\";s:9:\"guide_img\";s:37:\"tutorial/charts-template-showcase.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:604;a:27:{s:2:\"id\";s:3:\"649\";s:5:\"title\";s:31:\"Fashion Website Slider Template\";s:5:\"alias\";s:31:\"fashion-website-slider-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"fashion-website-slider-template\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/fashion-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:00:36\";s:7:\"package\";s:22:\"Fashion Website Slider\";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:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:605;a:27:{s:2:\"id\";s:3:\"650\";s:5:\"title\";s:22:\"Fashion Website Slider\";s:5:\"alias\";s:22:\"fashion-website-slider\";s:3:\"zip\";s:32:\"packs/fashion-website-slider.zip\";s:3:\"uid\";s:32:\"8fb8379f47346173fa0dd402dda37360\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/fashion-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:04:56\";s:7:\"package\";s:22:\"Fashion Website Slider\";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:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:606;a:27:{s:2:\"id\";s:3:\"651\";s:5:\"title\";s:28:\"Fashion Website Slider Modal\";s:5:\"alias\";s:28:\"fashion-website-slider-modal\";s:3:\"zip\";s:38:\"packs/fashion-website-slider-modal.zip\";s:3:\"uid\";s:32:\"788f34043b6a5fcbfa5fc1c3322fb502\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/fashion-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:251:\"<span class=\"ttm_content\">A fashion slider that\'s not just for fashion! This template is suitable for any image-based marketing campaign and also comes with a fullscreen gallery carousel modal to show more images.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-14 13:08:21\";s:7:\"package\";s:22:\"Fashion Website Slider\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Summary Slider for Blog Posts, Articles, and More [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-summary-slider-for-blog-posts-articles-and-more/\";s:9:\"guide_img\";s:35:\"tutorial/Fashion-Website-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"56\";s:9:\"installed\";b:0;}i:607;a:24:{s:2:\"id\";s:3:\"652\";s:5:\"title\";s:24:\"Furniture Website Slider\";s:5:\"alias\";s:24:\"furniture-website-slider\";s:3:\"zip\";s:28:\"furniture-website-slider.zip\";s:3:\"uid\";s:32:\"8575493ed5fd1ee2e671e67479fdeccb\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/furniture-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=furniture-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.19\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Promote products or create stunning landing pages with the Furniture Website Slider. Each slide comes with a different layout that can be used as a hero module or on an individual section on your website.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-03-23 14:05:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Quickly Build a Great-Looking Microsite for Your Product [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-quickly-build-a-great-looking-microsite-for-your-product/\";s:9:\"guide_img\";s:37:\"tutorial/furniture-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:608;a:24:{s:2:\"id\";s:3:\"653\";s:5:\"title\";s:26:\"Fitness Gym Website Slider\";s:5:\"alias\";s:26:\"fitness-gym-website-slider\";s:3:\"zip\";s:30:\"fitness-gym-website-slider.zip\";s:3:\"uid\";s:32:\"86894d98e34a590e80a1d0cd3d7dc819\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/fitness-gym-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fitness-gym-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">Make your website visitors want to hit the gym once they see this fitness website slider. The background videos and unique, masked slide transitions make this module stand out!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-04-19 11:02:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Multimedia Slider that Lures in More Clients [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-multimedia-slider-that-lures-in-more-clients/\";s:9:\"guide_img\";s:39:\"tutorial/fitness-gym-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:609;a:27:{s:2:\"id\";s:3:\"654\";s:5:\"title\";s:36:\"Ai & Robotics Webside Slider Package\";s:5:\"alias\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:35:\"ai--robotics-webside-slider-package\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:12:25\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";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:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:610;a:27:{s:2:\"id\";s:3:\"655\";s:5:\"title\";s:28:\"Ai & Robotics Website Slider\";s:5:\"alias\";s:30:\"ai-and-robotics-website-slider\";s:3:\"zip\";s:40:\"packs/ai-and-robotics-website-slider.zip\";s:3:\"uid\";s:32:\"e40b7296d1519972029e9744a0c09b29\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:16:48\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";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:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:611;a:27:{s:2:\"id\";s:3:\"656\";s:5:\"title\";s:14:\"AI Video Modal\";s:5:\"alias\";s:14:\"ai-video-modal\";s:3:\"zip\";s:24:\"packs/ai-video-modal.zip\";s:3:\"uid\";s:32:\"aab36a599413b7e66dfdda8f517b47b1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/ai-and-robotics-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-and-robotics-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">Have a glimpse of the future of robots and artificial intelligence. A vivid-looking slider, perfect for tech companies and startups.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-19 15:20:55\";s:7:\"package\";s:36:\"Ai & Robotics Webside Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Create a Sleek Slider Design for Your High-Tech Brand [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-sleek-slider-design-for-your-high-tech-brand/\";s:9:\"guide_img\";s:24:\"tutorial/Ai-Robotics.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"57\";s:9:\"installed\";b:0;}i:612;a:24:{s:2:\"id\";s:3:\"657\";s:5:\"title\";s:33:\"Minimal Typography Website Slider\";s:5:\"alias\";s:33:\"minimal-typography-website-slider\";s:3:\"zip\";s:37:\"minimal-typography-website-slider.zip\";s:3:\"uid\";s:32:\"43cf63d6541d33b7d4e59350935d73bf\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";s:7:\"preview\";s:179:\"https://www.sliderrevolution.com/templates/minimal-typography-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=minimal-typography-website-slider\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">Make the hero section on your website stand out with this minimal, typography-based hero slider, featuring cool parallax bubble effects and fluid slide transitions.</span><span class=\"ttm_space\"></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:10:\"Special FX\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-04-25 14:39:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"How to Transform the Mood of Your Home Page with Duotones [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/how-to-transform-the-mood-of-your-home-page-with-duotones/\";s:9:\"guide_img\";s:46:\"tutorial/duotone-typography-website-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:613;a:24:{s:2:\"id\";s:3:\"658\";s:5:\"title\";s:19:\"404 Page Collection\";s:5:\"alias\";s:19:\"404-page-collection\";s:3:\"zip\";s:23:\"404-page-collection.zip\";s:3:\"uid\";s:32:\"3f0b25b5e893b170536a498939465a1a\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/404-page-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-page-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.21\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:167:\"<span class=\"ttm_content\">Show your lost website visitors a funny and lighthearted message with our 404 page template collection.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-05-04 11:30:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create an Effective Thank You Page for Your Website [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-effective-thank-you-page-for-your-website/\";s:9:\"guide_img\";s:32:\"tutorial/404-page-collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:614;a:24:{s:2:\"id\";s:3:\"659\";s:5:\"title\";s:24:\"eCommerce Product Slider\";s:5:\"alias\";s:21:\"ecommerce-sale-slider\";s:3:\"zip\";s:25:\"ecommerce-sale-slider.zip\";s:3:\"uid\";s:32:\"49ca4743090cddca705ee108eae967c5\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/ecommerce-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ecommerce-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">So you have an eCommerce shop and are looking for the ultimate sales pitch on your landing page? Trying to convert your precious visitors into more sales? Look no further than our eCommerce Product Slider!</span><span class=\"ttm_space\"></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:\"2022-05-17 14:22:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:65:\"How to Get More Eyes on Your eCommerce Sales Promotion [Tutorial]\";s:9:\"guide_url\";s:98:\"https://www.sliderrevolution.com/tutorials/how-to-get-more-eyes-on-your-ecommerce-sales-promotion/\";s:9:\"guide_img\";s:34:\"tutorial/ecommerce-sale-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:615;a:24:{s:2:\"id\";s:3:\"660\";s:5:\"title\";s:19:\"Fashion Shop Slider\";s:5:\"alias\";s:19:\"fashion-shop-slider\";s:3:\"zip\";s:23:\"fashion-shop-slider.zip\";s:3:\"uid\";s:32:\"e488e9126dbe4a34c02c89a1115f4ff9\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/fashion-shop-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fashion-shop-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">Customize texts, images, and colors in seconds and have this beast of a shop slider running on your own website in no time.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:24:56\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:73:\"How to Create a Colorful Retro Effect for the Home Page Slider [Tutorial]\";s:9:\"guide_url\";s:106:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-colorful-retro-effect-for-the-home-page-slider/\";s:9:\"guide_img\";s:32:\"tutorial/fashion-shop-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:616;a:24:{s:2:\"id\";s:3:\"661\";s:5:\"title\";s:29:\"Lingerie Store Website Slider\";s:5:\"alias\";s:29:\"lingerie-store-website-slider\";s:3:\"zip\";s:33:\"lingerie-store-website-slider.zip\";s:3:\"uid\";s:32:\"7bdad27521b7c9b171b618dff2fa0315\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/lingerie-store-website-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=lingerie-store-website-slider\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.5.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">This hero slider also includes optional menu navigation and links, in case you want to use it as a standalone landing page.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-05-18 13:28:21\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:617;a:24:{s:2:\"id\";s:3:\"662\";s:5:\"title\";s:28:\"Beach Events Hero Collection\";s:5:\"alias\";s:28:\"beach-events-hero-collection\";s:3:\"zip\";s:32:\"beach-events-hero-collection.zip\";s:3:\"uid\";s:32:\"cf87cd65572e9bc4ee019cceae1c75f8\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";s:7:\"preview\";s:182:\"https://www.sliderrevolution.com/templates/summer-beach-events-hero-collection?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=summer-beach-events-hero-collection\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">These hero image templates offer a high-octane mix of headlines, images, and special effects.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 16:56:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"Sell More Event Tickets with a High-Energy Hero Section [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/sell-more-event-tickets-with-a-high-energy-hero-section/\";s:9:\"guide_img\";s:41:\"tutorial/beach-events-hero-collection.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:618;a:27:{s:2:\"id\";s:3:\"663\";s:5:\"title\";s:41:\"Creative Portfolio Website Slider Package\";s:5:\"alias\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"creative-portfolio-website-slider-package\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:00:43\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:619;a:27:{s:2:\"id\";s:3:\"664\";s:5:\"title\";s:30:\"Creative Portfolio Main Slider\";s:5:\"alias\";s:30:\"creative-portfolio-main-slider\";s:3:\"zip\";s:40:\"packs/creative-portfolio-main-slider.zip\";s:3:\"uid\";s:32:\"2b01de6e46611e4353f1687609aa6783\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:03:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:620;a:27:{s:2:\"id\";s:3:\"665\";s:5:\"title\";s:28:\"Creative Portfolio Project 1\";s:5:\"alias\";s:28:\"creative-portfolio-project-1\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-1.zip\";s:3:\"uid\";s:32:\"f1e3a170d3f06d7162445fe9cce99335\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:07:45\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:621;a:27:{s:2:\"id\";s:3:\"666\";s:5:\"title\";s:28:\"Creative Portfolio Project 2\";s:5:\"alias\";s:28:\"creative-portfolio-project-2\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-2.zip\";s:3:\"uid\";s:32:\"59369faef5b4a0571cd5fd72432d2d20\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:12:09\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:622;a:27:{s:2:\"id\";s:3:\"667\";s:5:\"title\";s:28:\"Creative Portfolio Project 3\";s:5:\"alias\";s:28:\"creative-portfolio-project-3\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-3.zip\";s:3:\"uid\";s:32:\"ac6823b9ffeba97c56aa6f4593109e5f\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:14:02\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:623;a:27:{s:2:\"id\";s:3:\"668\";s:5:\"title\";s:28:\"Creative Portfolio Project 4\";s:5:\"alias\";s:28:\"creative-portfolio-project-4\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-4.zip\";s:3:\"uid\";s:32:\"31f5cc4c9d13af7b56adfa7b7c84dce9\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:16:40\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:624;a:27:{s:2:\"id\";s:3:\"669\";s:5:\"title\";s:28:\"Creative Portfolio Project 5\";s:5:\"alias\";s:28:\"creative-portfolio-project-5\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-5.zip\";s:3:\"uid\";s:32:\"23c8e18d556da040ef6ac2382d4a7b94\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:20:22\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:625;a:27:{s:2:\"id\";s:3:\"670\";s:5:\"title\";s:28:\"Creative Portfolio Project 6\";s:5:\"alias\";s:28:\"creative-portfolio-project-6\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-6.zip\";s:3:\"uid\";s:32:\"518434a06d7a959bd3f3e0905e252209\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:21:51\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:626;a:27:{s:2:\"id\";s:3:\"671\";s:5:\"title\";s:28:\"Creative Portfolio Project 7\";s:5:\"alias\";s:28:\"creative-portfolio-project-7\";s:3:\"zip\";s:38:\"packs/creative-portfolio-project-7.zip\";s:3:\"uid\";s:32:\"bb1552746859766efbe319d7c0a1978e\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";s:7:\"preview\";s:178:\"https://www.sliderrevolution.com/templates/creative-portfolio-website-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=creative-portfolio-website-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.5.25\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">This one-page portfolio website template was built to impress. Shine a spotlight on all your work with this striking, interactive design and wow prospective clients the second they step foot inside your site.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:345:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-07-18 17:24:03\";s:7:\"package\";s:41:\"Creative Portfolio Website Slider Package\";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:11:\"guide_title\";s:77:\"How to Create a Great-looking Masonry Portfolio for Your Home Page [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-great-looking-masonry-portfolio-for-your-home-page/\";s:9:\"guide_img\";s:39:\"tutorial/Creative-Portfolio-Website.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"58\";s:9:\"installed\";b:0;}i:627;a:25:{s:2:\"id\";s:3:\"672\";s:5:\"title\";s:24:\"AI Particle Cluster Hero\";s:5:\"alias\";s:19:\"ai-particle-cluster\";s:3:\"zip\";s:23:\"ai-particle-cluster.zip\";s:3:\"uid\";s:32:\"e47971fc290d738faca66e100cc7da74\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/ai-particle-cluster-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=ai-particle-cluster-hero\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">If you are looking for a stunning, interactive particles animation for your WordPress website, this Slider Revolution template surely is a unique eye-catcher.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:25:01\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:86:\"Make Visitors Want to Stop and Play with Your Particle Animation Hero Image [Tutorial]\";s:9:\"guide_url\";s:119:\"https://www.sliderrevolution.com/tutorials/make-visitors-want-to-stop-and-play-with-your-particle-animation-hero-image/\";s:9:\"guide_img\";s:32:\"tutorial/ai-particle-cluster.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:628;a:25:{s:2:\"id\";s:3:\"673\";s:5:\"title\";s:24:\"Artistic Parallax Slider\";s:5:\"alias\";s:24:\"artistic-parallax-slider\";s:3:\"zip\";s:28:\"artistic-parallax-slider.zip\";s:3:\"uid\";s:32:\"a1488f5f4d3ffd2912f9520bba2a2418\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/artistic-parallax-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=artistic-parallax-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">Gorgeous visuals and clear typography, paired with scroll-based slide navigation, make this WordPress parallax slider template a winner for a wide range of use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:29:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:61:\"How to Create a Surreal Design for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:94:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-surreal-design-for-your-hero-image/\";s:9:\"guide_img\";s:37:\"tutorial/artistic-parallax-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:629;a:25:{s:2:\"id\";s:3:\"674\";s:5:\"title\";s:23:\"Magazine Content Slider\";s:5:\"alias\";s:23:\"magazine-content-slider\";s:3:\"zip\";s:27:\"magazine-content-slider.zip\";s:3:\"uid\";s:32:\"6701ec2aab76c253004d6ed5755cf9f6\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";s:7:\"preview\";s:158:\"https://www.sliderrevolution.com/templates/magazine-content-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:259:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if its not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:32:38\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/\";s:9:\"guide_img\";s:36:\"tutorial/Magazine-Content-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:630;a:25:{s:2:\"id\";s:3:\"675\";s:5:\"title\";s:30:\"Magazine Content Slider Static\";s:5:\"alias\";s:30:\"magazine-content-slider-static\";s:3:\"zip\";s:34:\"magazine-content-slider-static.zip\";s:3:\"uid\";s:32:\"3b1f7d279064fa1fb90bb2000e9ebc7b\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";s:7:\"preview\";s:158:\"https://www.sliderrevolution.com/templates/magazine-content-slider?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=magazine-content-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:260:\"<span class=\"ttm_content\">This WordPress content slider can display any static content or your WordPress posts. Like any element in this featured slider template, the optional menu can easily be removed if it\'s not needed.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:35:12\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Promote Your Top Content with a Magazine-style Slider [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-top-content-with-a-magazine-style-slider/\";s:9:\"guide_img\";s:36:\"tutorial/Magazine-Content-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:631;a:25:{s:2:\"id\";s:3:\"676\";s:5:\"title\";s:24:\"Masonry Gallery Carousel\";s:5:\"alias\";s:24:\"Masonry-Gallery-Carousel\";s:3:\"zip\";s:28:\"Masonry-Gallery-Carousel.zip\";s:3:\"uid\";s:32:\"c189884a358e4984c8f300916909f54b\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/masonry-gallery-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=masonry-gallery-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">This masonry gallery template for Slider Revolution has three different masonry layouts, which can be mixed & matched and are easily customized. The headline and description captions make this template very flexible, with many use cases.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 12:39:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Horizontal Masonry Layout for Your Work [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-horizontal-masonry-layout-for-your-work/\";s:9:\"guide_img\";s:37:\"tutorial/Masonry-Gallery-Carousel.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:632;a:25:{s:2:\"id\";s:3:\"677\";s:5:\"title\";s:31:\"Neon WordPress Slider With Text\";s:5:\"alias\";s:21:\"neon-wordpress-slider\";s:3:\"zip\";s:25:\"neon-wordpress-slider.zip\";s:3:\"uid\";s:32:\"9d620dfc8df1be5b956a70106a4ca5d7\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/neon-wordpress-slider-with-text/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=neon-wordpress-slider-with-text\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This is not your average WordPress slider with text and image. Stunning, AI generated images paired with crisp & snappy animations make this Slider Revolution template a winner!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:41:29\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:63:\"Break Down Your Process with a Colorful Image Slider [Tutorial]\";s:9:\"guide_url\";s:96:\"https://www.sliderrevolution.com/tutorials/break-down-your-process-with-a-colorful-image-slider/\";s:9:\"guide_img\";s:34:\"tutorial/neon-wordpress-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:633;a:25:{s:2:\"id\";s:3:\"678\";s:5:\"title\";s:27:\"Restaurant One Page Website\";s:5:\"alias\";s:27:\"Restaurant-One-Page-Website\";s:3:\"zip\";s:31:\"Restaurant-One-Page-Website.zip\";s:3:\"uid\";s:32:\"747730efa359467cb5627ae123839090\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";s:7:\"preview\";s:185:\"https://www.sliderrevolution.com/templates/kostlich-restaurant-one-page-website/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=kostlich-restaurant-one-page-website\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:285:\"<span class=\"ttm_content\">A restaurant WordPress template can easily be overloaded with features that no one really needs. The Köstlich Restaurant One Page Website template for Slider Revolution focuses on the information, a visitor wants to see.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 12:43:57\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"A Fast and Easy Way to Create a Good Looking One-Page Restaurant Website [Tutorial]\";s:9:\"guide_url\";s:116:\"https://www.sliderrevolution.com/tutorials/a-fast-and-easy-way-to-create-a-good-looking-one-page-restaurant-website/\";s:9:\"guide_img\";s:40:\"tutorial/Restaurant-One-Page-Website.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:634;a:25:{s:2:\"id\";s:3:\"679\";s:5:\"title\";s:18:\"WooCommerce Slider\";s:5:\"alias\";s:18:\"woocommerce-slider\";s:3:\"zip\";s:22:\"woocommerce-slider.zip\";s:3:\"uid\";s:32:\"5f354f9d17d3b8562e7dfbac0b289ab3\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=sneaker-woocommerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:47:34\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/\";s:9:\"guide_img\";s:38:\"tutorial/woocommerce-slider-static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:635;a:25:{s:2:\"id\";s:3:\"680\";s:5:\"title\";s:25:\"WooCommerce Slider Static\";s:5:\"alias\";s:25:\"woocommerce-slider-static\";s:3:\"zip\";s:29:\"woocommerce-slider-static.zip\";s:3:\"uid\";s:32:\"66d86a41303223abecec3c4820bcd8f0\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/sneaker-woocommerce-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=sneaker-woocommerce-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:164:\"<span class=\"ttm_content\">Sell your products faster with this futuristic looking slider with sleek navigation and clean layout</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:50:07\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"How to Create a Beautiful 3D WooCommerce Product Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-3d-woocommerce-product-slider/\";s:9:\"guide_img\";s:38:\"tutorial/woocommerce-slider-static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:636;a:25:{s:2:\"id\";s:3:\"681\";s:5:\"title\";s:21:\"WordPress Post Slider\";s:5:\"alias\";s:21:\"wordpress-post-slider\";s:3:\"zip\";s:25:\"wordpress-post-slider.zip\";s:3:\"uid\";s:32:\"c854a5e0be29cb28893b0bb98d9e6740\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=superhero-wordpress-post-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:9:\"postbased\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:52:10\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/\";s:9:\"guide_img\";s:41:\"tutorial/WordPress-Post-Slider-Static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:637;a:25:{s:2:\"id\";s:3:\"682\";s:5:\"title\";s:28:\"WordPress Post Slider Static\";s:5:\"alias\";s:28:\"WordPress-Post-Slider-Static\";s:3:\"zip\";s:32:\"WordPress-Post-Slider-Static.zip\";s:3:\"uid\";s:32:\"edbb9e724f7758aff215ab3e743abd9e\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/superhero-wordpress-post-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=superhero-wordpress-post-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">This amazing Slider Revolution post slider can display static and dynamic WordPress content. Display your blog posts automatically or add your texts and images manually!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:53:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"Make Your Employees Look Like Superheroes with a Comic-inspired Slider [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/make-your-employees-look-like-superheroes-with-a-comic-inspired-slider/\";s:9:\"guide_img\";s:41:\"tutorial/WordPress-Post-Slider-Static.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:638;a:25:{s:2:\"id\";s:3:\"683\";s:5:\"title\";s:22:\"Wordpress Video Slider\";s:5:\"alias\";s:22:\"wordpress-video-slider\";s:3:\"zip\";s:26:\"wordpress-video-slider.zip\";s:3:\"uid\";s:32:\"fd50cf2c76a1fe0bf8bd35e727a00bb7\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";s:7:\"preview\";s:157:\"https://www.sliderrevolution.com/templates/wordpress-video-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-video-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">The WordPress Video Slider template for Slider Revolution offers a cinematic video viewing experience. With it is stylish, blurred background videos and a video player modal, this template is a fitting hero module choice for many websites.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-10-06 12:55:51\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:82:\"How to Create Good Vibes on Your Website with a Background Video Slider [Tutorial]\";s:9:\"guide_url\";s:115:\"https://www.sliderrevolution.com/tutorials/how-to-create-good-vibes-on-your-website-with-a-background-video-slider/\";s:9:\"guide_img\";s:35:\"tutorial/wordpress-video-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:639;a:27:{s:2:\"id\";s:3:\"684\";s:5:\"title\";s:37:\"Architecture Website Template Package\";s:5:\"alias\";s:37:\"architecture-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"architecture-website-template-package\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";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:\"2022-10-06 12:59:17\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:640;a:28:{s:2:\"id\";s:3:\"685\";s:5:\"title\";s:17:\"Architecture Menu\";s:5:\"alias\";s:17:\"architecture-menu\";s:3:\"zip\";s:27:\"packs/architecture-menu.zip\";s:3:\"uid\";s:32:\"a8c46db54ab5fdbb104aacc0cb26d48a\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 13:10:25\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:641;a:28:{s:2:\"id\";s:3:\"686\";s:5:\"title\";s:26:\"Architecture Header Slider\";s:5:\"alias\";s:26:\"architecture-header-slider\";s:3:\"zip\";s:36:\"packs/architecture-header-slider.zip\";s:3:\"uid\";s:32:\"e13d9d910db3371527ceb9f92a27057d\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 13:12:12\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:642;a:28:{s:2:\"id\";s:3:\"687\";s:5:\"title\";s:23:\"Architecture Text Block\";s:5:\"alias\";s:23:\"architecture-text-block\";s:3:\"zip\";s:33:\"packs/architecture-text-block.zip\";s:3:\"uid\";s:32:\"c130dd8a5faf7c292c54b99c82226c72\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:15:46\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:643;a:28:{s:2:\"id\";s:3:\"688\";s:5:\"title\";s:18:\"Architecture About\";s:5:\"alias\";s:18:\"architecture-about\";s:3:\"zip\";s:28:\"packs/architecture-about.zip\";s:3:\"uid\";s:32:\"5f589ec1e639ed4aa9b44542659cb2e9\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:17:04\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:644;a:28:{s:2:\"id\";s:3:\"689\";s:5:\"title\";s:26:\"Architecture Process Title\";s:5:\"alias\";s:26:\"architecture-process-title\";s:3:\"zip\";s:36:\"packs/architecture-process-title.zip\";s:3:\"uid\";s:32:\"6ca17bec2dc410a6c8a80a138c603a3c\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:18:48\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:645;a:28:{s:2:\"id\";s:3:\"690\";s:5:\"title\";s:20:\"Architecture Process\";s:5:\"alias\";s:20:\"architecture-process\";s:3:\"zip\";s:30:\"packs/architecture-process.zip\";s:3:\"uid\";s:32:\"df6202f061079192fde61c7756624c6c\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:20:31\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:646;a:28:{s:2:\"id\";s:3:\"691\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:5:\"alias\";s:22:\"architecture-portfolio\";s:3:\"zip\";s:32:\"packs/architecture-portfolio.zip\";s:3:\"uid\";s:32:\"444b7a502897a53a16eea5ec3cb7f08c\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:22:15\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:647;a:28:{s:2:\"id\";s:3:\"692\";s:5:\"title\";s:28:\"Architecture Portfolio Modal\";s:5:\"alias\";s:28:\"architecture-portfolio-modal\";s:3:\"zip\";s:38:\"packs/architecture-portfolio-modal.zip\";s:3:\"uid\";s:32:\"59994ba13c87a5409d75fdcbc7f58005\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2022-10-06 13:23:38\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:648;a:28:{s:2:\"id\";s:3:\"693\";s:5:\"title\";s:20:\"Architecture Contact\";s:5:\"alias\";s:20:\"architecture-contact\";s:3:\"zip\";s:30:\"packs/architecture-contact.zip\";s:3:\"uid\";s:32:\"b1ff4cf0d6530d79f7d67540ffdcd98d\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/architecture-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=architecture-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:272:\"<span class=\"ttm_content\">The architecture website template offers a modern, visually appealing one-page layout with flexible customization options. This is not just a real estate website, but can also fit for any other kind of theme!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-10-06 13:25:49\";s:7:\"package\";s:37:\"Architecture Website Template Package\";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:11:\"guide_title\";s:77:\"A Beautiful Way to Showcase Your Best Work for Prospective Clients [Tutorial]\";s:9:\"guide_url\";s:110:\"https://www.sliderrevolution.com/tutorials/a-beautiful-way-to-showcase-your-best-work-for-prospective-clients/\";s:9:\"guide_img\";s:42:\"tutorial/Architecture-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"59\";s:9:\"installed\";b:0;}i:649;a:24:{s:2:\"id\";s:3:\"694\";s:5:\"title\";s:23:\"Image Comparison Slider\";s:5:\"alias\";s:23:\"image-comparison-slider\";s:3:\"zip\";s:27:\"image-comparison-slider.zip\";s:3:\"uid\";s:32:\"c5af5832be50fc581c3a5ae31b09e5ab\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";s:7:\"preview\";s:159:\"https://www.sliderrevolution.com/templates/image-comparison-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=image-comparison-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">Create amazing before and after animations for your website with the image comparison slider template. We made sure to include multiple exciting examples for you to customize to your liking.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:13:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:66:\"Boost Interactions with a Before-and-After Image Slider [Tutorial]\";s:9:\"guide_url\";s:99:\"https://www.sliderrevolution.com/tutorials/boost-interactions-with-a-before-and-after-image-slider/\";s:9:\"guide_img\";s:36:\"tutorial/image-comparison-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:650;a:27:{s:2:\"id\";s:3:\"695\";s:5:\"title\";s:37:\"Wedding Photo Slider Template Package\";s:5:\"alias\";s:37:\"wedding-photo-slider-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"wedding-photo-slider-template-package\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:300:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout. </span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:19:04\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";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:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:651;a:27:{s:2:\"id\";s:3:\"696\";s:5:\"title\";s:20:\"Wedding Photo Slider\";s:5:\"alias\";s:20:\"wedding-photo-slider\";s:3:\"zip\";s:30:\"packs/wedding-photo-slider.zip\";s:3:\"uid\";s:32:\"490b30ad46586bbf7034e50651b248a7\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:24:38\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";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:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:652;a:27:{s:2:\"id\";s:3:\"697\";s:5:\"title\";s:26:\"Wedding Photo Slider Modal\";s:5:\"alias\";s:26:\"wedding-photo-slider-modal\";s:3:\"zip\";s:36:\"packs/wedding-photo-slider-modal.zip\";s:3:\"uid\";s:32:\"56b40b3a73b786f5320f8814cddd3fda\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";s:7:\"preview\";s:153:\"https://www.sliderrevolution.com/templates/wedding-photo-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wedding-photo-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">This WordPress photo slider template offers many interesting features to elevate your photography website. The main slider rotates through your photo highlights and a click of the button reveals a lightbox carousel with masonry layout.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:363:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:27:53\";s:7:\"package\";s:37:\"Wedding Photo Slider Template Package\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:68:\"Create a Beautiful Photo Slider for Your Personal Website [Tutorial]\";s:9:\"guide_url\";s:101:\"https://www.sliderrevolution.com/tutorials/create-a-beautiful-photo-slider-for-your-personal-website/\";s:9:\"guide_img\";s:33:\"tutorial/Wedding-Photo-Slider.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"60\";s:9:\"installed\";b:0;}i:653;a:24:{s:2:\"id\";s:3:\"698\";s:5:\"title\";s:25:\"Travel Agency Card Slider\";s:5:\"alias\";s:24:\"destinations-card-slider\";s:3:\"zip\";s:28:\"destinations-card-slider.zip\";s:3:\"uid\";s:32:\"59af2d3ac72375f6764f224d93d600ac\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/travel-agency-card-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=travel-agency-card-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The destination of your travel blog or travel booking website, definitely is \"above & beyond\" with this tastefully modern card slider template for Slider Revolution.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:31:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:84:\"How to Make Your Product Comparison Pages More Attractive and Trustworthy [Tutorial]\";s:9:\"guide_url\";s:117:\"https://www.sliderrevolution.com/tutorials/how-to-make-your-product-comparison-pages-more-attractive-and-trustworthy/\";s:9:\"guide_img\";s:37:\"tutorial/destinations-card-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:654;a:24:{s:2:\"id\";s:3:\"699\";s:5:\"title\";s:29:\"Kitchen Knives Product Slider\";s:5:\"alias\";s:21:\"knives-product-slider\";s:3:\"zip\";s:25:\"knives-product-slider.zip\";s:3:\"uid\";s:32:\"b1d2db8fcd3e6bb1e949d00c90fd6ec0\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/kitchen-knives-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=kitchen-knives-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:281:\"<span class=\"ttm_content\">Even if you\'re not into the knives selling business, this product slider template is easily customized to fit any use-case. The beautifully animated parallax elements, can be replaced with your own .png\'s, in no time!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-11-18 11:34:48\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Promote Subscription Boxes with a Unique Product Slider Design [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-promote-subscription-boxes-with-a-unique-product-slider-design/\";s:9:\"guide_img\";s:34:\"tutorial/knives-product-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:655;a:25:{s:2:\"id\";s:3:\"700\";s:5:\"title\";s:16:\"Tiny Slider Dark\";s:5:\"alias\";s:16:\"tiny-slider-dark\";s:3:\"zip\";s:20:\"tiny-slider-dark.zip\";s:3:\"uid\";s:32:\"57f5cd4e698621f5b7e09bc0bb172d72\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-booking-tiny-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:51:32\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Design an Event Booking Page That Sells More Tickets [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-design-an-event-booking-page-that-sells-more-tickets/\";s:9:\"guide_img\";s:29:\"tutorial/tiny-slider-dark.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:656;a:25:{s:2:\"id\";s:3:\"701\";s:5:\"title\";s:17:\"Tiny Slider Light\";s:5:\"alias\";s:17:\"tiny-slider-light\";s:3:\"zip\";s:21:\"tiny-slider-light.zip\";s:3:\"uid\";s:32:\"67e9640a0dd7ac7c04342a323abb054a\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";s:7:\"preview\";s:163:\"https://www.sliderrevolution.com/templates/event-booking-tiny-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=event-booking-tiny-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:301:\"<span class=\"ttm_content\">The Event Booking Tiny Slider is a compact and stylish way to promote your events on your website or social media. With this template, you can create a sleek and minimalistic slider featuring your upcoming events and booking information.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2022-12-20 13:56:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:657;a:25:{s:2:\"id\";s:3:\"702\";s:5:\"title\";s:24:\"Pet Store Product Slider\";s:5:\"alias\";s:24:\"pet-store-product-slider\";s:3:\"zip\";s:28:\"pet-store-product-slider.zip\";s:3:\"uid\";s:32:\"6f847227958900311108951a77721e29\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/pet-store-product-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=pet-store-product-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">The Pet Store Product Slider template is a professional and eye-catching way to showcase your pet store\'s products on your website or social media. With this template, you can easily create a dynamic and interactive slider featuring your most popular pet products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:02:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:75:\"How to Design More Engaging Product Pages for eCommerce Websites [Tutorial]\";s:9:\"guide_url\";s:108:\"https://www.sliderrevolution.com/tutorials/how-to-design-more-engaging-product-pages-for-ecommerce-websites/\";s:9:\"guide_img\";s:37:\"tutorial/pet-store-product-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:658;a:24:{s:2:\"id\";s:3:\"703\";s:5:\"title\";s:18:\"Material UI Slider\";s:5:\"alias\";s:18:\"material-ui-slider\";s:3:\"zip\";s:22:\"material-ui-slider.zip\";s:3:\"uid\";s:32:\"7e7909a030545f80c8ba8101c5b9bbd7\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";s:7:\"preview\";s:149:\"https://www.sliderrevolution.com/templates/material-ui-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=material-ui-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">The Material UI Slider Template is easy to use and requires no coding skills. You can quickly and easily create a professional-looking slider to showcase your products, services, or information in a visually appealing and engaging way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-20 14:06:25\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:74:\"How to Promote Your Digital Agency’s Services in a Unique Way [Tutorial]\";s:9:\"guide_url\";s:105:\"https://www.sliderrevolution.com/tutorials/how-to-promote-your-digital-agency-s-services-in-a-unique-way/\";s:9:\"guide_img\";s:31:\"tutorial/material-ui-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:659;a:25:{s:2:\"id\";s:3:\"704\";s:5:\"title\";s:19:\"Happy Holidays Hero\";s:5:\"alias\";s:19:\"happy-holidays-hero\";s:3:\"zip\";s:23:\"happy-holidays-hero.zip\";s:3:\"uid\";s:32:\"aabe32f963bc66d36f617c595ca2f1fd\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";s:7:\"preview\";s:151:\"https://www.sliderrevolution.com/templates/happy-holidays-hero/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=happy-holidays-hero\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Wish everyone happy holidays with our newest Christmas inspired hero section.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:366:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2022-12-22 09:27:59\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Hero Image Template to Use for Holidays and Sales [Tutorial]\";s:9:\"guide_url\";s:109:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-hero-image-template-to-use-for-holidays-and-sales/\";s:9:\"guide_img\";s:32:\"tutorial/happy-holidays-hero.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:660;a:24:{s:2:\"id\";s:3:\"705\";s:5:\"title\";s:34:\"Space & Sci-Fi Presentation Slider\";s:5:\"alias\";s:36:\"space-and-sci-fi-presentation-slider\";s:3:\"zip\";s:40:\"space-and-sci-fi-presentation-slider.zip\";s:3:\"uid\";s:32:\"6f8a89cfaa624a4ac799901fc85b802d\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/space-sci-fi-presentation-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=space-sci-fi-presentation-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">This is a perfect choice for technology companies, science fiction writers, space enthusiasts and much more.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-01-24 12:57:45\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:86:\"How to Transport Your Visitors to Another Time or Place with Layered Images [Tutorial]\";s:9:\"guide_url\";s:119:\"https://www.sliderrevolution.com/tutorials/how-to-transport-your-visitors-to-another-time-or-place-with-layered-images/\";s:9:\"guide_img\";s:49:\"tutorial/space-and-sci-fi-presentation-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:661;a:24:{s:2:\"id\";s:3:\"706\";s:5:\"title\";s:21:\"Claymorphism Carousel\";s:5:\"alias\";s:21:\"Claymorphism-Carousel\";s:3:\"zip\";s:25:\"Claymorphism-Carousel.zip\";s:3:\"uid\";s:32:\"8faec9adf09737acd8efdad7a1ccb673\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";s:7:\"preview\";s:155:\"https://www.sliderrevolution.com/templates/claymorphism-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=claymorphism-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.6.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:195:\"<span class=\"ttm_content\">The Claymorphism Carousel template for Slider Revolution is a visually striking slider that features the unique claymorphism style.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-01-24 13:01:22\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Create a 3D Space for Your Portfolio Highlight Reel [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-space-for-your-portfolio-highlight-reel/\";s:9:\"guide_img\";s:37:\"tutorial/startup-website-template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:662;a:24:{s:2:\"id\";s:3:\"707\";s:5:\"title\";s:24:\"404 Page Hero Collection\";s:5:\"alias\";s:24:\"404-page-hero-collection\";s:3:\"zip\";s:28:\"404-page-hero-collection.zip\";s:3:\"uid\";s:32:\"a614db3d61935fdf249d7de2ff1f2d8f\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/404-page-hero-collection/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=404-page-hero-collection\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:212:\"<span class=\"ttm_content\">With the 404 Page Hero Collection template for Slider Revolution, you have several creative solutions at your disposal, to make your 404 page shine!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:28:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:663;a:24:{s:2:\"id\";s:3:\"708\";s:5:\"title\";s:32:\"Furniture Store Isometric Slider\";s:5:\"alias\";s:32:\"furniture-store-isometric-slider\";s:3:\"zip\";s:36:\"furniture-store-isometric-slider.zip\";s:3:\"uid\";s:32:\"385f8e4dac9f84ea72388f656b200251\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/furniture-store-isometric-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=furniture-store-isometric-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A furniture store slider template with stunning and versatile visuals! With bold and beautiful 3D isometric graphics, it\'s the perfect way to showcase modern furniture pieces and room designs.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-02-22 16:35:11\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:664;a:27:{s:2:\"id\";s:3:\"709\";s:5:\"title\";s:36:\"Woodworking Website Template Package\";s:5:\"alias\";s:36:\"woodworking-website-template-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"woodworking-website-template-package\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 10:54:05\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:665;a:27:{s:2:\"id\";s:3:\"710\";s:5:\"title\";s:22:\"Wood Art One Page Hero\";s:5:\"alias\";s:22:\"wood-art-one-page-hero\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-hero.zip\";s:3:\"uid\";s:32:\"4236270d46058389ddb032f6c68d63dc\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:15:10\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:666;a:27:{s:2:\"id\";s:3:\"711\";s:5:\"title\";s:23:\"Wood Art One Page About\";s:5:\"alias\";s:23:\"wood-art-one-page-about\";s:3:\"zip\";s:33:\"packs/wood-art-one-page-about.zip\";s:3:\"uid\";s:32:\"c14fe92fa107d914dab4826681db8d1d\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:19:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:667;a:27:{s:2:\"id\";s:3:\"712\";s:5:\"title\";s:22:\"Wood Art One Page Work\";s:5:\"alias\";s:22:\"wood-art-one-page-work\";s:3:\"zip\";s:32:\"packs/wood-art-one-page-work.zip\";s:3:\"uid\";s:32:\"a5d98ff9e7ecc52e9c8f5cb69e13fab9\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-03-15 11:23:03\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:668;a:27:{s:2:\"id\";s:3:\"713\";s:5:\"title\";s:30:\"Wood Art One Page Testimonials\";s:5:\"alias\";s:30:\"wood-art-one-page-testimonials\";s:3:\"zip\";s:40:\"packs/wood-art-one-page-testimonials.zip\";s:3:\"uid\";s:32:\"10cc4a93223c739cdd72a6f29ddfdbdc\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:32:12\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:669;a:27:{s:2:\"id\";s:3:\"714\";s:5:\"title\";s:24:\"Wood Art One Page Events\";s:5:\"alias\";s:24:\"wood-art-one-page-events\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-events.zip\";s:3:\"uid\";s:32:\"caf1318cca92472611d1bff75de2834e\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:35:58\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:670;a:27:{s:2:\"id\";s:3:\"715\";s:5:\"title\";s:24:\"Wood Art One Page Footer\";s:5:\"alias\";s:24:\"wood-art-one-page-footer\";s:3:\"zip\";s:34:\"packs/wood-art-one-page-footer.zip\";s:3:\"uid\";s:32:\"096eb58a1bdc1da5f228ee26f44cc35e\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-15 11:38:37\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:671;a:27:{s:2:\"id\";s:3:\"716\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 1\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery1\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery1.zip\";s:3:\"uid\";s:32:\"9692c155e32743e6ad5656ff98fc1854\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></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:\"2023-03-15 11:43:14\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:672;a:27:{s:2:\"id\";s:3:\"717\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 2\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery2\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery2.zip\";s:3:\"uid\";s:32:\"63487dd51eb68d1f748cbdc01d1659aa\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></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:\"2023-03-15 11:46:52\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:673;a:27:{s:2:\"id\";s:3:\"718\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 3\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery3\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery3.zip\";s:3:\"uid\";s:32:\"4d907965c605272fdb037aadd150e533\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></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:\"2023-03-15 11:49:44\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:674;a:27:{s:2:\"id\";s:3:\"719\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 4\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery4\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery4.zip\";s:3:\"uid\";s:32:\"1ea74ff7001db07847cb98f505f62569\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></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:\"2023-03-15 11:53:19\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:675;a:27:{s:2:\"id\";s:3:\"720\";s:5:\"title\";s:27:\"Wood Art One Page Gallery 5\";s:5:\"alias\";s:26:\"wood-art-one-page-gallery5\";s:3:\"zip\";s:36:\"packs/wood-art-one-page-gallery5.zip\";s:3:\"uid\";s:32:\"f7c9b11f559f69fb2fdff1ca96ff9c4d\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";s:7:\"preview\";s:169:\"https://www.sliderrevolution.com/templates/woodworking-website-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=woodworking-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:434:\"<span class=\"ttm_content\">A beautifully crafted, user-friendly, and visually stunning template that is perfect for both professional woodworkers and woodworking enthusiasts alike. This template has been meticulously designed to showcase your skills, projects, and products in a captivating and engaging manner, allowing you to create an online presence that truly stands out from the competition.</span><span class=\"ttm_space\"></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:\"2023-03-15 11:56:28\";s:7:\"package\";s:36:\"Woodworking Website Template Package\";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:11:\"guide_title\";s:70:\"How to Create a 3D Product Carousel for Your eCommerce Site [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-3d-product-carousel-for-your-ecommerce-site/\";s:9:\"guide_img\";s:41:\"tutorial/Woodworking-Website-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"61\";s:9:\"installed\";b:0;}i:676;a:24:{s:2:\"id\";s:3:\"721\";s:5:\"title\";s:35:\"Hero Template With Cursor Animation\";s:5:\"alias\";s:35:\"Hero-Template-With-Cursor-Animation\";s:3:\"zip\";s:39:\"Hero-Template-With-Cursor-Animation.zip\";s:3:\"uid\";s:32:\"a0b666db728eb8585980a43443fb30bf\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";s:7:\"preview\";s:183:\"https://www.sliderrevolution.com/templates/hero-template-with-cursor-animation/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-template-with-cursor-animation\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Elevate your website with our hero template that features a captivating cursor animation. Perfect for any website design project.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-03-28 11:18:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:65:\"How to Create a Mesmerizing Effect for Your Hero Image [Tutorial]\";s:9:\"guide_url\";s:98:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-mesmerizing-effect-for-your-hero-image/\";s:9:\"guide_img\";s:48:\"tutorial/Hero-Template-With-Cursor-Animation.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:677;a:25:{s:2:\"id\";s:3:\"722\";s:5:\"title\";s:26:\"Modern Hair Salon Showcase\";s:5:\"alias\";s:28:\"futuristic-hairstyles-slider\";s:3:\"zip\";s:32:\"futuristic-hairstyles-slider.zip\";s:3:\"uid\";s:32:\"29d22b07310f9f2a9e504f565bca3864\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide1.jpg\";s:7:\"preview\";s:165:\"https://www.sliderrevolution.com/templates/modern-hair-salon-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=modern-hair-salon-showcase\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:331:\"<span class=\"ttm_content\">Showcase your salon\'s unique services, talented stylists, and stunning transformations with high-quality images, videos, and testimonials. Engage your audience with interactive sliders, sleek animations, and an intuitive design that highlights your salon\'s expertise.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-04-17 11:43:56\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"A Creative Way to Display Different Options and Offerings on Your Site [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/a-creative-way-to-display-different-options-and-offerings-on-your-site/\";s:9:\"guide_img\";s:41:\"tutorial/futuristic-hairstyles-slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:678;a:28:{s:2:\"id\";s:3:\"723\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 1\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-1\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-1.zip\";s:3:\"uid\";s:32:\"28ab921107c8748e1f67185448e4488c\";s:3:\"img\";s:39:\"instagram-gallery-carousel-1/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 11:49:21\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";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:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:679;a:28:{s:2:\"id\";s:3:\"724\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 2\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-2\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-2.zip\";s:3:\"uid\";s:32:\"b6508dd2b1621eb44fc191906712730a\";s:3:\"img\";s:39:\"instagram-gallery-carousel-2/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 11:59:00\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";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:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:680;a:28:{s:2:\"id\";s:3:\"725\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 3\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-3\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-3.zip\";s:3:\"uid\";s:32:\"bbddb7776d56f9417a5aa1ffd336580c\";s:3:\"img\";s:39:\"instagram-gallery-carousel-3/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 12:00:51\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";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:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:681;a:28:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:28:\"Instagram Gallery Carousel 4\";s:5:\"alias\";s:28:\"instagram-gallery-carousel-4\";s:3:\"zip\";s:32:\"instagram-gallery-carousel-4.zip\";s:3:\"uid\";s:32:\"191c6f2fc6b1b4d922ac59df22637f04\";s:3:\"img\";s:39:\"instagram-gallery-carousel-4/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-04-17 12:02:42\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";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:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:682;a:28:{s:2:\"id\";s:3:\"727\";s:5:\"title\";s:31:\"Instagram Gallery Carousel Pack\";s:5:\"alias\";s:31:\"instagram-gallery-carousel-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"instagram-gallery-carousel-pack\";s:3:\"img\";s:39:\"packages/Instagram-Gallery-Carousel.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/wordpress-image-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=wordpress-image-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.12\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">Effortlessly blend your website\'s visual content with your vibrant Instagram feed in a sleek, responsive carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-03 08:57:11\";s:7:\"package\";s:31:\"Instagram Gallery Carousel Pack\";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:11:\"guide_title\";s:70:\"How to Uniquely Display Your Instagram Feed on Your Website [Tutorial]\";s:9:\"guide_url\";s:103:\"https://www.sliderrevolution.com/tutorials/how-to-uniquely-display-your-instagram-feed-on-your-website/\";s:9:\"guide_img\";s:44:\"tutorial/Instagram-Gallery-Carousel-Pack.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"62\";s:9:\"installed\";b:0;}i:683;a:25:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:29:\"Storytelling Website Template\";s:5:\"alias\";s:29:\"Storytelling-Website-Template\";s:3:\"zip\";s:33:\"Storytelling-Website-Template.zip\";s:3:\"uid\";s:32:\"43a1d7c46025ab8f0b9fc49837f068de\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide1.jpg\";s:7:\"preview\";s:170:\"https://www.sliderrevolution.com/templates/storytelling-website-template?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=storytelling-website-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">The ultimate solution to captivate your audience with immersive and interactive storytelling experiences.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2023-05-04 12:49:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:684;a:28:{s:2:\"id\";s:3:\"729\";s:5:\"title\";s:32:\"Generative AI Wordpress Template\";s:5:\"alias\";s:32:\"generative-ai-wordpress-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"generative-ai-wordpress-template\";s:3:\"img\";s:45:\"packages/Generative-AI-Wordpress-Template.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:535:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-05-19 11:03:15\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:685;a:28:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:9:\"G AI Hero\";s:5:\"alias\";s:9:\"G-AI-Hero\";s:3:\"zip\";s:19:\"packs/G-AI-Hero.zip\";s:3:\"uid\";s:32:\"bddbaf321d5e7fd3c46ad3cf7b684934\";s:3:\"img\";s:20:\"G-AI-Hero/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:06:43\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:686;a:28:{s:2:\"id\";s:3:\"731\";s:5:\"title\";s:10:\"G AI Intro\";s:5:\"alias\";s:10:\"G-AI-Intro\";s:3:\"zip\";s:20:\"packs/G-AI-Intro.zip\";s:3:\"uid\";s:32:\"c260d21743606248a98ebc9fe0f7daa0\";s:3:\"img\";s:21:\"G-AI-Intro/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:09:41\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:687;a:28:{s:2:\"id\";s:3:\"732\";s:5:\"title\";s:10:\"G AI Logos\";s:5:\"alias\";s:10:\"G-AI-Logos\";s:3:\"zip\";s:20:\"packs/G-AI-Logos.zip\";s:3:\"uid\";s:32:\"5e701af3844551f18cf4d45a6853cedd\";s:3:\"img\";s:21:\"G-AI-Logos/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:12:16\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:688;a:28:{s:2:\"id\";s:3:\"733\";s:5:\"title\";s:11:\"G AI Images\";s:5:\"alias\";s:11:\"G-AI-Images\";s:3:\"zip\";s:21:\"packs/G-AI-Images.zip\";s:3:\"uid\";s:32:\"8862e4e3ce5c3d67f80809d892df54f5\";s:3:\"img\";s:22:\"G-AI-Images/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:14:32\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:689;a:28:{s:2:\"id\";s:3:\"734\";s:5:\"title\";s:9:\"G AI Copy\";s:5:\"alias\";s:9:\"G-AI-Copy\";s:3:\"zip\";s:19:\"packs/G-AI-Copy.zip\";s:3:\"uid\";s:32:\"067c9615856d2ec6be31b066d82c2306\";s:3:\"img\";s:20:\"G-AI-Copy/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:17:03\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:690;a:28:{s:2:\"id\";s:3:\"735\";s:5:\"title\";s:10:\"G AI Tools\";s:5:\"alias\";s:10:\"G-AI-Tools\";s:3:\"zip\";s:20:\"packs/G-AI-Tools.zip\";s:3:\"uid\";s:32:\"23805fec299a8ca82659c030a4f16ce5\";s:3:\"img\";s:21:\"G-AI-Tools/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";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:\"2023-05-19 11:18:36\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:691;a:28:{s:2:\"id\";s:3:\"736\";s:5:\"title\";s:10:\"G AI Cases\";s:5:\"alias\";s:10:\"G-AI-Cases\";s:3:\"zip\";s:20:\"packs/G-AI-Cases.zip\";s:3:\"uid\";s:32:\"7b474fb1cbc351d00732a51524cc0ae0\";s:3:\"img\";s:21:\"G-AI-Cases/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:22:41\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:692;a:28:{s:2:\"id\";s:3:\"737\";s:5:\"title\";s:18:\"G AI Gallery Title\";s:5:\"alias\";s:18:\"G-AI-Gallery-Title\";s:3:\"zip\";s:28:\"packs/G-AI-Gallery-Title.zip\";s:3:\"uid\";s:32:\"6e28c3f7027e58537782b95d0290b16e\";s:3:\"img\";s:29:\"G-AI-Gallery-Title/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2023-05-19 11:24:20\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:693;a:28:{s:2:\"id\";s:3:\"738\";s:5:\"title\";s:12:\"G AI Gallery\";s:5:\"alias\";s:12:\"G-AI-Gallery\";s:3:\"zip\";s:22:\"packs/G-AI-Gallery.zip\";s:3:\"uid\";s:32:\"9ce2e0db0c4af129329b42169133de12\";s:3:\"img\";s:23:\"G-AI-Gallery/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:26:02\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:694;a:28:{s:2:\"id\";s:3:\"739\";s:5:\"title\";s:17:\"G AI Testimonials\";s:5:\"alias\";s:17:\"G-AI-Testimonials\";s:3:\"zip\";s:27:\"packs/G-AI-Testimonials.zip\";s:3:\"uid\";s:32:\"2bdff749f895cf484919fa379daa4ce1\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:29:00\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:695;a:28:{s:2:\"id\";s:3:\"740\";s:5:\"title\";s:11:\"G AI Footer\";s:5:\"alias\";s:11:\"G-AI-Footer\";s:3:\"zip\";s:21:\"packs/G-AI-Footer.zip\";s:3:\"uid\";s:32:\"756676ee2fb920253d84e0558b9e5c43\";s:3:\"img\";s:22:\"G-AI-Footer/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/generative-ai-wordpress-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=generative-ai-wordpress-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.13\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:332:\"<span class=\"ttm_content\">Introducing the Generative AI WordPress template, exclusively available on Slider Revolution. Elevate your online presence and captivate your audience with captivating visuals and dynamic content. Embrace the future of design with the Generative AI WordPress template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-05-19 11:31:24\";s:7:\"package\";s:40:\"Generative AI Wordpress Template Package\";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:11:\"guide_title\";s:74:\"How to Create a Video Reel That Impresses Your Website Visitors [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-video-reel-that-impresses-your-website-visitors/\";s:9:\"guide_img\";s:45:\"tutorial/Generative-AI-Wordpress-Template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"63\";s:9:\"installed\";b:0;}i:696;a:28:{s:2:\"id\";s:3:\"741\";s:5:\"title\";s:23:\"Visual Design One-Pager\";s:5:\"alias\";s:23:\"visual-design-one-pager\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"visual-design-one-pager\";s:3:\"img\";s:36:\"packages/Visual-Design-One-Pager.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:01:18\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";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:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:697;a:28:{s:2:\"id\";s:3:\"742\";s:5:\"title\";s:20:\"Visual Designer Menu\";s:5:\"alias\";s:20:\"visual-designer-menu\";s:3:\"zip\";s:30:\"packs/visual-designer-menu.zip\";s:3:\"uid\";s:32:\"5c5177905993ce5e7919d1360f0a264b\";s:3:\"img\";s:31:\"visual-designer-menu/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2023-06-05 13:04:41\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";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:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:698;a:28:{s:2:\"id\";s:3:\"743\";s:5:\"title\";s:22:\"Visual Designer Slider\";s:5:\"alias\";s:22:\"visual-designer-slider\";s:3:\"zip\";s:32:\"packs/visual-designer-slider.zip\";s:3:\"uid\";s:32:\"9a48f4a2546c87d311f692aa1a2d70a4\";s:3:\"img\";s:33:\"visual-designer-slider/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:06:26\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";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:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:699;a:28:{s:2:\"id\";s:3:\"744\";s:5:\"title\";s:25:\"Visual Designer Portfolio\";s:5:\"alias\";s:25:\"Visual-Designer-Portfolio\";s:3:\"zip\";s:35:\"packs/Visual-Designer-Portfolio.zip\";s:3:\"uid\";s:32:\"d53dbb86df1fca5ac940eb98a045b7f7\";s:3:\"img\";s:36:\"Visual-Designer-Portfolio/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-05 13:08:57\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";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:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:700;a:27:{s:2:\"id\";s:3:\"745\";s:5:\"title\";s:21:\"Visual Designer About\";s:5:\"alias\";s:21:\"Visual-Designer-About\";s:3:\"zip\";s:31:\"packs/Visual-Designer-About.zip\";s:3:\"uid\";s:32:\"0968eb1bf48e95ddccc9fb7555752099\";s:3:\"img\";s:32:\"Visual-Designer-About/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:10:45\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";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:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:701;a:28:{s:2:\"id\";s:3:\"746\";s:5:\"title\";s:22:\"Visual Designer Footer\";s:5:\"alias\";s:22:\"visual-designer-footer\";s:3:\"zip\";s:32:\"packs/visual-designer-footer.zip\";s:3:\"uid\";s:32:\"e6027c38009d73cf8ddaeb70ea48d8a8\";s:3:\"img\";s:33:\"visual-designer-footer/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:12:21\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";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:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:702;a:28:{s:2:\"id\";s:3:\"747\";s:5:\"title\";s:27:\"Visual Designer Detail View\";s:5:\"alias\";s:27:\"Visual-Designer-Detail-View\";s:3:\"zip\";s:37:\"packs/Visual-Designer-Detail-View.zip\";s:3:\"uid\";s:32:\"1faa6ce0fc43a08f3800acace5eb2925\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/visual-design-one-page-portfolio-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=visual-design-one-page-portfolio-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">Whether you are a web designer, AI artist, 3D designer, digital illustrator, UI/UX designer, or photographer, this template is designed to showcase your work in the most impressive way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2023-06-05 13:14:05\";s:7:\"package\";s:31:\"Visual Design One-Pager Package\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:44:\"Page Portfolio Site in Just Hours [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-one-page-portfolio-site-in-just-hours/\";s:9:\"guide_img\";s:36:\"tutorial/Visual-Design-One-Pager.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"64\";s:9:\"installed\";b:0;}i:703;a:25:{s:2:\"id\";s:3:\"748\";s:5:\"title\";s:24:\"Online Watch Shop Slider\";s:5:\"alias\";s:24:\"online-watch-shop-slider\";s:3:\"zip\";s:28:\"online-watch-shop-slider.zip\";s:3:\"uid\";s:32:\"bbe52119b342d63ead804a91e2ade96d\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide1.jpg\";s:7:\"preview\";s:161:\"https://www.sliderrevolution.com/templates/online-watch-shop-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=online-watch-shop-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:524:\"<span class=\"ttm_content\">The \"Online Watch Shop Slider\" is a stunning design tailored specifically for watch retailers and enthusiasts. With its sleek and modern layout, this template allows you to showcase your collection of timepieces in a visually captivating manner. Featuring smooth transitions and customizable slides, this template provides a seamless browsing experience for your customers, making it an ideal choice for online watch shops aiming to leave a lasting impression.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-12 08:36:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:80:\"How to Create a Product Comparison Slider for Your Shop’s Home Page [Tutorial]\";s:9:\"guide_url\";s:111:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-product-comparison-slider-for-your-shop-s-home-page/\";s:9:\"guide_img\";s:37:\"tutorial/Online-Watch-Shop-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:704;a:25:{s:2:\"id\";s:3:\"749\";s:5:\"title\";s:31:\"Brewery Website Slider Template\";s:5:\"alias\";s:31:\"Brewery-Website-Slider-Template\";s:3:\"zip\";s:35:\"Brewery-Website-Slider-Template.zip\";s:3:\"uid\";s:32:\"bcf9213d1ba9c2c41382433c124adf30\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/brewery-website-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=brewery-website-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:421:\"<span class=\"ttm_content\">The Brewery Website Slider Template offers a visually appealing and versatile design, perfect for showcasing the unique offerings of any brewery. With its captivating imagery, smooth transitions, and customizable elements, this template creates an engaging experience that entices visitors to explore the brewery\'s story and discover its exceptional brews. </span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-23 11:27:46\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:61:\"How to Market Drink Products with a Stylish Slider [Tutorial]\";s:9:\"guide_url\";s:94:\"https://www.sliderrevolution.com/tutorials/how-to-market-drink-products-with-a-stylish-slider/\";s:9:\"guide_img\";s:44:\"tutorial/Brewery-Website-Slider-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:705;a:26:{s:2:\"id\";s:3:\"750\";s:5:\"title\";s:40:\"Hero Slider with Midjourney Image Effect\";s:5:\"alias\";s:40:\"Hero-Slider-with-Midjourney-Image-Effect\";s:3:\"zip\";s:44:\"Hero-Slider-with-Midjourney-Image-Effect.zip\";s:3:\"uid\";s:32:\"45db238a0a64622e4d39f1993106d5e6\";s:3:\"img\";s:51:\"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg\";s:7:\"preview\";s:193:\"https://www.sliderrevolution.com/templates/hero-slider-with-midjourney-image-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=hero-slider-with-midjourney-image-effect\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:427:\"<span class=\"ttm_content\">Experience the magic of our new Hero Slider template, featuring the innovative Midjourney Image Effect. This unique template brings the style of an action movie poster to your website, offering an interactive intro that iss sure to captivate visitors. The Midjourney Image sequence, with its subtle variations, adds a dynamic touch, making your website stand out.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-06-28 13:47:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:83:\"How to Design a High Impact Image for Your Fitness Website’s Home Page [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-high-impact-image-for-your-fitness-website-s-home-page/\";s:9:\"guide_img\";s:53:\"tutorial/Hero-Slider-with-Midjourney-Image-Effect.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:706;a:25:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:31:\"Highlight Hero Section Template\";s:5:\"alias\";s:31:\"Highlight-Hero-Section-Template\";s:3:\"zip\";s:35:\"Highlight-Hero-Section-Template.zip\";s:3:\"uid\";s:32:\"e16c375827f3c54cdd224ef612e3e31a\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/highlight-hero-section-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=highlight-hero-section-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:334:\"<span class=\"ttm_content\">Introducing the Highlight Hero Section Template for Slider Revolution. Make a bold first impression with stunning visuals and seamless animations. Customize every aspect effortlessly and engage your visitors instantly. Elevate your website with this remarkable template.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-07-06 10:07:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:79:\"How to Attract Customers to Your Store with a Highlight Hero Section [Tutorial]\";s:9:\"guide_url\";s:112:\"https://www.sliderrevolution.com/tutorials/how-to-attract-customers-to-your-store-with-a-highlight-hero-section/\";s:9:\"guide_img\";s:44:\"tutorial/Highlight-Hero-Section-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:707;a:25:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:36:\"Samurai Fullscreen Carousel Template\";s:5:\"alias\";s:36:\"Samurai-Fullscreen-Carousel-Template\";s:3:\"zip\";s:40:\"Samurai-Fullscreen-Carousel-Template.zip\";s:3:\"uid\";s:32:\"8b5c5483aa54c09be24bb18a20ec98a5\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide1.jpg\";s:7:\"preview\";s:185:\"https://www.sliderrevolution.com/templates/samurai-fullscreen-carousel-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=samurai-fullscreen-carousel-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.14\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:318:\"<span class=\"ttm_content\">Experience the power of our Samurai Fullscreen Carousel Template. With large, bold captions, call-to-action buttons, and tab navigation, it iss a visual feast. Seamlessly pan across a panorama of samurai warriors, thanks to Midjourneys new \"pan\" feature.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-07-10 12:21:25\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:64:\"How to Create a Beautiful Fullscreen Product Carousel [Tutorial]\";s:9:\"guide_url\";s:97:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-beautiful-fullscreen-product-carousel/\";s:9:\"guide_img\";s:49:\"tutorial/Samurai-Fullscreen-Carousel-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:708;a:28:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:32:\"Surf Scroll Based Story Template\";s:5:\"alias\";s:32:\"surf-scroll-based-story-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"surf-scroll-based-story-template\";s:3:\"img\";s:45:\"packages/surf-scroll-based-story-template.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:45:39\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";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:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:709;a:28:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:18:\"Surf Template Logo\";s:5:\"alias\";s:18:\"Surf-Template-Logo\";s:3:\"zip\";s:28:\"packs/Surf-Template-Logo.zip\";s:3:\"uid\";s:32:\"8bf655d46efa183455bffc8ea5ddd18f\";s:3:\"img\";s:29:\"Surf-Template-Logo/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";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:\"2023-08-04 10:48:52\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";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:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:710;a:28:{s:2:\"id\";s:3:\"755\";s:5:\"title\";s:15:\"Surf Template 1\";s:5:\"alias\";s:15:\"Surf-Template-1\";s:3:\"zip\";s:25:\"packs/Surf-Template-1.zip\";s:3:\"uid\";s:32:\"4a532d7cbbe52544f41a6a81023a3879\";s:3:\"img\";s:26:\"Surf-Template-1/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:52:16\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";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:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:711;a:28:{s:2:\"id\";s:3:\"756\";s:5:\"title\";s:15:\"Surf Template 2\";s:5:\"alias\";s:15:\"Surf-Template-2\";s:3:\"zip\";s:25:\"packs/Surf-Template-2.zip\";s:3:\"uid\";s:32:\"7d76218ed2d5144b9dcc0669bb3e346a\";s:3:\"img\";s:26:\"Surf-Template-2/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:54:13\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";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:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:712;a:28:{s:2:\"id\";s:3:\"757\";s:5:\"title\";s:15:\"Surf Template 3\";s:5:\"alias\";s:15:\"Surf-Template-3\";s:3:\"zip\";s:25:\"packs/Surf-Template-3.zip\";s:3:\"uid\";s:32:\"a42b54df91b2c3987bbe22280c26b40d\";s:3:\"img\";s:26:\"Surf-Template-3/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:56:13\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";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:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:713;a:28:{s:2:\"id\";s:3:\"758\";s:5:\"title\";s:15:\"Surf Template 4\";s:5:\"alias\";s:15:\"Surf-Template-4\";s:3:\"zip\";s:25:\"packs/Surf-Template-4.zip\";s:3:\"uid\";s:32:\"017fb0dca11e63421427315718464823\";s:3:\"img\";s:26:\"Surf-Template-4/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/surf-scroll-based-story-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=surf-scroll-based-story-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:298:\"<span class=\"ttm_content\">Dive into the world of immersive storytelling with the \"Surf Scroll Based Story Template\" for Slider Revolution! Take your website visitors on an unforgettable journey through the waves of creativity and engage them like never before.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-04 10:58:06\";s:7:\"package\";s:40:\"Surf Scroll Based Story Template Package\";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:11:\"guide_title\";s:82:\"How to Use Lifestyle Imagery to Shape Your eCommerce Brand’s Identity [Tutorial]\";s:9:\"guide_url\";s:113:\"https://www.sliderrevolution.com/tutorials/how-to-use-lifestyle-imagery-to-shape-your-ecommerce-brand-s-identity/\";s:9:\"guide_img\";s:45:\"tutorial/surf-scroll-based-story-template.png\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"65\";s:9:\"installed\";b:0;}i:714;a:25:{s:2:\"id\";s:3:\"759\";s:5:\"title\";s:33:\"50/50 Split Screen Website Design\";s:5:\"alias\";s:33:\"50-50-Split-Screen-Website-Design\";s:3:\"zip\";s:37:\"50-50-Split-Screen-Website-Design.zip\";s:3:\"uid\";s:32:\"e524d518ac23d3f408fca3caddf2dac3\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide1.jpg\";s:7:\"preview\";s:167:\"https://www.sliderrevolution.com/templates/split-screen-website-design/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=split-screen-website-design\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:442:\"<span class=\"ttm_content\">Introducing the 50/50 Split Screen Website Design template: A dynamic showcase that seamlessly balances content and visuals. With a sleek half-and-half layout, captivate your audience with contrasting elements while delivering a clear and engaging message. Customize effortlessly and elevate your web presence with this modern, user-friendly design, only with Slider Revolution.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-08 12:22:38\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:71:\"How to Design a Unique Split Screen Layout for Your Homepage [Tutorial]\";s:9:\"guide_url\";s:104:\"https://www.sliderrevolution.com/tutorials/how-to-design-a-unique-split-screen-layout-for-your-homepage/\";s:9:\"guide_img\";s:46:\"tutorial/50-50-Split-Screen-Website-Design.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:715;a:25:{s:2:\"id\";s:3:\"760\";s:5:\"title\";s:33:\"Food Presentation Template Slider\";s:5:\"alias\";s:33:\"Food-Presentation-Template-Slider\";s:3:\"zip\";s:37:\"Food-Presentation-Template-Slider.zip\";s:3:\"uid\";s:32:\"7ebe00aee026ff7baeffaad909e6ee24\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide1.jpg\";s:7:\"preview\";s:179:\"https://www.sliderrevolution.com/templates/food-presentation-template-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=food-presentation-template-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:422:\"<span class=\"ttm_content\">Unveil the essence of your cuisine with the \"Food Presentation Template Slider.\" Elevate your dishes through seamless transitions, vibrant imagery, and enticing descriptions in this captivating slider. Engage your audience, tantalize their taste buds, and showcase your culinary artistry effortlessly. Now available in the Slider Revolution template library.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-18 11:56:17\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:76:\"How to Create a Classy Product Slider for Your Shop’s Home Page [Tutorial]\";s:9:\"guide_url\";s:107:\"https://www.sliderrevolution.com/tutorials/how-to-create-a-classy-product-slider-for-your-shop-s-home-page/\";s:9:\"guide_img\";s:46:\"tutorial/Food-Presentation-Template-Slider.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:716;a:25:{s:2:\"id\";s:3:\"761\";s:5:\"title\";s:38:\"FutureSight Digital Marketing Template\";s:5:\"alias\";s:38:\"FutureSight-Digital-Marketing-Template\";s:3:\"zip\";s:42:\"FutureSight-Digital-Marketing-Template.zip\";s:3:\"uid\";s:32:\"9bfd6be89aca94230967563d61b796b3\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide1.jpg\";s:7:\"preview\";s:189:\"https://www.sliderrevolution.com/templates/futuresight-digital-marketing-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=futuresight-digital-marketing-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.15\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:276:\"<span class=\"ttm_content\">Embrace the future with FutureSight - a template designed for visionary marketers. Its sleek design, combined with dynamic animations, offers a seamless user experience. Perfect for agencies aiming for the stars.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-08-23 10:38:17\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:81:\"How to Create an Eye-Catching Hero with Gradients and Particle Effects [Tutorial]\";s:9:\"guide_url\";s:114:\"https://www.sliderrevolution.com/tutorials/how-to-create-an-eye-catching-hero-with-gradients-and-particle-effects/\";s:9:\"guide_img\";s:51:\"tutorial/FutureSight-Digital-Marketing-Template.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:717;a:25:{s:2:\"id\";s:3:\"762\";s:5:\"title\";s:40:\"Starry Night Parallax Zoom Effect Slider\";s:5:\"alias\";s:40:\"Starry-Night-Parallax-Zoom-Effect-Slider\";s:3:\"zip\";s:44:\"Starry-Night-Parallax-Zoom-Effect-Slider.zip\";s:3:\"uid\";s:32:\"dd0a9034a10397ba5b0b76fb8d7e203c\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide1.jpg\";s:7:\"preview\";s:193:\"https://www.sliderrevolution.com/templates/starry-night-parallax-zoom-effect-slider/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=starry-night-parallax-zoom-effect-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:498:\"<span class=\"ttm_content\">The \"Starry Night Parallax Zoom Effect Slider\" is a captivating template that transforms your website slider into a mesmerizing journey through a celestial dreamscape. With stunning parallax and zoom effects, it immerses your audience in a starry night sky, creating a visually stunning and engaging user experience that will leave a lasting impression. Perfect for showcasing your content or products with a touch of celestial magic.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-09-13 11:16:06\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:718;a:25:{s:2:\"id\";s:3:\"763\";s:5:\"title\";s:44:\"Beyond The Void Parallax Hero With Particles\";s:5:\"alias\";s:15:\"beyond-the-void\";s:3:\"zip\";s:19:\"beyond-the-void.zip\";s:3:\"uid\";s:32:\"c7f47a117b31c76d7f3ad52440abed86\";s:3:\"img\";s:26:\"beyond-the-void/slide1.jpg\";s:7:\"preview\";s:201:\"https://www.sliderrevolution.com/templates/beyond-the-void-parallax-hero-with-particles/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=beyond-the-void-parallax-hero-with-particles\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:384:\"<span class=\"ttm_content\">Journey beyond the stars with our latest template. An astronaut, after landing on a distant asteroid, unveils an alien anomaly. This parallax hero design, reminiscent of a cinematic sci-fi poster, promises a visual treat. \"Beyond the stars, he found the unknown. Now it is coming home.\" Experience the magic of the void.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:10:\"Special FX\";}s:14:\"plugin_require\";s:357:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-09-19 14:42:06\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:69:\"How to Enhance Your Hero Image Design with Special Effects [Tutorial]\";s:9:\"guide_url\";s:102:\"https://www.sliderrevolution.com/tutorials/how-to-enhance-your-hero-image-design-with-special-effects/\";s:9:\"guide_img\";s:28:\"tutorial/beyond-the-void.png\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:719;a:25:{s:2:\"id\";s:3:\"764\";s:5:\"title\";s:46:\"Extravaganza Ecommerce Product Carousel Static\";s:5:\"alias\";s:33:\"Static-Ecommerce-Product-Carousel\";s:3:\"zip\";s:37:\"Static-Ecommerce-Product-Carousel.zip\";s:3:\"uid\";s:32:\"6bb030f4419e247edfaf94478aa6578e\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/extravaganza-ecommerce-product-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=extravaganza-ecommerce-product-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2023-10-04 11:56:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:720;a:25:{s:2:\"id\";s:3:\"765\";s:5:\"title\";s:43:\"Extravaganza Ecommerce Product Carousel Woo\";s:5:\"alias\";s:30:\"woo-ecommerce-product-carousel\";s:3:\"zip\";s:34:\"woo-ecommerce-product-carousel.zip\";s:3:\"uid\";s:32:\"51b63bf649fdff61634fe888f51ddb4d\";s:3:\"img\";s:41:\"woo-ecommerce-product-carousel/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/extravaganza-ecommerce-product-carousel/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=extravaganza-ecommerce-product-carousel\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:372:\"<span class=\"ttm_content\">Step up your online store with the Extravaganza Ecommerce Product Carousel. Crafted for the contemporary shop, it flaunts products in their full glory, enveloped in a dark, sleek aesthetic. There is a WooCommerce version and a static version available, which you can adapt to work with any WordPress website.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";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:\"2023-10-04 12:00:08\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:721;a:25:{s:2:\"id\";s:3:\"766\";s:5:\"title\";s:31:\"Serenity Hero With Focus Effect\";s:5:\"alias\";s:31:\"Serenity-Hero-With-Focus-Effect\";s:3:\"zip\";s:35:\"Serenity-Hero-With-Focus-Effect.zip\";s:3:\"uid\";s:32:\"f0c6d9090236c20b1d7536aedc3d8cf8\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide1.jpg\";s:7:\"preview\";s:175:\"https://www.sliderrevolution.com/templates/serenity-hero-with-focus-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=serenity-hero-with-focus-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.16\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:578:\"<span class=\"ttm_content\">Enhance your websites visual appeal with the \"Serenity Hero With Focus Effect\" Slider Revolution template. This mesmerizing slider seamlessly combines tranquil backgrounds with dynamic focus effects, guiding your audiences attention to vital elements of your content. Impress with engaging animations, ensure responsive design across all devices, and customize effortlessly to match your brands style. Create a captivating user experience that converts visitors into devoted followers with this exceptional slider.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-10-04 12:03:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:722;a:25:{s:2:\"id\";s:3:\"767\";s:5:\"title\";s:29:\"OakGrove Wine Slider Template\";s:5:\"alias\";s:29:\"OakGrove-Wine-Slider-Template\";s:3:\"zip\";s:33:\"OakGrove-Wine-Slider-Template.zip\";s:3:\"uid\";s:32:\"151ae1d2e6e7b84873f8b62ba57f829c\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide1.jpg\";s:7:\"preview\";s:171:\"https://www.sliderrevolution.com/templates/oakgrove-wine-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=oakgrove-wine-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:421:\"<span class=\"ttm_content\">Unveil the allure of your wines with the \"OakGrove Wine Slider Template.\" Infused with rustic elegance and smooth transitions, this template offers a captivating journey through your vineyards legacy. Whether you are a boutique winery or an established vineyard, this slider is the ideal tool to showcase your finest vintages and unique tasting experiences.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-03 15:34:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:723;a:25:{s:2:\"id\";s:3:\"768\";s:5:\"title\";s:32:\"Geometric Slider Design Template\";s:5:\"alias\";s:32:\"Geometric-Slider-Design-Template\";s:3:\"zip\";s:36:\"Geometric-Slider-Design-Template.zip\";s:3:\"uid\";s:32:\"f024549e5a43b79c185def088f00e42f\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide1.jpg\";s:7:\"preview\";s:177:\"https://www.sliderrevolution.com/templates/geometric-slider-design-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=geometric-slider-design-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:446:\"<span class=\"ttm_content\">Immerse your audience in contemporary visual sophistication with our Geometric Slider Design Template. This dynamic slider combines sleek geometric patterns with a modern aesthetic, creating a captivating visual experience. With its seamless integration and customizable features, effortlessly elevate your websites allure and engage your visitors in a cutting-edge digital journey.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:178:\"[{\"path\":\"revslider-particlewave-addon\\/revslider-particlewave-addon.php\",\"name\":\"Particle Wave AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-14 10:25:27\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:724;a:25:{s:2:\"id\";s:3:\"769\";s:5:\"title\";s:43:\"Chocolate Bar Product Presentation Template\";s:5:\"alias\";s:43:\"Chocolate-Bar-Product-Presentation-Template\";s:3:\"zip\";s:47:\"Chocolate-Bar-Product-Presentation-Template.zip\";s:3:\"uid\";s:32:\"dc30a3d883c8d16de25544e94640c982\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide1.jpg\";s:7:\"preview\";s:199:\"https://www.sliderrevolution.com/templates/chocolate-bar-product-presentation-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=chocolate-bar-product-presentation-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:346:\"<span class=\"ttm_content\">Unwrap the \"Chocolate Bar Product Presentation Template\" – a delectable, visually captivating showcase for your irresistible chocolate creations. Whether you are a chocolatier or a gourmet brand, this template is the key to presenting your products with a touch of sophistication.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-14 10:29:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:725;a:25:{s:2:\"id\";s:3:\"770\";s:5:\"title\";s:30:\"Fluid Dynamics Effect Showcase\";s:5:\"alias\";s:30:\"Fluid-Dynamics-Effect-Showcase\";s:3:\"zip\";s:34:\"Fluid-Dynamics-Effect-Showcase.zip\";s:3:\"uid\";s:32:\"cdd9213edf970f1fe04ded427fb2ada8\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide1.jpg\";s:7:\"preview\";s:173:\"https://www.sliderrevolution.com/templates/fluid-dynamics-effect-showcase/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=fluid-dynamics-effect-showcase\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.18\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:312:\"<span class=\"ttm_content\">Introducing the Fluid Dynamics Effect Showcase - a mesmerizing journey through liquid/gas wonders. Delve into cyber flows, chromatic ripples, ethereal jungle spirits, and cosmic collisions. Crafted for those who appreciate the magic in every pixel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:10:\"Special FX\";}s:14:\"plugin_require\";s:181:\"[{\"path\":\"revslider-fluiddynamics-addon\\/revslider-fluiddynamics-addon.php\",\"name\":\"Fluid Dynamics AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-11-14 10:32:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:726;a:24:{s:2:\"id\";s:3:\"771\";s:5:\"title\";s:39:\"Spotlight Hero Header With Fluid Effect\";s:5:\"alias\";s:39:\"Spotlight-Hero-Header-With-Fluid-Effect\";s:3:\"zip\";s:43:\"Spotlight-Hero-Header-With-Fluid-Effect.zip\";s:3:\"uid\";s:32:\"c15c375d48a9368fcb61f6a732fb9b9b\";s:3:\"img\";s:50:\"Spotlight-Hero-Header-With-Fluid-Effect/slide1.jpg\";s:7:\"preview\";s:191:\"https://www.sliderrevolution.com/templates/spotlight-hero-header-with-fluid-effect/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=spotlight-hero-header-with-fluid-effect\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:355:\"<span class=\"ttm_content\">The \"Spotlight Hero Header With Fluid Effect\" is a dynamic and visually engaging website header template, perfect for making a bold first impression. Ideal for creative agencies, product showcases, or promotional campaigns, it blends drama with functionality for a memorable user experience.</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:510:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-fluiddynamics-addon\\/revslider-fluiddynamics-addon.php\",\"name\":\"Fluid Dynamics AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-12-20 16:48:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:727;a:25:{s:2:\"id\";s:3:\"772\";s:5:\"title\";s:38:\"Suits Product Showcase Slider Template\";s:5:\"alias\";s:38:\"Suits-Product-Showcase-Slider-Template\";s:3:\"zip\";s:42:\"Suits-Product-Showcase-Slider-Template.zip\";s:3:\"uid\";s:32:\"f15dcfc11bbadfd8973ea38627d3ede6\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide1.jpg\";s:7:\"preview\";s:189:\"https://www.sliderrevolution.com/templates/suits-product-showcase-slider-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=suits-product-showcase-slider-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:494:\"<span class=\"ttm_content\">The \"Suits Product Showcase Slider Template\" is a sleek and professional slider design tailored for highlighting high-end products, especially suits. It features clean, elegant lines with a minimalist layout, ensuring the products are the focal point. This template is perfect for fashion retailers or businesses looking to showcase their products with sophistication and style, offering an intuitive and engaging user experience.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:189:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-12-20 16:51:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:728;a:25:{s:2:\"id\";s:3:\"773\";s:5:\"title\";s:41:\"Beards Full Width Image Carousel Template\";s:5:\"alias\";s:41:\"Beards-Full-Width-Image-Carousel-Template\";s:3:\"zip\";s:45:\"Beards-Full-Width-Image-Carousel-Template.zip\";s:3:\"uid\";s:32:\"98de06abfddd962e725202ceac02a952\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide1.jpg\";s:7:\"preview\";s:195:\"https://www.sliderrevolution.com/templates/beards-full-width-image-carousel-template/?utm_source=admin&utm_medium=button&utm_campaign=srusers&utm_content=beards-full-width-image-carousel-template\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.6.20\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:637:\"<span class=\"ttm_content\">The \"Beards Full Width Image Carousel Template\" is a modern and stylish carousel design, ideal for showcasing wide-ranging images, especially focusing on beard styles and grooming products. This template features a full-width layout, giving each image maximum screen space for a more immersive visual experience. Its sleek and user-friendly interface allows for smooth navigation through the carousel, making it perfect for barber shops, grooming blogs, or lifestyle brands that want to highlight their work or products in a visually appealing and easily accessible format.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:0:\"\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-thecluster-addon\\/revslider-thecluster-addon.php\",\"name\":\"Slider Revolution The Cluster AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2023-12-20 16:54:46\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:11:\"guide_title\";s:0:\"\";s:9:\"guide_url\";s:0:\"\";s:9:\"guide_img\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:722:{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\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:19:\"Photographer-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";}}s:27:\"Photographer-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";}}s:21:\"Photographer-Showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";}}s:22:\"Photographer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";}}s:21:\"Photographer-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";}}s:19:\"Photographer-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";}}s:18:\"Photographer-Modal\";a:1:{i:0;a:2:{s:5:\"title\";s:8:\"Slider 1\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}s:37:\"tattoo-event-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/tattoo_event_website_package.jpg\";}}s:24:\"tattoo-event-hero-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"tattoo-event-hero-slider/slide3.jpg\";}}s:18:\"tattoo-event-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"tattoo-event-about/slide1.jpg\";}}s:20:\"tattoo-event-artists\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"tattoo-event-artists/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"tattoo-event-artists/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"tattoo-event-artists/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"tattoo-event-artists/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"tattoo-event-artists/slide5.jpg\";}}s:21:\"tattoo-event-schedule\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"tattoo-event-schedule/slide3.jpg\";}}s:17:\"tattoo-event-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tattoo-event-news/slide1.jpg\";}}s:19:\"tattoo-event-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"tattoo-event-footer/slide1.jpg\";}}s:24:\"startup-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"packages/startup-website-template.jpg\";}}s:12:\"startup-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-menu/slide1.jpg\";}}s:12:\"startup-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-hero/slide1.jpg\";}}s:13:\"startup-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"startup-about/slide1.jpg\";}}s:18:\"startup-features-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-1/slide1.jpg\";}}s:18:\"startup-features-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"startup-features-2/slide1.jpg\";}}s:12:\"startup-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"startup-team/slide1.jpg\";}}s:15:\"startup-reviews\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"startup-reviews/slide1.jpg\";}}s:11:\"startup-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"startup-cta/slide1.jpg\";}}s:14:\"startup-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"startup-footer/slide1.jpg\";}}s:19:\"startup-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"startup-video-modal/slide1.jpg\";}}s:32:\"christmas-gift-card-landing-page\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/christmas-gift-card-landing-page.jpg\";}}s:24:\"christmas-landing-page-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"christmas-gift-card-landing-page/slide1.jpg\";}}s:24:\"christmas-landing-page-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"christmas-landing-page-2/slide1.jpg\";}}s:12:\"image-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"image-slider/slide-1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"image-slider/slide-2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"image-slider/slide-3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"image-slider/slide-4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"image-slider/slide-5.jpg\";}}s:17:\"full-width-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"full-width-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"full-width-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"full-width-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"full-width-slider/slide4.jpg\";}}s:20:\"app-website-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/app-website-template.jpg\";}}s:16:\"app-website-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-menu/slide1.jpg\";}}s:16:\"app-website-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-hero/slide1.jpg\";}}s:20:\"app-download-buttons\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-download-buttons/slide1.jpg\";}}s:17:\"app-website-about\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"app-website-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"app-website-about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"app-website-about/slide3.jpg\";}}s:20:\"app-website-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"app-website-features/slide1.jpg\";}}s:21:\"app-website-video-cta\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"app-website-video-cta/slide1.jpg\";}}s:23:\"app-website-screenshots\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"app-website-screenshots/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"app-website-screenshots/slide2.jpg\";}}s:22:\"app-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"app-testimonials-title/slide1.jpg\";}}s:24:\"app-website-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"app-website-testimonials/slide1.jpg\";}}s:16:\"app-website-team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"app-website-team/slide1.jpg\";}}s:18:\"app-website-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"app-website-footer/slide1.jpg\";}}s:15:\"app-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"app-video-modal/slide1.jpg\";}}s:25:\"testimonial-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/testimonial-carousel-pack.jpg\";}}s:22:\"testimonial-carousel-1\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-1/slide4.jpg\";}}s:22:\"testimonial-carousel-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"testimonial-carousel-2/slide5.jpg\";}}s:22:\"testimonial-carousel-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-3/slide3.jpg\";}}s:22:\"testimonial-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-4/slide1.jpg\";}}s:22:\"testimonial-carousel-5\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"testimonial-carousel-5/slide4.jpg\";}}s:9:\"deep-dive\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deep-dive/slide1.jpg\";}}s:22:\"particle-wave-showcase\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"particle-wave-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"particle-wave-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"particle-wave-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"particle-wave-showcase/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"particle-wave-showcase/slide5.jpg\";}}s:17:\"video-hero-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"video-hero-header/slide1.jpg\";}}s:28:\"solar-system-showcase-slider\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:39:\"solar-system-showcase-slider/slide9.jpg\";}}s:26:\"Optic-shop-showcase-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"Optic-shop-showcase-slider/slide5.jpg\";}}s:24:\"charts-template-showcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"charts-template-showcase/slide1.jpg\";}}s:31:\"fashion-website-slider-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"packages/fashion-website-slider.jpg\";}}s:22:\"fashion-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fashion-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fashion-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"fashion-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"fashion-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"fashion-website-slider/slide5.jpg\";}}s:28:\"fashion-website-slider-modal\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"fashion-website-slider-modal/slide5.jpg\";}}s:24:\"furniture-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"furniture-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"furniture-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"furniture-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"furniture-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"furniture-website-slider/slide5.jpg\";}}s:26:\"fitness-gym-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:37:\"fitness-gym-website-slider/slide5.jpg\";}}s:35:\"ai--robotics-webside-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"packages/ai-and-robotics-website-slider-package.jpg\";}}s:30:\"ai-and-robotics-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"ai-and-robotics-website-slider/slide4.jpg\";}}s:14:\"ai-video-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ai-video-modal/slide1.jpg\";}}s:33:\"minimal-typography-website-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"minimal-typography-website-slider/slide4.jpg\";}}s:19:\"404-page-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"404-page-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"404-page-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"404-page-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"404-page-collection/slide4.jpg\";}}s:21:\"ecommerce-sale-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"ecommerce-sale-slider/slide4.jpg\";}}s:19:\"fashion-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fashion-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"fashion-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"fashion-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"fashion-shop-slider/slide4.jpg\";}}s:29:\"lingerie-store-website-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"lingerie-store-website-slider/slide5.jpg\";}}s:28:\"beach-events-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"beach-events-hero-collection/slide4.jpg\";}}s:41:\"creative-portfolio-website-slider-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:54:\"packages/creative-portfolio-website-slider-package.jpg\";}}s:30:\"creative-portfolio-main-slider\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:41:\"creative-portfolio-main-slider/slide8.jpg\";}}s:28:\"creative-portfolio-project-1\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-1/slide5.jpg\";}}s:28:\"creative-portfolio-project-2\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-2/slide5.jpg\";}}s:28:\"creative-portfolio-project-3\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-3/slide5.jpg\";}}s:28:\"creative-portfolio-project-4\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-4/slide5.jpg\";}}s:28:\"creative-portfolio-project-5\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-5/slide5.jpg\";}}s:28:\"creative-portfolio-project-6\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-6/slide5.jpg\";}}s:28:\"creative-portfolio-project-7\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"creative-portfolio-project-7/slide5.jpg\";}}s:19:\"ai-particle-cluster\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"ai-particle-cluster/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"ai-particle-cluster/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"ai-particle-cluster/slide3.jpg\";}}s:24:\"artistic-parallax-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"artistic-parallax-slider/slide4.jpg\";}}s:23:\"magazine-content-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"magazine-content-slider/slide1.jpg\";}}s:30:\"magazine-content-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"magazine-content-slider-static/slide4.jpg\";}}s:24:\"Masonry-Gallery-Carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Masonry-Gallery-Carousel/slide3.jpg\";}}s:21:\"neon-wordpress-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"neon-wordpress-slider/slide5.jpg\";}}s:27:\"Restaurant-One-Page-Website\";a:11:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:38:\"Restaurant-One-Page-Website/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:39:\"Restaurant-One-Page-Website/slide11.jpg\";}}s:18:\"woocommerce-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"woocommerce-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"woocommerce-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"woocommerce-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"woocommerce-slider/slide4.jpg\";}}s:25:\"woocommerce-slider-static\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"woocommerce-slider-static/slide4.jpg\";}}s:21:\"wordpress-post-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"wordpress-post-slider/slide1.jpg\";}}s:28:\"WordPress-Post-Slider-Static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:39:\"WordPress-Post-Slider-Static/slide6.jpg\";}}s:22:\"wordpress-video-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wordpress-video-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wordpress-video-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wordpress-video-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wordpress-video-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wordpress-video-slider/slide5.jpg\";}}s:37:\"architecture-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/architecture-website-thumb.jpg\";}}s:17:\"architecture-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"architecture-menu/slide1.jpg\";}}s:26:\"architecture-header-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-header-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"architecture-header-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"architecture-header-slider/slide3.jpg\";}}s:23:\"architecture-text-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"architecture-text-block/slide1.jpg\";}}s:18:\"architecture-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"architecture-about/slide1.jpg\";}}s:26:\"architecture-process-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"architecture-process-title/slide1.jpg\";}}s:20:\"architecture-process\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-process/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"architecture-process/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"architecture-process/slide3.jpg\";}}s:22:\"architecture-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"architecture-portfolio/slide1.jpg\";}}s:28:\"architecture-portfolio-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"architecture-portfolio-modal/slide4.jpg\";}}s:20:\"architecture-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"architecture-contact/slide1.jpg\";}}s:23:\"image-comparison-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"image-comparison-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"image-comparison-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"image-comparison-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"image-comparison-slider/slide4.jpg\";}}s:37:\"wedding-photo-slider-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Wedding-Photo-Slider-Package.jpg\";}}s:20:\"wedding-photo-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wedding-photo-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"wedding-photo-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"wedding-photo-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"wedding-photo-slider/slide4.jpg\";}}s:26:\"wedding-photo-slider-modal\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:37:\"wedding-photo-slider-modal/slide4.jpg\";}}s:24:\"destinations-card-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"destinations-card-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"destinations-card-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"destinations-card-slider/slide3.jpg\";}}s:21:\"knives-product-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"knives-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"knives-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"knives-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"knives-product-slider/slide4.jpg\";}}s:16:\"tiny-slider-dark\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"tiny-slider-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"tiny-slider-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"tiny-slider-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"tiny-slider-dark/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"tiny-slider-dark/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"tiny-slider-dark/slide6.jpg\";}}s:17:\"tiny-slider-light\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"tiny-slider-light/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"tiny-slider-light/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"tiny-slider-light/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"tiny-slider-light/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"tiny-slider-light/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"tiny-slider-light/slide6.jpg\";}}s:24:\"pet-store-product-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"pet-store-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"pet-store-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"pet-store-product-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"pet-store-product-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"pet-store-product-slider/slide5.jpg\";}}s:18:\"material-ui-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"material-ui-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"material-ui-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"material-ui-slider/slide3.jpg\";}}s:19:\"happy-holidays-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"happy-holidays-hero/slide1.jpg\";}}s:36:\"space-and-sci-fi-presentation-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:47:\"space-and-sci-fi-presentation-slider/slide4.png\";}}s:21:\"Claymorphism-Carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"Claymorphism-Carousel/slide4.jpg\";}}s:24:\"404-page-hero-collection\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"404-page-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"404-page-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"404-page-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"404-page-hero-collection/slide4.jpg\";}}s:32:\"furniture-store-isometric-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"furniture-store-isometric-slider/slide4.jpg\";}}s:36:\"woodworking-website-template-package\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"packages/Woodworking-Website-Template.jpg\";}}s:22:\"wood-art-one-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-hero/slide1.jpg\";}}s:23:\"wood-art-one-page-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"wood-art-one-page-about/slide1.jpg\";}}s:22:\"wood-art-one-page-work\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"wood-art-one-page-work/slide5.jpg\";}}s:30:\"wood-art-one-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"wood-art-one-page-testimonials/slide1.jpg\";}}s:24:\"wood-art-one-page-events\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-events/slide1.jpg\";}}s:24:\"wood-art-one-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"wood-art-one-page-footer/slide1.jpg\";}}s:26:\"wood-art-one-page-gallery1\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery1/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery2\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery2/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery3/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery4\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery4/slide3.jpg\";}}s:26:\"wood-art-one-page-gallery5\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"wood-art-one-page-gallery5/slide3.jpg\";}}s:35:\"Hero-Template-With-Cursor-Animation\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:46:\"Hero-Template-With-Cursor-Animation/slide1.jpg\";}}s:28:\"futuristic-hairstyles-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:39:\"futuristic-hairstyles-slider/slide5.jpg\";}}s:28:\"instagram-gallery-carousel-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-1/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-2/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-3/slide1.jpg\";}}s:28:\"instagram-gallery-carousel-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"instagram-gallery-carousel-4/slide1.jpg\";}}s:31:\"instagram-gallery-carousel-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/Instagram-Gallery-Carousel.jpg\";}}s:29:\"Storytelling-Website-Template\";a:16:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:40:\"Storytelling-Website-Template/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide12.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide13.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide14.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide15.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:41:\"Storytelling-Website-Template/slide16.jpg\";}}s:32:\"generative-ai-wordpress-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/Generative-AI-Wordpress-Template.jpg\";}}s:9:\"G-AI-Hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"G-AI-Hero/slide1.jpg\";}}s:10:\"G-AI-Intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Intro/slide1.jpg\";}}s:10:\"G-AI-Logos\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Logos/slide1.jpg\";}}s:11:\"G-AI-Images\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"G-AI-Images/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"G-AI-Images/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"G-AI-Images/slide3.jpg\";}}s:9:\"G-AI-Copy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"G-AI-Copy/slide1.jpg\";}}s:10:\"G-AI-Tools\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Tools/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"G-AI-Tools/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"G-AI-Tools/slide3.jpg\";}}s:10:\"G-AI-Cases\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"G-AI-Cases/slide1.jpg\";}}s:18:\"G-AI-Gallery-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"G-AI-Gallery-Title/slide1.jpg\";}}s:12:\"G-AI-Gallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"G-AI-Gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"G-AI-Gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"G-AI-Gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"G-AI-Gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"G-AI-Gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"G-AI-Gallery/slide6.jpg\";}}s:17:\"G-AI-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"G-AI-Testimonials/slide3.jpg\";}}s:11:\"G-AI-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"G-AI-Footer/slide1.jpg\";}}s:23:\"visual-design-one-pager\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"packages/Visual-Design-One-Pager.jpg\";}}s:20:\"visual-designer-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"visual-designer-menu/slide1.jpg\";}}s:22:\"visual-designer-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"visual-designer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"visual-designer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"visual-designer-slider/slide3.jpg\";}}s:25:\"Visual-Designer-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"Visual-Designer-Portfolio/slide1.jpg\";}}s:21:\"Visual-Designer-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Visual-Designer-About/slide1.jpg\";}}s:22:\"visual-designer-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"visual-designer-footer/slide1.jpg\";}}s:27:\"Visual-Designer-Detail-View\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Visual-Designer-Detail-View/slide7.jpg\";}}s:24:\"online-watch-shop-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"online-watch-shop-slider/slide4.jpg\";}}s:31:\"Brewery-Website-Slider-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Brewery-Website-Slider-Template/slide4.jpg\";}}s:40:\"Hero-Slider-with-Midjourney-Image-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"Hero-Slider-with-Midjourney-Image-Effect/slide1.jpg\";}}s:31:\"Highlight-Hero-Section-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Highlight-Hero-Section-Template/slide4.jpg\";}}s:36:\"Samurai-Fullscreen-Carousel-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:47:\"Samurai-Fullscreen-Carousel-Template/slide4.jpg\";}}s:32:\"surf-scroll-based-story-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"packages/surf-scroll-based-story-template.jpg\";}}s:18:\"Surf-Template-Logo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Surf-Template-Logo/slide1.jpg\";}}s:15:\"Surf-Template-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-1/slide1.jpg\";}}s:15:\"Surf-Template-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-2/slide1.jpg\";}}s:15:\"Surf-Template-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-3/slide1.jpg\";}}s:15:\"Surf-Template-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Surf-Template-4/slide1.jpg\";}}s:33:\"50-50-Split-Screen-Website-Design\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"50-50-Split-Screen-Website-Design/slide4.jpg\";}}s:33:\"Food-Presentation-Template-Slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"Food-Presentation-Template-Slider/slide4.jpg\";}}s:38:\"FutureSight-Digital-Marketing-Template\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:49:\"FutureSight-Digital-Marketing-Template/slide3.jpg\";}}s:40:\"Starry-Night-Parallax-Zoom-Effect-Slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:51:\"Starry-Night-Parallax-Zoom-Effect-Slider/slide4.jpg\";}}s:15:\"beyond-the-void\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"beyond-the-void/slide1.jpg\";}}s:33:\"Static-Ecommerce-Product-Carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"Static-Ecommerce-Product-Carousel/slide4.jpg\";}}s:30:\"woo-ecommerce-product-carousel\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"woo-ecommerce-product-carousel/slide1.jpg\";}}s:31:\"Serenity-Hero-With-Focus-Effect\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"Serenity-Hero-With-Focus-Effect/slide5.jpg\";}}s:29:\"OakGrove-Wine-Slider-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:40:\"OakGrove-Wine-Slider-Template/slide4.jpg\";}}s:32:\"Geometric-Slider-Design-Template\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"Geometric-Slider-Design-Template/slide3.jpg\";}}s:43:\"Chocolate-Bar-Product-Presentation-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:54:\"Chocolate-Bar-Product-Presentation-Template/slide4.jpg\";}}s:30:\"Fluid-Dynamics-Effect-Showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"Fluid-Dynamics-Effect-Showcase/slide4.jpg\";}}s:39:\"Spotlight-Hero-Header-With-Fluid-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:50:\"Spotlight-Hero-Header-With-Fluid-Effect/slide1.jpg\";}}s:38:\"Suits-Product-Showcase-Slider-Template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:49:\"Suits-Product-Showcase-Slider-Template/slide4.jpg\";}}s:41:\"Beards-Full-Width-Image-Carousel-Template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:52:\"Beards-Full-Width-Image-Carousel-Template/slide5.jpg\";}}}}', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(226, 'rs-templates-counter', '0', 'no'),
(227, 'revslider_table_version', '1.0.8', 'yes'),
(228, 'tribe_last_updated_option', '1705218581.1569', 'yes'),
(232, 'wpgdprc_db_version_consents', '1.2', 'yes'),
(233, 'wpgdprc_db_version_log', '1.8', 'yes'),
(234, 'wpgdprc_db_version_access_requests', '1.7', 'yes'),
(235, 'wpgdprc_db_version_delete_requests', '1.0', 'yes'),
(236, 'wpgdprc_settings_enable_premium_mode', '0', 'yes'),
(237, 'wpgdprc_settings_enable_access_request', '0', 'yes'),
(240, 'action_scheduler_lock_async-request-runner', '65ba1896eb7377.23585838|1706694866', 'yes'),
(241, 'tribe_events_calendar_options', 'a:47:{s:14:\"schema-version\";s:7:\"6.2.8.1\";s:20:\"freemius_random_seed\";i:99;s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:23:{i:0;s:1:\"0\";i:1;s:5:\"4.9.7\";i:2;s:5:\"4.9.9\";i:3;s:5:\"4.9.9\";i:4;s:6:\"4.9.10\";i:5;s:6:\"4.9.11\";i:6;s:6:\"4.9.12\";i:7;s:6:\"4.9.13\";i:8;s:5:\"5.0.0\";i:9;s:7:\"5.0.0.1\";i:10;s:5:\"5.0.1\";i:11;s:5:\"5.0.2\";i:12;s:6:\"5.12.1\";i:13;s:8:\"5.15.0.1\";i:14;s:6:\"5.16.0\";i:15;s:8:\"5.16.3.1\";i:16;s:6:\"5.16.4\";i:17;s:5:\"6.0.9\";i:18;s:5:\"6.2.1\";i:19;s:7:\"6.2.2.1\";i:20;s:5:\"6.2.3\";i:21;s:7:\"6.2.3.1\";i:22;s:5:\"6.2.8\";}s:18:\"latest_ecp_version\";s:7:\"6.2.8.1\";s:39:\"last-update-message-the-events-calendar\";s:7:\"6.2.8.1\";s:24:\"front_page_event_archive\";b:0;s:16:\"stylesheetOption\";s:5:\"tribe\";s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:20:\"tribeDisableTribeBar\";b:0;s:16:\"monthEventAmount\";s:1:\"3\";s:23:\"enable_month_view_cache\";b:1;s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:2:\" -\";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"0\";s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";s:10:\"viewOption\";s:4:\"list\";s:22:\"google_maps_js_api_key\";s:39:\"AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU\";s:16:\"views_v2_enabled\";b:1;s:8:\"did_init\";b:1;s:15:\"stylesheet_mode\";s:5:\"tribe\";s:12:\"postsPerPage\";s:2:\"12\";s:12:\"showComments\";b:0;s:14:\"multiDayCutoff\";s:5:\"00:00\";s:32:\"tribe_events_timezones_show_zone\";b:0;s:26:\"tribe_events_timezone_mode\";s:5:\"event\";s:21:\"defaultCurrencySymbol\";s:1:\"$\";s:19:\"defaultCurrencyCode\";s:3:\"USD\";s:23:\"reverseCurrencyPosition\";b:0;s:15:\"embedGoogleMaps\";b:1;s:19:\"embedGoogleMapsZoom\";s:2:\"10\";s:11:\"latest_date\";s:19:\"2024-01-17 12:00:00\";s:13:\"earliest_date\";s:19:\"2023-12-25 08:00:00\";s:21:\"earliest_date_markers\";a:1:{i:0;i:2998;}s:19:\"latest_date_markers\";a:1:{i:0;i:3039;}s:13:\"opt-in-status\";b:0;s:11:\"donate-link\";b:0;s:20:\"showEventsInMainLoop\";b:1;s:20:\"toggle_blocks_editor\";b:1;s:29:\"disable_metabox_custom_fields\";b:1;s:17:\"trash-past-events\";s:1:\"1\";s:11:\"debugEvents\";b:0;}', 'yes'),
(242, 'revslider_update_version', '6.2.0', 'yes'),
(245, 'tribe_last_save_post', '1705218581.1571', 'yes'),
(246, 'widget_ess-grid-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(247, 'widget_rev-slider-widget', 'a:2:{i:2;a:3:{s:16:\"rev_slider_title\";s:0:\"\";s:10:\"rev_slider\";s:1:\"2\";s:16:\"rev_slider_pages\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(248, 'widget_give_forms_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(249, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(250, 'widget_trx_addons_sow_widget_services', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(251, 'widget_trx_addons_sow_widget_team', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(252, 'widget_trx_addons_sow_widget_testimonials', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(253, 'widget_trx_addons_sow_widget_blogger', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(254, 'widget_trx_addons_sow_widget_googlemap', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(255, 'widget_trx_addons_widget_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(256, 'widget_trx_addons_widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(257, 'widget_trx_addons_widget_contacts', 'a:2:{i:2;a:12:{s:5:\"title\";s:0:\"\";s:4:\"logo\";s:0:\"\";s:11:\"logo_retina\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"address\";s:18:\"AdressAdressAdress\";s:5:\"phone\";s:13:\"3253252352352\";s:5:\"email\";s:30:\"Emailklewjgfwjkfkjwefkjwefbjkf\";s:7:\"columns\";i:1;s:7:\"socials\";i:1;s:9:\"googlemap\";i:1;s:16:\"googlemap_height\";s:3:\"140\";s:18:\"googlemap_position\";s:3:\"top\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(258, 'widget_trx_addons_widget_recent_news', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(259, 'widget_trx_addons_widget_recent_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(260, 'widget_trx_addons_widget_slider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(261, 'widget_trx_addons_widget_socials', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(262, 'widget_trx_addons_widget_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(263, 'widget_tribe-widget-events-list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(266, 'tec_timed_tec_custom_tables_v1_initialized', 'a:3:{s:3:\"key\";s:32:\"tec_custom_tables_v1_initialized\";s:5:\"value\";i:1;s:10:\"expiration\";i:1706780237;}', 'yes'),
(267, 'tec_ct1_migration_state', 'a:3:{s:18:\"complete_timestamp\";N;s:5:\"phase\";s:22:\"migration-not-required\";s:19:\"preview_unsupported\";b:0;}', 'yes'),
(268, 'tec_ct1_events_table_schema_version', '1.0.1', 'yes'),
(269, 'tec_ct1_occurrences_table_schema_version', '1.0.2', 'yes'),
(270, 'stellarwp_telemetry_last_send', '', 'yes'),
(271, 'stellarwp_telemetry', 'a:1:{s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";a:2:{s:7:\"wp_slug\";s:43:\"the-events-calendar/the-events-calendar.php\";s:5:\"optin\";b:0;}}}', 'yes'),
(272, 'stellarwp_telemetry_the-events-calendar_show_optin', '0', 'yes'),
(273, 'vc_version', '6.1', 'yes'),
(274, 'tribe_last_generate_rewrite_rules', '1696854358.3533', 'yes'),
(276, 'tec_timed_tribe_supports_async_process', '', 'yes'),
(278, 'wpgdprc_data_access_request_ids', 'a:0:{}', 'yes'),
(279, 'wpgdprc_form_last_shown', '1706693838', 'yes'),
(282, 'tp_eg_role', '', 'yes'),
(283, 'tp_eg_update-check-short', '1706694804', 'yes'),
(284, 'tp_eg-templates-check', '1706694805', 'yes'),
(285, 'tp_eg-templates-new', '', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(286, 'tp_eg-templates', 'a:3:{s:4:\"hash\";s:32:\"e7d22fdc6d744920754137e8769c6f64\";s:5:\"grids\";a:61:{i:0;a:17:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:12:\"Vimeo Player\";s:5:\"alias\";s:11:\"vimeostream\";s:3:\"zip\";s:15:\"vimeostream.zip\";s:3:\"uid\";s:32:\"088c7c0f8a0862bbe2dab1dd16601a3e\";s:3:\"img\";s:13:\"ess_vimeo.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/minimal-vimeo-playlist-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when you<br> \r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:17:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:12:\"flickrstream\";s:3:\"zip\";s:16:\"flickrstream.zip\";s:3:\"uid\";s:32:\"edfd9652b92d5783d74fefc3247632d0\";s:3:\"img\";s:14:\"ess_flickr.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/flickr-photo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:132:\"You will need to insert a Flickr API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:17:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:17:\"Instagram Minimal\";s:5:\"alias\";s:15:\"instagramstream\";s:3:\"zip\";s:19:\"instagramstream.zip\";s:3:\"uid\";s:32:\"73061fa3b75c5afaf4846cdf95add10c\";s:3:\"img\";s:13:\"ess_insta.jpg\";s:7:\"preview\";s:88:\"https://www.essential-grid.com/template_library/minimal-instagram-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:17:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:12:\"YouTube Grid\";s:5:\"alias\";s:13:\"youtubestream\";s:3:\"zip\";s:17:\"youtubestream.zip\";s:3:\"uid\";s:32:\"df776948dd7ca1cb88ba59a4e638f20e\";s:3:\"img\";s:15:\"ess_youtube.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/grids/youtube-playlist-video-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:69:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Pagination<br>Sorting</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"0\";s:4:\"date\";s:19:\"2021-11-25 17:52:39\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:17:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:16:\"Twitter Overview\";s:5:\"alias\";s:13:\"twitterstream\";s:3:\"zip\";s:17:\"twitterstream.zip\";s:3:\"uid\";s:32:\"a38d8298c59f31831c516ce8429026cf\";s:3:\"img\";s:15:\"ess_twitter.jpg\";s:7:\"preview\";s:72:\"https://www.essential-grid.com/template_library/twitter-stream-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:135:\"You will need to insert Twitter credentials<br>\r\n in the \"Source Tab\", also please clear the stream<br>\r\n cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:17:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:13:\"Facebook Page\";s:5:\"alias\";s:14:\"facebookstream\";s:3:\"zip\";s:18:\"facebookstream.zip\";s:3:\"uid\";s:32:\"c346b49eb0dbfa897454160eccc55383\";s:3:\"img\";s:16:\"ess_facebook.jpg\";s:7:\"preview\";s:105:\"https://www.essential-grid.com/template_library/facebook-fanpage-content-and-album-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:138:\"You will need to register a Facebook app before.<br>\r\nAlso please clear the stream cache when you<br>\r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:17:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:5:\"Jason\";s:5:\"alias\";s:4:\"woo2\";s:3:\"zip\";s:8:\"woo2.zip\";s:3:\"uid\";s:32:\"e4f9657a98fc6cc7a3a7136b5c7b2015\";s:3:\"img\";s:9:\"jason.jpg\";s:7:\"preview\";s:82:\"https://www.essential-grid.com/template_library/jason-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">Boxed 3 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:10:\"pagination\";i:2;s:7:\"sorting\";i:3;s:11:\"woocommerce\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:17:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:6:\"Arthur\";s:5:\"alias\";s:4:\"woo1\";s:3:\"zip\";s:8:\"woo1.zip\";s:3:\"uid\";s:32:\"59bfe81828b2ddcc89b9e3968760e9d1\";s:3:\"img\";s:10:\"arthur.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/arthur-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Width 5 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:11:\"woocommerce\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:17:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:6:\"Hoover\";s:5:\"alias\";s:19:\"masonry_grid_hoover\";s:3:\"zip\";s:23:\"masonry_grid_hoover.zip\";s:3:\"uid\";s:32:\"d97c537e349e9f1c91dff285f8df60c5\";s:3:\"img\";s:10:\"hoover.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:93:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>B&W Effect<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:17:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:6:\"Lyndon\";s:5:\"alias\";s:12:\"clients_grid\";s:3:\"zip\";s:16:\"clients_grid.zip\";s:3:\"uid\";s:32:\"2cdd4fc78978e87d7aa0502ba3b686e5\";s:3:\"img\";s:10:\"lyndon.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/lyndon-modern-client-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">2 Row Scroller<br/>Icons via Meta<br/>B&W Effect<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:9:\"fullwidth\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:17:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:7:\"Phillie\";s:5:\"alias\";s:14:\"clients_grid_3\";s:3:\"zip\";s:18:\"clients_grid_3.zip\";s:3:\"uid\";s:32:\"5610d9625b702520c344168cfa70579c\";s:3:\"img\";s:11:\"phillie.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/phillie-clients-logo-grid-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:94:\"<div class=\"hcap\">Clean Design<br/>Icons via Meta<br/>Tooltip Style Hover<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:2:{i:0;s:7:\"clients\";i:1;s:4:\"even\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:17:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:8:\"McKinley\";s:5:\"alias\";s:19:\"media_blog_mckinley\";s:3:\"zip\";s:23:\"media_blog_mckinley.zip\";s:3:\"uid\";s:32:\"a430af281c10753e067a38d1641c8d7b\";s:3:\"img\";s:12:\"mckinley.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/multimedia-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:100:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>Directional Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:17:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:4:\"Taft\";s:5:\"alias\";s:21:\"media_grid_howardtaft\";s:3:\"zip\";s:25:\"media_grid_howardtaft.zip\";s:3:\"uid\";s:32:\"eebc5585762fe9889ceff28fae22137d\";s:3:\"img\";s:8:\"taft.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/multimedia-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">3 x 3 Grid<br/>Video Entries<br>Directional Hover<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:8:\"loadmore\";i:2;s:12:\"nonavigation\";i:3;s:5:\"video\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:17:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:7:\"Wilbert\";s:5:\"alias\";s:14:\"clients_grid_2\";s:3:\"zip\";s:18:\"clients_grid_2.zip\";s:3:\"uid\";s:32:\"f27f88f41b38547d344e6cf993951862\";s:3:\"img\";s:11:\"wilbert.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/wilbert-client-and-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">4 x 3 Grid<br/>Icons via Meta<br/>B&W Effect<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:08:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:17:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:9:\"Roosevelt\";s:5:\"alias\";s:19:\"even_grid_roosevelt\";s:3:\"zip\";s:23:\"even_grid_roosevelt.zip\";s:3:\"uid\";s:32:\"5a8c19d4149497e2b6ba24a367ef008f\";s:3:\"img\";s:13:\"roosevelt.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/roosevelt-hover-detail-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Screen Grid<br/>Push Up Media Hover<br/>Left & Right Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:10:\"fullscreen\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:17:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:6:\"Quincy\";s:5:\"alias\";s:16:\"even_grid_quincy\";s:3:\"zip\";s:20:\"even_grid_quincy.zip\";s:3:\"uid\";s:32:\"7a6e7bbd01c5d558748c8c2c7b6373b9\";s:3:\"img\";s:10:\"quincy.jpg\";s:7:\"preview\";s:89:\"https://www.essential-grid.com/template_library/quincy-zoom-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:129:\"<div class=\"hcap\">Single / Double Row<br/>Slider Style<br/>Link & Lightbox Icons<br/>Left & Right Nav Arrows<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:17:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:17:\"Price Tables Ford\";s:5:\"alias\";s:17:\"price_tables_ford\";s:3:\"zip\";s:21:\"price_tables_ford.zip\";s:3:\"uid\";s:32:\"1ebd3eab67b822e45ad9648b9701ce01\";s:3:\"img\";s:8:\"ford.jpg\";s:7:\"preview\";s:80:\"https://www.essential-grid.com/template_library/ford-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:82:\"<div class=\"hcap\">Traditional Price Tables<br/>Icons on Hover<br/>Pagination</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:17:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:18:\"Price Tables Nixon\";s:5:\"alias\";s:16:\"price_tables_two\";s:3:\"zip\";s:20:\"price_tables_two.zip\";s:3:\"uid\";s:32:\"a45c055632139fadbc92232031fcd3d5\";s:3:\"img\";s:9:\"nixon.jpg\";s:7:\"preview\";s:93:\"https://www.essential-grid.com/template_library/nixon-woocommerce-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:84:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Stacked Tables</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:11:\"pricetables\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:17:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:18:\"Price Tables Grant\";s:5:\"alias\";s:16:\"price_tables_one\";s:3:\"zip\";s:20:\"price_tables_one.zip\";s:3:\"uid\";s:32:\"19be80fd1a58cbb3714ee76453b11771\";s:3:\"img\";s:9:\"grant.jpg\";s:7:\"preview\";s:89:\"https://www.essential-grid.com/template_library/ulysses-woocommerce-product-price-tables/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:116:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Left & Right Nav Arrows<br/>Boxed & Full Shown</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:17:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:7:\"Johnson\";s:5:\"alias\";s:17:\"even_grid_johnson\";s:3:\"zip\";s:21:\"even_grid_johnson.zip\";s:3:\"uid\";s:32:\"bcc38fc15aa572544a076bbd38b867af\";s:3:\"img\";s:11:\"johnson.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/johnson-minimal-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:96:\"<div class=\"hcap\">Full Width Grid<br/>Colored Hover<br/>3 Icons on Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:17:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:9:\"Cleveland\";s:5:\"alias\";s:19:\"even_grid_cleveland\";s:3:\"zip\";s:23:\"even_grid_cleveland.zip\";s:3:\"uid\";s:32:\"fc12421ec2c8804996d8c766a7d7c01d\";s:3:\"img\";s:13:\"cleveland.jpg\";s:7:\"preview\";s:94:\"https://www.essential-grid.com/template_library/cleveland-hover-effect-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:102:\"<div class=\"hcap\">Full Width Grid<br/>Content on Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:17:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:4:\"Bush\";s:5:\"alias\";s:20:\"even_grid_georgebush\";s:3:\"zip\";s:24:\"even_grid_georgebush.zip\";s:3:\"uid\";s:32:\"ca6e67691019249b786a7ea5fa577a71\";s:3:\"img\";s:8:\"bush.jpg\";s:7:\"preview\";s:95:\"https://www.essential-grid.com/template_library/bush-fullwidth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Full Width 2 Row<br/>Cover Grow Hover<br/>Filters<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:17:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:8:\"Harrison\";s:5:\"alias\";s:23:\"even_grid_henryharrison\";s:3:\"zip\";s:27:\"even_grid_henryharrison.zip\";s:3:\"uid\";s:32:\"be1e10b8bfc8ad490402e8b7605bc428\";s:3:\"img\";s:12:\"harrison.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/harrison-bubbly-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:83:\"<div class=\"hcap\">Full Width 4 Row<br/>Special Effect Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:17:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:8:\"VanBuren\";s:5:\"alias\";s:18:\"even_grid_vanburen\";s:3:\"zip\";s:22:\"even_grid_vanburen.zip\";s:3:\"uid\";s:32:\"c4633fba2e78794bcdef41c06d703c39\";s:3:\"img\";s:12:\"vanburen.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/vanburen-dark-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:105:\"<div class=\"hcap\">Full Width 3 Row<br/>Dark Opacity Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:6:\"addons\";s:0:\"\";s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:17:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:7:\"Jackson\";s:5:\"alias\";s:17:\"even_grid_jackson\";s:3:\"zip\";s:21:\"even_grid_jackson.zip\";s:3:\"uid\";s:32:\"b433ca06c9e23c037437944c64a2b4da\";s:3:\"img\";s:11:\"jackson.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/jackson-stylish-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:117:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Link & Lightbox Icons<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:17:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:9:\"Jefferson\";s:5:\"alias\";s:19:\"even_grid_jefferson\";s:3:\"zip\";s:23:\"even_grid_jefferson.zip\";s:3:\"uid\";s:32:\"4aa970752344a63ca15558bd286efca9\";s:3:\"img\";s:13:\"jefferson.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/variable-columns-flip-item-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:121:\"<div class=\"hcap\">Custom Row Grid<br/>Red Flip Hover<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:9:\"fullwidth\";i:4;s:10:\"pagination\";i:5;s:7:\"sorting\";i:6;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:17:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:8:\"Garfield\";s:5:\"alias\";s:21:\"masonry_grid_garfield\";s:3:\"zip\";s:25:\"masonry_grid_garfield.zip\";s:3:\"uid\";s:32:\"5f73bbe117ebfb9b68ff85ee32bf4578\";s:3:\"img\";s:12:\"garfield.jpg\";s:7:\"preview\";s:91:\"https://www.essential-grid.com/template_library/garfield-wordpress-news-post-magazine-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:113:\"<div class=\"hcap\">Masonry Blog Style<br/>Content on Top<br/>Dark Media Hover<br/>Load More<br/>Lazy Loading</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:17:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:6:\"Reagan\";s:5:\"alias\";s:26:\"masonry_grid_ronald_reagan\";s:3:\"zip\";s:30:\"masonry_grid_ronald_reagan.zip\";s:3:\"uid\";s:32:\"ae42d4e11ba5e393274edf5099a4a43f\";s:3:\"img\";s:10:\"raegan.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/reagan-blog-post-overview-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:124:\"<div class=\"hcap\">Masonry Blog Style<br/>Static Caption<br/>Link Show Hover<br/>Filters & Sorting<br/>Scroll Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:14:\"filterdropdown\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:8:\"loadmore\";i:4;s:7:\"masonry\";i:5;s:10:\"pagination\";i:6;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:17:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:6:\"Carter\";s:5:\"alias\";s:23:\"masonryblog_jimmycarter\";s:3:\"zip\";s:27:\"masonryblog_jimmycarter.zip\";s:3:\"uid\";s:32:\"4832dc2a147e574f20c537b958f2d9ae\";s:3:\"img\";s:10:\"carter.jpg\";s:7:\"preview\";s:86:\"https://www.essential-grid.com/template_library/carter-masonry-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:104:\"<div class=\"hcap\">Masonry Blog Style<br/>3D Effect Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"filtering\";i:1;s:9:\"fullwidth\";i:2;s:7:\"masonry\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:17:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:6:\"Monroe\";s:5:\"alias\";s:16:\"even_grid_monroe\";s:3:\"zip\";s:20:\"even_grid_monroe.zip\";s:3:\"uid\";s:32:\"2399e4ae114ede833e881a78566050e8\";s:3:\"img\";s:10:\"monroe.jpg\";s:7:\"preview\";s:87:\"https://www.essential-grid.com/template_library/monroe-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:95:\"<div class=\"hcap\">3x4 Grid<br/>Static Caption<br/>Button on Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:17:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:7:\"Madison\";s:5:\"alias\";s:17:\"even_grid_madison\";s:3:\"zip\";s:21:\"even_grid_madison.zip\";s:3:\"uid\";s:32:\"0e0e929128e8f9047da8e95ed37da4f6\";s:3:\"img\";s:11:\"madison.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/madison-even-grid-wordpress-woocommerce-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">4x3 Grid<br/>Dark Flip Hovers<br/>Link & Lightbox Icons<br/>No Navigation</div>\";s:11:\"setup_notes\";s:67:\"Build for WooCommerce Products <br>\r\nbut any content type will fit.\";s:6:\"filter\";a:2:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:17:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:5:\"Adams\";s:5:\"alias\";s:15:\"even_grid_adams\";s:3:\"zip\";s:19:\"even_grid_adams.zip\";s:3:\"uid\";s:32:\"2b48888d484376485f80a175876907c6\";s:3:\"img\";s:9:\"adams.jpg\";s:7:\"preview\";s:96:\"https://www.essential-grid.com/template_library/adams-variable-fullwidth-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">Custom Row Grid<br/>Green Hovers<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:6:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";i:5;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:17:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:10:\"Washington\";s:5:\"alias\";s:20:\"even_grid_washington\";s:3:\"zip\";s:24:\"even_grid_washington.zip\";s:3:\"uid\";s:32:\"81fa93476a5e8ecd8efa146f54c2bd5d\";s:3:\"img\";s:14:\"washington.jpg\";s:7:\"preview\";s:99:\"https://www.essential-grid.com/template_library/washington-tranparent-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">3x3 Grid<br/>Dark Opacity Hovers<br/>Link & Lightbox Icons<br/>Filters & Pagination<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:17:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:6:\"Mullen\";s:5:\"alias\";s:10:\"joe-mullen\";s:3:\"zip\";s:14:\"joe-mullen.zip\";s:3:\"uid\";s:32:\"904cc1afb3d66ab851b199f0dd647b7b\";s:3:\"img\";s:14:\"joe-mullen.jpg\";s:7:\"preview\";s:80:\"https://www.essential-grid.com/template_library/joe-mullen-custom-image-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:9:\"fullwidth\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:17:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:10:\"Jari Kurri\";s:5:\"alias\";s:10:\"jari-kurri\";s:3:\"zip\";s:14:\"jari-kurri.zip\";s:3:\"uid\";s:32:\"1c4b4785e797ad2222d1f7fecab79649\";s:3:\"img\";s:14:\"jari-kurri.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/jari-kurri-photograher-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>Filter Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:12:\"nonavigation\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:17:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Wayne Gretzky\";s:5:\"alias\";s:13:\"wayne-gretzky\";s:3:\"zip\";s:17:\"wayne-gretzky.zip\";s:3:\"uid\";s:32:\"c4c1a976fc6236fac530d21ef5b88a46\";s:3:\"img\";s:11:\"gretzky.jpg\";s:7:\"preview\";s:86:\"https://www.essential-grid.com/template_library/wayne-gretzky-custom-white-space-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:17:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:18:\"Viacheslav Fetisov\";s:5:\"alias\";s:18:\"viacheslav-fetisov\";s:3:\"zip\";s:11:\"fetisov.zip\";s:3:\"uid\";s:32:\"8c4bb3bc608390189df9aef958e88ff3\";s:3:\"img\";s:11:\"fetisov.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/viacheslav-fetisov-behance-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Portfolio</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a Behance API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:17:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:14:\"Dark Portfolio\";s:5:\"alias\";s:14:\"portfolio-dark\";s:3:\"zip\";s:18:\"dark-portfolio.zip\";s:3:\"uid\";s:32:\"8ef34fed7cda3055b56f18510439f363\";s:3:\"img\";s:18:\"dark_portfolio.jpg\";s:7:\"preview\";s:74:\"https://www.essential-grid.com/template_library/dark-portfolio-photo-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:74:\"<div class=\"hcap\">Custom Row Grid<br/>Red Hovers<br/>Read More Badge</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:17:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:10:\"My YouTube\";s:5:\"alias\";s:10:\"my-youtube\";s:3:\"zip\";s:14:\"my-youtube.zip\";s:3:\"uid\";s:32:\"7f118ae4b11b24445fe533cc96763e94\";s:3:\"img\";s:14:\"my_youtube.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/template_library/my-youtube-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:6:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:7:\"streams\";i:4;s:15:\"variablecolumns\";i:5;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:17:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:12:\"My YouTube 2\";s:5:\"alias\";s:12:\"my-youtube-2\";s:3:\"zip\";s:16:\"my-youtube-2.zip\";s:3:\"uid\";s:32:\"bd4ce42cbad845ee3f6d295f14224a00\";s:3:\"img\";s:16:\"my_youtube_2.jpg\";s:7:\"preview\";s:68:\"https://www.essential-grid.com/template_library/my-youtube-2-player/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:8:\"loadmore\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:17:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:8:\"My Vimeo\";s:5:\"alias\";s:8:\"my-vimeo\";s:3:\"zip\";s:12:\"my-vimeo.zip\";s:3:\"uid\";s:32:\"d0235dd2ccce6602197882e423d32b88\";s:3:\"img\";s:12:\"my_vimeo.jpg\";s:7:\"preview\";s:66:\"https://www.essential-grid.com/template_library/my-vimeo-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:59:\"Please clear the stream cache<br> \r\nwhen you apply changes.\";s:6:\"filter\";a:4:{i:0;s:8:\"loadmore\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";i:3;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:24:\"esg-videoplaylists-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:17:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:12:\"My Instagram\";s:5:\"alias\";s:12:\"my-instagram\";s:3:\"zip\";s:16:\"my-instagram.zip\";s:3:\"uid\";s:32:\"58ced5a252fa1998a8cdb95ee2cd01d8\";s:3:\"img\";s:16:\"my-instagram.jpg\";s:7:\"preview\";s:70:\"https://www.essential-grid.com/template_library/instagram-grid-photos/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:76:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:4:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:17:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:14:\"My Instagram 2\";s:5:\"alias\";s:14:\"my-instagram-2\";s:3:\"zip\";s:18:\"my-instagram-2.zip\";s:3:\"uid\";s:32:\"f5094a245731501bc553295ee5582a04\";s:3:\"img\";s:18:\"my-instagram-2.jpg\";s:7:\"preview\";s:77:\"https://www.essential-grid.com/template_library/my-instagram-2-funky-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape animation hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:17:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:16:\"My Handmade Blog\";s:5:\"alias\";s:16:\"my-handmade-blog\";s:3:\"zip\";s:15:\"my-handmade.zip\";s:3:\"uid\";s:32:\"162fa8de74410bb015f86cb4a7e7ef6c\";s:3:\"img\";s:15:\"my-handmade.jpg\";s:7:\"preview\";s:79:\"https://www.essential-grid.com/template_library/my-handmade-blog-post-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Custom Row Grid<br/>Dark Hover<br/>Social Button<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:2:{i:0;s:12:\"nonavigation\";i:1;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:17:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:15:\"Furniture Store\";s:5:\"alias\";s:15:\"furniture-store\";s:3:\"zip\";s:28:\"furniture_store_complete.zip\";s:3:\"uid\";s:32:\"6a1d870475b15c3fbdad65edbcadd56a\";s:3:\"img\";s:19:\"furniture-store.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/furniture-shop-lightbox-grid-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:85:\"<div class=\"hcap\">Custom Row Grid<br/>Lightbox for Detail Grids<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:142:\"5MB Download File (contact our support for single grids)<br>\r\nImports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:2:{i:0;s:7:\"masonry\";i:1;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:17:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:12:\"Denis Savard\";s:5:\"alias\";s:12:\"denis-savard\";s:3:\"zip\";s:16:\"denis-savard.zip\";s:3:\"uid\";s:32:\"9ce04544808c29a3b251f92954c4cfb3\";s:3:\"img\";s:16:\"denis-savard.jpg\";s:7:\"preview\";s:74:\"https://www.essential-grid.com/template_library/denis-savard-logo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:17:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:14:\"Dale Hawerchuk\";s:5:\"alias\";s:14:\"Dale Hawerchuk\";s:3:\"zip\";s:18:\"dale-hawerchuk.zip\";s:3:\"uid\";s:32:\"4c0bccc86e570cb89b6fc6a3b480acc3\";s:3:\"img\";s:18:\"dale-hawerchuk.jpg\";s:7:\"preview\";s:78:\"https://www.essential-grid.com/template_library/dale-hawerchuk-flickr-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:89:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:21:\"esg-socialmedia-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:17:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:14:\"Bernie Federko\";s:5:\"alias\";s:14:\"bernie-federko\";s:3:\"zip\";s:18:\"bernie-federko.zip\";s:3:\"uid\";s:32:\"f61204a7be405bc1f8f801fe346d0c13\";s:3:\"img\";s:17:\"berni-federko.jpg\";s:7:\"preview\";s:81:\"https://www.essential-grid.com/template_library/bernie-federko-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:101:\"<div class=\"hcap\">Custom Row Grid<br/>Tooltip Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:17:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:16:\"Bernie Federko 2\";s:5:\"alias\";s:16:\"bernie-federko-2\";s:3:\"zip\";s:20:\"bernie-federko-2.zip\";s:3:\"uid\";s:32:\"8646eefad5b1446954e16e7c0aa1e087\";s:3:\"img\";s:20:\"bernie-federko-2.jpg\";s:7:\"preview\";s:83:\"https://www.essential-grid.com/template_library/bernie-federko-2-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:99:\"<div class=\"hcap\">Custom Row Grid<br/>Funky Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:17:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:6:\"Wilson\";s:5:\"alias\";s:13:\"woodrowwilson\";s:3:\"zip\";s:17:\"woodrowwilson.zip\";s:3:\"uid\";s:32:\"39d28845e10f32a759a27cdacba84693\";s:3:\"img\";s:10:\"wilson.jpg\";s:7:\"preview\";s:57:\"https://www.essential-grid.com/grids/wilson-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:78:\"<div class=\"hcap\">Variable Columns<br/>Clean Hover<br/>Filter/Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:05:46\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:17:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:12:\"Honus Wagner\";s:5:\"alias\";s:12:\"honus_wagner\";s:3:\"zip\";s:16:\"honus_wagner.zip\";s:3:\"uid\";s:32:\"460d8adc56999b662544efc5eef707b5\";s:3:\"img\";s:16:\"honus_wagner.jpg\";s:7:\"preview\";s:93:\"https://www.essential-grid.com/template_library/honus-wagner-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Blog Style<br/>Minimal Hover<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:17:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:9:\"Babe Ruth\";s:5:\"alias\";s:9:\"babe_ruth\";s:3:\"zip\";s:13:\"babe_ruth.zip\";s:3:\"uid\";s:32:\"83fb845082470890ca3d1096e1f971c4\";s:3:\"img\";s:13:\"babe_ruth.jpg\";s:7:\"preview\";s:90:\"https://www.essential-grid.com/template_library/babe-ruth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Grayscale Filter</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:1:{i:0;s:4:\"even\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:17:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:19:\"Dark Post Blog Grid\";s:5:\"alias\";s:14:\"dark_post_grid\";s:3:\"zip\";s:18:\"dark_post_grid.zip\";s:3:\"uid\";s:32:\"a421dd24c6d1b485b87938a6a5309fe3\";s:3:\"img\";s:13:\"dark_post.jpg\";s:7:\"preview\";s:85:\"https://www.essential-grid.com/template_library/dark-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:72:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Fancy<br/>Post Grid</div>\";s:11:\"setup_notes\";s:219:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nActivate Stroke Icons in Global Options or change icons.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:09:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:17:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:10:\"Grant Fuhr\";s:5:\"alias\";s:10:\"grant-fuhr\";s:3:\"zip\";s:14:\"grant-fuhr.zip\";s:3:\"uid\";s:32:\"985061e10cb0e4508664753321558ed5\";s:3:\"img\";s:8:\"fuhr.jpg\";s:7:\"preview\";s:58:\"https://www.essential-grid.com/grids/grant-fuhr-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:106:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Perfect for Events, Photos, Posts</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:43\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:17:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:14:\"Pat LaFontaine\";s:5:\"alias\";s:14:\"pat-lafontaine\";s:3:\"zip\";s:18:\"pat-lafontaine.zip\";s:3:\"uid\";s:32:\"35d905fa8c33ebce02611a398b963c70\";s:3:\"img\";s:18:\"pat-lafontaine.jpg\";s:7:\"preview\";s:69:\"https://www.essential-grid.com/grids/pat-lafontaine-woocommerce-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:90:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Use it everywhere</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:11\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:17:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:13:\"Clark Gillies\";s:5:\"alias\";s:13:\"clark-gillies\";s:3:\"zip\";s:17:\"clark-gillies.zip\";s:3:\"uid\";s:32:\"1687bd0ef44045e8407ac396f1c18558\";s:3:\"img\";s:17:\"clark-gillies.jpg\";s:7:\"preview\";s:61:\"https://www.essential-grid.com/grids/clark-gillies-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:89:\"<div class=\"hcap\">Stylish post grid<br/>Blurred Hover<br/>Grayscale Filter optional</div>\";s:11:\"setup_notes\";s:231:\"Demo posts available via import menu.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:58\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:17:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:9:\"Uwe Krupp\";s:5:\"alias\";s:9:\"uwe-krupp\";s:3:\"zip\";s:13:\"uwe-krupp.zip\";s:3:\"uid\";s:32:\"6513fe05651720633c4028cdc4b48854\";s:3:\"img\";s:13:\"uwe-krupp.jpg\";s:7:\"preview\";s:57:\"https://www.essential-grid.com/grids/uwe-krupp-blog-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Even post Grid<br/>Clean Grayscale Hover<br/>Social Sharing</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";i:3;s:7:\"sorting\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 17:53:36\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:17:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:14:\"Leon Draisaitl\";s:5:\"alias\";s:14:\"leon-draisaitl\";s:3:\"zip\";s:18:\"leon-draisaitl.zip\";s:3:\"uid\";s:32:\"90ae1e88586cc5121305195fc9ff274c\";s:3:\"img\";s:18:\"leon-draisaitl.jpg\";s:7:\"preview\";s:69:\"https://www.essential-grid.com/grids/leon-draisaitl-woocommerce-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:73:\"<div class=\"hcap\">Even Grid<br/>Image swap on hover<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:8:\"loadmore\";i:3;s:9:\"newupdate\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:04:26\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:17:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:11:\"Rod Langway\";s:5:\"alias\";s:11:\"rod-langway\";s:3:\"zip\";s:15:\"rod-langway.zip\";s:3:\"uid\";s:32:\"1a913cbe2165117edf31e037f13f8d5d\";s:3:\"img\";s:15:\"rod-langway.jpg\";s:7:\"preview\";s:64:\"https://www.essential-grid.com/grids/rod-langway-portfolio-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Lens click hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 17:53:57\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:17:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:11:\"Ray Bourque\";s:5:\"alias\";s:11:\"ray-bourque\";s:3:\"zip\";s:15:\"ray-bourque.zip\";s:3:\"uid\";s:32:\"6b4ec25011d5ff873661f5432a9a6973\";s:3:\"img\";s:15:\"ray_bourque.jpg\";s:7:\"preview\";s:64:\"https://www.essential-grid.com/grids/ray-bourque-portfolio-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Clean grey hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:6:\"addons\";a:1:{i:0;s:15:\"esg-fonts-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2021-11-25 18:03:55\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:17:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:4:\"Team\";s:5:\"alias\";s:4:\"team\";s:3:\"zip\";s:8:\"team.zip\";s:3:\"uid\";s:32:\"cecc49332710dd24dd437b66cf85a61a\";s:3:\"img\";s:8:\"team.jpg\";s:7:\"preview\";s:61:\"https://www.essential-grid.com/grids/team-grid-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"3.0.18\";s:11:\"description\";s:48:\"<div class=\"hcap\">Even Grid<br/>Post Based</div>\";s:11:\"setup_notes\";s:38:\"Demo content installed via Team Addon.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:9:\"newupdate\";}s:6:\"addons\";a:2:{i:0;s:15:\"esg-fonts-addon\";i:1;s:14:\"esg-team-addon\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:7:\"filters\";a:17:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:4:\"name\";s:4:\"Even\";s:4:\"slug\";s:4:\"even\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:4:\"name\";s:7:\"Masonry\";s:4:\"slug\";s:7:\"masonry\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:4:\"name\";s:11:\"Full Screen\";s:4:\"slug\";s:10:\"fullscreen\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:4:\"name\";s:10:\"Full Width\";s:4:\"slug\";s:9:\"fullwidth\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:4:\"name\";s:9:\"Load More\";s:4:\"slug\";s:8:\"loadmore\";}i:6;a:3:{s:2:\"id\";s:1:\"6\";s:4:\"name\";s:7:\"Clients\";s:4:\"slug\";s:7:\"clients\";}i:7;a:3:{s:2:\"id\";s:1:\"7\";s:4:\"name\";s:12:\"Price Tables\";s:4:\"slug\";s:11:\"pricetables\";}i:8;a:3:{s:2:\"id\";s:1:\"8\";s:4:\"name\";s:15:\"Variable Colums\";s:4:\"slug\";s:15:\"variablecolumns\";}i:9;a:3:{s:2:\"id\";s:1:\"9\";s:4:\"name\";s:12:\"Woo Commerce\";s:4:\"slug\";s:11:\"woocommerce\";}i:10;a:3:{s:2:\"id\";s:2:\"10\";s:4:\"name\";s:15:\"Filter Dropdown\";s:4:\"slug\";s:14:\"filterdropdown\";}i:11;a:3:{s:2:\"id\";s:2:\"11\";s:4:\"name\";s:3:\"New\";s:4:\"slug\";s:9:\"newupdate\";}i:12;a:3:{s:2:\"id\";s:2:\"12\";s:4:\"name\";s:7:\"Streams\";s:4:\"slug\";s:7:\"streams\";}i:13;a:3:{s:2:\"id\";s:2:\"13\";s:4:\"name\";s:13:\"No Navigation\";s:4:\"slug\";s:12:\"nonavigation\";}i:14;a:3:{s:2:\"id\";s:2:\"14\";s:4:\"name\";s:10:\"Pagination\";s:4:\"slug\";s:10:\"pagination\";}i:15;a:3:{s:2:\"id\";s:2:\"15\";s:4:\"name\";s:7:\"Sorting\";s:4:\"slug\";s:7:\"sorting\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:4:\"name\";s:5:\"Video\";s:4:\"slug\";s:5:\"video\";}i:17;a:3:{s:2:\"id\";s:2:\"17\";s:4:\"name\";s:9:\"Filtering\";s:4:\"slug\";s:9:\"filtering\";}}}', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(287, '_transient_wpgdprc_transient_published_posts', '', 'yes'),
(297, 'trx_addons_cpt_layouts_created', '1', 'yes'),
(300, 'give_install_pages_created', '1', 'no'),
(302, '_give_table_check', '1707299615', 'no'),
(306, 'action_scheduler_migration_status', 'complete', 'yes'),
(307, 'mc4wp_version', '4.9.10', 'yes'),
(308, 'wpgdprc_activated', 'notice_shown', 'yes'),
(311, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(312, '_transient_timeout__tribe_admin_notices', '1709286816', 'no'),
(313, '_transient__tribe_admin_notices', 'a:0:{}', 'no'),
(314, 'mc4wp_flash_messages', 'a:0:{}', 'no'),
(320, 'trx_addons_admin_message', '', 'yes'),
(321, 'trx_addons_options', 'a:49:{s:10:\"debug_mode\";i:0;s:19:\"move_styles_to_head\";i:0;s:22:\"move_scripts_to_footer\";i:0;s:19:\"remove_ver_from_url\";i:0;s:10:\"ajax_views\";i:0;s:12:\"retina_ready\";s:1:\"1\";s:14:\"images_quality\";s:2:\"95\";s:14:\"page_preloader\";s:4:\"none\";s:23:\"page_preloader_bg_color\";s:7:\"#ffffff\";s:20:\"page_preloader_image\";s:0:\"\";s:13:\"scroll_to_top\";s:1:\"1\";s:19:\"animate_inner_links\";i:0;s:16:\"add_target_blank\";i:0;s:12:\"popup_engine\";s:8:\"magnific\";s:10:\"menu_cache\";i:0;s:13:\"menu_collapse\";s:1:\"1\";s:18:\"menu_collapse_icon\";s:29:\"trx_addons_icon-ellipsis-vert\";s:21:\"breadcrumbs_max_level\";s:1:\"3\";s:14:\"login_via_ajax\";s:1:\"1\";s:17:\"login_via_socials\";s:0:\"\";s:29:\"notify_about_new_registration\";s:2:\"no\";s:20:\"testimonials_disable\";i:0;s:12:\"team_disable\";i:0;s:10:\"team_style\";s:9:\"default_2\";s:13:\"sport_disable\";i:0;s:14:\"sport_favorite\";s:0:\"\";s:18:\"competitions_style\";s:9:\"default_3\";s:16:\"services_disable\";i:0;s:14:\"services_style\";s:9:\"default_2\";s:13:\"services_form\";s:4:\"2141\";s:15:\"api_google_load\";s:1:\"1\";s:10:\"api_google\";s:0:\"\";s:17:\"api_google_marker\";s:0:\"\";s:18:\"api_google_cluster\";s:0:\"\";s:20:\"api_google_analitics\";s:0:\"\";s:22:\"api_google_remarketing\";s:0:\"\";s:13:\"api_fb_app_id\";s:0:\"\";s:7:\"socials\";a:3:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:36:\"https://www.facebook.com/umuhuza.ngo\";s:4:\"name\";s:13:\"icon-facebook\";}i:1;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:30:\"https://twitter.com/NgoUmuhuza\";s:4:\"name\";s:14:\"icon-twitter-1\";}i:2;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:38:\"https://www.instagram.com/umuhuza_ngo/\";s:4:\"name\";s:15:\"icon-instagramm\";}}s:5:\"share\";a:4:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:56:\"https://twitter.com/intent/tweet?text={title}&url={link}\";s:4:\"name\";s:14:\"icon-twitter-3\";}i:1;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:50:\"http://www.facebook.com/sharer/sharer.php?u={link}\";s:4:\"name\";s:24:\"trx_addons_icon-facebook\";}i:2;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:60:\"http://www.tumblr.com/share?v=3&u={link}&t={title}&s={descr}\";s:4:\"name\";s:22:\"trx_addons_icon-tumblr\";}i:3;a:3:{s:5:\"title\";s:6:\"E-mail\";s:3:\"url\";s:54:\"mailto:[email protected]?subject={title}&body={link}\";s:4:\"name\";s:20:\"trx_addons_icon-mail\";}}s:11:\"add_og_tags\";s:1:\"1\";s:16:\"emotions_allowed\";i:0;s:8:\"emotions\";a:1:{i:0;a:2:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:0:\"\";}}s:16:\"scroll_to_anchor\";i:0;s:27:\"update_location_from_anchor\";i:0;s:11:\"input_hover\";s:7:\"default\";s:14:\"layouts_create\";s:0:\"\";s:18:\"columns_wrap_class\";s:0:\"\";s:24:\"columns_wrap_class_fluid\";s:0:\"\";s:12:\"column_class\";s:0:\"\";}', 'yes'),
(322, 'trx_addons_widgets_areas', 'a:1:{i:0;a:3:{s:2:\"id\";i:1;s:4:\"name\";s:13:\"Short Sidebar\";s:11:\"description\";s:0:\"\";}}', 'yes'),
(323, 'mc4wp_default_form_id', '1194', 'yes'),
(324, 'mc4wp_form_stylesheets', 'a:0:{}', 'yes'),
(327, 'widget_tribe-events-list-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(328, 'widget_trx_addons_widget_aboutme', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(329, 'widget_trx_addons_widget_banner', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(330, 'widget_trx_addons_widget_cars_compare', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(331, 'widget_trx_addons_widget_cars_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(332, 'widget_trx_addons_widget_cars_sort', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(333, 'widget_trx_addons_widget_categories_list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(334, 'widget_trx_addons_widget_custom_links', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(335, 'widget_trx_addons_widget_flickr', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(336, 'widget_trx_addons_widget_instagram', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(337, 'widget_trx_addons_widget_popular_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(338, 'widget_trx_addons_widget_properties_compare', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(339, 'widget_trx_addons_widget_properties_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(340, 'widget_trx_addons_widget_properties_sort', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(341, 'widget_trx_addons_widget_rating_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(342, 'widget_trx_addons_widget_twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(346, 'rs_image_meta_todo', 'a:0:{}', 'yes'),
(353, 'category_children', 'a:0:{}', 'yes'),
(354, 'give_forms_category_children', 'a:0:{}', 'yes'),
(356, 'cpt_layouts_group_children', 'a:0:{}', 'yes'),
(358, 'cpt_team_group_children', 'a:0:{}', 'yes'),
(359, 'cpt_testimonials_group_children', 'a:0:{}', 'yes'),
(362, 'give_telemetry_hide_usage_tracking_notice', '0', 'no'),
(366, 'planet_shakers_action', '', 'yes'),
(367, 'planet_shakers_admin_messages', '', 'yes'),
(371, 'WPLANG', '', 'yes'),
(372, 'new_admin_email', '[email protected]', 'yes'),
(383, 'tribe_customizer', 'a:1:{s:15:\"global_elements\";a:2:{s:9:\"font_size\";s:1:\"0\";s:14:\"font_size_base\";s:2:\"16\";}}', 'yes'),
(385, 'planet_shakers_admin_notice', '0', 'yes'),
(400, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(463, 'secret_key', 'H;62g^G{%hr75eoe|ty;J*I{A%j7[nPKb=j,R-6<dqgT(;_XM/IF0s:v@zC_o6 ,', 'no'),
(662, 'essential-connection', '1', 'yes'),
(663, 'essential-notices', 'a:5:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.1\";s:4:\"text\";s:293:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340#item-description__version-2-1-5-artemis-26th-june-2017\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_215.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"EssGrid 2.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPEG215-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"2.2.9\";s:4:\"text\";s:341:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_23.jpg\" srcset=\"//updates.themepunch.tools/banners/[email protected]\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-00\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.3\";s:4:\"text\";s:343:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_231.jpg\" srcset=\"//updates.themepunch.tools/banners/[email protected]\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":8:{s:7:\"version\";s:7:\"2.9.999\";s:4:\"text\";s:283:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"https://www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.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:{}}i:4;O:8:\"stdClass\":8:{s:7:\"version\";s:7:\"9.9.999\";s:4:\"text\";s:952:\"<div style=\"display: block; background: #1b0e41;text-align: center; height:300px;\"><noscript><img src=\"//updates.themepunch.tools//banners/rs60/cyberweek.jpg\" usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\"></noscript><img usemap=\"#srbannermap\" style=\"min-width:920px;height:300px;display: inline-block;\" src=\"//updates.themepunch.tools//banners/rs60/cyberweek.jpg\"></div>\n<map name=\"srbannermap\">\n    <area target=\"_blank\" alt=\"Slider Revolution\" title=\"Slider Revolution\" href=\"https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&amp;utm_medium=banner&amp;utm_campaign=srusers&amp;utm_content=cyberweeks22\" coords=\"569,135,890,196\" shape=\"rect\">\n    <area target=\"_blank\" alt=\"Essential Grid\" title=\"Essential Grid\" href=\"https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22\" coords=\"570,200,889,260\" shape=\"rect\">\n</map>\";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'),
(664, 'essential-dashboard', 'O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"1.0.0\";s:10:\"version_to\";s:5:\"1.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}', 'yes'),
(665, 'tp_eg_latest-version', '3.1.1', 'yes'),
(803, '_transient_health-check-site-status-result', '{\"good\":16,\"recommended\":6,\"critical\":1}', 'yes'),
(1282, 'give_version_upgraded_from', '2.33.4', 'no'),
(1333, 'revslider_update_revision_current', '6.2.0', 'yes'),
(3727, 'tp_eg_valid-notice', 'false', 'yes'),
(8533, 'planet_shakers_rate_notice', '0', 'yes'),
(8694, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(9303, 'wp_attachment_pages_enabled', '1', 'yes'),
(9393, 'can_compress_scripts', '1', 'yes'),
(13534, 'recovery_mode_email_last_sent', '1701941911', 'yes'),
(17580, 'givewp_welcome_banner_dismiss', '1700630002', 'yes'),
(17861, 'sby_statuses', 'a:2:{s:24:\"support_legacy_shortcode\";b:0;s:13:\"first_install\";i:1700648263;}', 'no'),
(17864, 'sby_rating_notice', 'pending', 'no'),
(17865, 'sby_db_version', '2', 'yes'),
(17866, 'sby_usage_tracking_config', 'a:6:{s:3:\"day\";i:0;s:4:\"hour\";i:11;s:6:\"minute\";i:26;s:6:\"second\";i:3;s:6:\"offset\";i:41163;s:8:\"initsend\";i:1700997963;}', 'yes'),
(17868, 'sby_cron_report', 'a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2024-01-23 15:57:03\";s:20:\"num_found_transients\";i:0;}}', 'no'),
(17869, 'sby_notifications', 'a:4:{s:6:\"update\";i:1706694813;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(17870, 'sby_newuser_notifications', 'a:4:{s:6:\"update\";i:1700648264;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:25:\"How Do You Like {plugin}?\";s:7:\"content\";s:260:\"It\'s great to see that you\'ve been using the <strong>{plugin}</strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:195:\"<strong>Exclusive offer!</strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong>{amount} off</strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(17871, 'sby_check_license_api_when_expires', 'true', 'yes'),
(17872, 'sby_license_data', 'O:8:\"stdClass\":5:{s:7:\"success\";b:0;s:7:\"license\";s:7:\"invalid\";s:7:\"item_id\";b:0;s:9:\"item_name\";s:17:\"Feeds for YouTube\";s:8:\"checksum\";s:32:\"ea66ab2e8fd5d88785fced99003b24da\";}', 'yes'),
(17873, 'sby_license_status', 'invalid', 'yes'),
(17874, 'sby_check_license_api_post_grace_period', 'true', 'yes'),
(36010, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.3.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-6.4.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.4.3-partial-2.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.3\";s:7:\"version\";s:5:\"6.4.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:5:\"6.4.2\";}}s:12:\"last_checked\";i:1706694814;s:15:\"version_checked\";s:5:\"6.4.2\";s:12:\"translations\";a:0:{}}', 'no'),
(36900, 'tribe_events_cat_children', 'a:0:{}', 'yes'),
(36926, 'site_logo', '2834', 'yes'),
(38640, 'cpt_services_group_children', 'a:0:{}', 'yes'),
(39064, 'tec_timed_events_timezone_update_needed', 'a:3:{s:3:\"key\";s:29:\"events_timezone_update_needed\";s:5:\"value\";b:0;s:10:\"expiration\";i:1702150888;}', 'yes'),
(39186, 'ctf_version', '2.2.1', 'yes'),
(39187, 'ctf_usage_tracking', 'a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}', 'no'),
(39188, 'widget_custom-twitter-feeds-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(39191, 'ctf_rating_notice', 'pending', 'no'),
(39192, 'ctf_statuses', 'a:5:{s:13:\"first_install\";i:1702067618;s:24:\"support_legacy_shortcode\";b:0;s:17:\"first_cron_update\";i:1702215218;s:18:\"smash_twitter_cron\";a:3:{s:15:\"request_counter\";i:0;s:26:\"request_counter_reset_time\";i:1705977220;s:24:\"last_update_process_time\";i:1705966425;}s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1705998890;s:11:\"initialized\";i:1702067683;}}', 'yes'),
(39193, 'ctf_db_version', '1.5', 'yes'),
(39195, 'ctf_notifications', 'a:4:{s:6:\"update\";i:1706694813;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(39196, 'ctf_newuser_notifications', 'a:4:{s:6:\"update\";i:1702067619;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:25:\"How Do You Like {plugin}?\";s:7:\"content\";s:260:\"It\'s great to see that you\'ve been using the <strong>{plugin}</strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:195:\"<strong>Exclusive offer!</strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong>{amount} off</strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(39199, 'ctf_cron_report', 'a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2024-01-23 08:34:50\";s:20:\"num_found_transients\";i:0;}}', 'no'),
(89240, '_site_transient_timeout_browser_ce58a5260ba4fa9cdedf4886e4cf45c6', '1706256471', 'no'),
(89241, '_site_transient_browser_ce58a5260ba4fa9cdedf4886e4cf45c6', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"120.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(89244, 'give_cache__give_ajax_works', 'a:2:{s:4:\"data\";s:1:\"1\";s:10:\"expiration\";i:1705738071;}', 'no'),
(91671, '_transient_timeout_mc4wp_mailchimp_lists', '1706061317', 'no'),
(91672, '_transient_mc4wp_mailchimp_lists', 'a:0:{}', 'no'),
(94070, '_transient_timeout_tribe_views_v2_cache_87b803977381:1705218581.1571_0', '1706032029', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94071, '_transient_tribe_views_v2_cache_87b803977381:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"788b7fdd-0736-48b2-a37f-5048ddbd1b98\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-10\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-12\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-10-28\":[],\"2024-10-29\":[],\"2024-10-30\":[],\"2024-10-31\":[],\"2024-11-01\":[],\"2024-11-02\":[],\"2024-11-03\":[],\"2024-11-04\":[],\"2024-11-05\":[],\"2024-11-06\":[],\"2024-11-07\":[],\"2024-11-08\":[],\"2024-11-09\":[],\"2024-11-10\":[],\"2024-11-11\":[],\"2024-11-12\":[],\"2024-11-13\":[],\"2024-11-14\":[],\"2024-11-15\":[],\"2024-11-16\":[],\"2024-11-17\":[],\"2024-11-18\":[],\"2024-11-19\":[],\"2024-11-20\":[],\"2024-11-21\":[],\"2024-11-22\":[],\"2024-11-23\":[],\"2024-11-24\":[],\"2024-11-25\":[],\"2024-11-26\":[],\"2024-11-27\":[],\"2024-11-28\":[],\"2024-11-29\":[],\"2024-11-30\":[],\"2024-12-01\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-11\",\"url_event_date\":\"2024-11-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-11\"},\"today\":\"2024-01-22 00:00:00\",\"now\":\"2024-01-22 17:47:09\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Oct\",\"next_label\":\"Dec\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"All Events\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"All Events\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"788b7fdd-0736-48b2-a37f-5048ddbd1b98\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=all-events&tribe-bar-date=2024-11-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-11\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-22\",\"grid_date\":\"2024-11-01\",\"formatted_grid_date\":\"November 2024\",\"formatted_grid_date_mobile\":\"2024-11-01\",\"days\":{\"2024-10-28\":{\"date\":\"2024-10-28\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-28\"},\"2024-10-29\":{\"date\":\"2024-10-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-29\"},\"2024-10-30\":{\"date\":\"2024-10-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-30\"},\"2024-10-31\":{\"date\":\"2024-10-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-31\"},\"2024-11-01\":{\"date\":\"2024-11-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-01\"},\"2024-11-02\":{\"date\":\"2024-11-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-02\"},\"2024-11-03\":{\"date\":\"2024-11-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-03\"},\"2024-11-04\":{\"date\":\"2024-11-04\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-04\"},\"2024-11-05\":{\"date\":\"2024-11-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-05\"},\"2024-11-06\":{\"date\":\"2024-11-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-06\"},\"2024-11-07\":{\"date\":\"2024-11-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-07\"},\"2024-11-08\":{\"date\":\"2024-11-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-08\"},\"2024-11-09\":{\"date\":\"2024-11-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-09\"},\"2024-11-10\":{\"date\":\"2024-11-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-10\"},\"2024-11-11\":{\"date\":\"2024-11-11\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-11\"},\"2024-11-12\":{\"date\":\"2024-11-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-12\"},\"2024-11-13\":{\"date\":\"2024-11-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-13\"},\"2024-11-14\":{\"date\":\"2024-11-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-14\"},\"2024-11-15\":{\"date\":\"2024-11-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-15\"},\"2024-11-16\":{\"date\":\"2024-11-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-16\"},\"2024-11-17\":{\"date\":\"2024-11-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-17\"},\"2024-11-18\":{\"date\":\"2024-11-18\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-18\"},\"2024-11-19\":{\"date\":\"2024-11-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-19\"},\"2024-11-20\":{\"date\":\"2024-11-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-20\"},\"2024-11-21\":{\"date\":\"2024-11-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-21\"},\"2024-11-22\":{\"date\":\"2024-11-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-22\"},\"2024-11-23\":{\"date\":\"2024-11-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-23\"},\"2024-11-24\":{\"date\":\"2024-11-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-24\"},\"2024-11-25\":{\"date\":\"2024-11-25\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-25\"},\"2024-11-26\":{\"date\":\"2024-11-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-26\"},\"2024-11-27\":{\"date\":\"2024-11-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-27\"},\"2024-11-28\":{\"date\":\"2024-11-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-28\"},\"2024-11-29\":{\"date\":\"2024-11-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-29\"},\"2024-11-30\":{\"date\":\"2024-11-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-30\"},\"2024-12-01\":{\"date\":\"2024-12-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-12-01\"}},\"next_month\":\"12\",\"prev_month\":\"10\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-10-28\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		All Events	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		All Events	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-11-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=all-events&#038;eventDate=2024-11-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-10\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-12\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-11\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-11-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				November 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-11-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-10\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Oct\"\n		title=\"Previous month, Oct\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Oct	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-12\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Dec\"\n		title=\"Next month, Dec\"\n		rel=\"noindex\"\n	>\n		Dec		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dall-events%26tribe-bar-date%3D2024-11%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-11&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-11%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-11%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"788b7fdd-0736-48b2-a37f-5048ddbd1b98\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94086, '_transient_timeout_tribe_views_v2_cache_ab001d365dc1:1705218581.1571_0', '1706032844', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94087, '_transient_tribe_views_v2_cache_ab001d365dc1:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"2de21031-388d-4887-beaa-2a94534f4b11\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2024-11\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2025-01\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-11-25\":[],\"2024-11-26\":[],\"2024-11-27\":[],\"2024-11-28\":[],\"2024-11-29\":[],\"2024-11-30\":[],\"2024-12-01\":[],\"2024-12-02\":[],\"2024-12-03\":[],\"2024-12-04\":[],\"2024-12-05\":[],\"2024-12-06\":[],\"2024-12-07\":[],\"2024-12-08\":[],\"2024-12-09\":[],\"2024-12-10\":[],\"2024-12-11\":[],\"2024-12-12\":[],\"2024-12-13\":[],\"2024-12-14\":[],\"2024-12-15\":[],\"2024-12-16\":[],\"2024-12-17\":[],\"2024-12-18\":[],\"2024-12-19\":[],\"2024-12-20\":[],\"2024-12-21\":[],\"2024-12-22\":[],\"2024-12-23\":[],\"2024-12-24\":[],\"2024-12-25\":[],\"2024-12-26\":[],\"2024-12-27\":[],\"2024-12-28\":[],\"2024-12-29\":[],\"2024-12-30\":[],\"2024-12-31\":[],\"2025-01-01\":[],\"2025-01-02\":[],\"2025-01-03\":[],\"2025-01-04\":[],\"2025-01-05\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2024-12\",\"url_event_date\":\"2024-12-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-12\"},\"today\":\"2024-01-22 00:00:00\",\"now\":\"2024-01-22 18:00:44\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Nov\",\"next_label\":\"Jan\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"Events Chess\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"Events Chess\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-12&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"2de21031-388d-4887-beaa-2a94534f4b11\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=events-chess&tribe-bar-date=2024-12-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2024-12\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-22\",\"grid_date\":\"2024-12-01\",\"formatted_grid_date\":\"December 2024\",\"formatted_grid_date_mobile\":\"2024-12-01\",\"days\":{\"2024-11-25\":{\"date\":\"2024-11-25\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-11-25\"},\"2024-11-26\":{\"date\":\"2024-11-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-11-26\"},\"2024-11-27\":{\"date\":\"2024-11-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-11-27\"},\"2024-11-28\":{\"date\":\"2024-11-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-11-28\"},\"2024-11-29\":{\"date\":\"2024-11-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-11-29\"},\"2024-11-30\":{\"date\":\"2024-11-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-11-30\"},\"2024-12-01\":{\"date\":\"2024-12-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-01\"},\"2024-12-02\":{\"date\":\"2024-12-02\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-02\"},\"2024-12-03\":{\"date\":\"2024-12-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-03\"},\"2024-12-04\":{\"date\":\"2024-12-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-04\"},\"2024-12-05\":{\"date\":\"2024-12-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-05\"},\"2024-12-06\":{\"date\":\"2024-12-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-06\"},\"2024-12-07\":{\"date\":\"2024-12-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-07\"},\"2024-12-08\":{\"date\":\"2024-12-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-08\"},\"2024-12-09\":{\"date\":\"2024-12-09\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-09\"},\"2024-12-10\":{\"date\":\"2024-12-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-10\"},\"2024-12-11\":{\"date\":\"2024-12-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-11\"},\"2024-12-12\":{\"date\":\"2024-12-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-12\"},\"2024-12-13\":{\"date\":\"2024-12-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-13\"},\"2024-12-14\":{\"date\":\"2024-12-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-14\"},\"2024-12-15\":{\"date\":\"2024-12-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-15\"},\"2024-12-16\":{\"date\":\"2024-12-16\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-16\"},\"2024-12-17\":{\"date\":\"2024-12-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-17\"},\"2024-12-18\":{\"date\":\"2024-12-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-18\"},\"2024-12-19\":{\"date\":\"2024-12-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-19\"},\"2024-12-20\":{\"date\":\"2024-12-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-20\"},\"2024-12-21\":{\"date\":\"2024-12-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-21\"},\"2024-12-22\":{\"date\":\"2024-12-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-22\"},\"2024-12-23\":{\"date\":\"2024-12-23\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-23\"},\"2024-12-24\":{\"date\":\"2024-12-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-24\"},\"2024-12-25\":{\"date\":\"2024-12-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-25\"},\"2024-12-26\":{\"date\":\"2024-12-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-26\"},\"2024-12-27\":{\"date\":\"2024-12-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-27\"},\"2024-12-28\":{\"date\":\"2024-12-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-28\"},\"2024-12-29\":{\"date\":\"2024-12-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-29\"},\"2024-12-30\":{\"date\":\"2024-12-30\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-30\"},\"2024-12-31\":{\"date\":\"2024-12-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-12-31\"},\"2025-01-01\":{\"date\":\"2025-01-01\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2025-01-01\"},\"2025-01-02\":{\"date\":\"2025-01-02\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2025-01-02\"},\"2025-01-03\":{\"date\":\"2025-01-03\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2025-01-03\"},\"2025-01-04\":{\"date\":\"2025-01-04\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2025-01-04\"},\"2025-01-05\":{\"date\":\"2025-01-05\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2025-01-05\"}},\"next_month\":\"1\",\"prev_month\":\"11\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-11-25\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		Events Chess	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		Events Chess	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-12\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=events-chess&#038;tribe-bar-date=2024-12-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-12\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=events-chess&#038;eventDate=2024-12-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-11\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2025-01\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-12\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-12-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				December 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-12-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-11\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Nov\"\n		title=\"Previous month, Nov\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Nov	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2025-01\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Jan\"\n		title=\"Next month, Jan\"\n		rel=\"noindex\"\n	>\n		Jan		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Devents-chess%26tribe-bar-date%3D2024-12%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=events-chess&#038;tribe-bar-date=2024-12&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Devents-chess%2526tribe-bar-date%253D2024-12%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Devents-chess%2526tribe-bar-date%253D2024-12%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-12&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-12&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"2de21031-388d-4887-beaa-2a94534f4b11\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94103, '_transient_timeout_tribe_views_v2_cache_fa3a0e0bdaac:1705218581.1571_0', '1706033765', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94104, '_transient_tribe_views_v2_cache_fa3a0e0bdaac:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"96c614ff-ab49-408b-abf4-c92f51332b86\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2024-05\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2024-07\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-05-27\":[],\"2024-05-28\":[],\"2024-05-29\":[],\"2024-05-30\":[],\"2024-05-31\":[],\"2024-06-01\":[],\"2024-06-02\":[],\"2024-06-03\":[],\"2024-06-04\":[],\"2024-06-05\":[],\"2024-06-06\":[],\"2024-06-07\":[],\"2024-06-08\":[],\"2024-06-09\":[],\"2024-06-10\":[],\"2024-06-11\":[],\"2024-06-12\":[],\"2024-06-13\":[],\"2024-06-14\":[],\"2024-06-15\":[],\"2024-06-16\":[],\"2024-06-17\":[],\"2024-06-18\":[],\"2024-06-19\":[],\"2024-06-20\":[],\"2024-06-21\":[],\"2024-06-22\":[],\"2024-06-23\":[],\"2024-06-24\":[],\"2024-06-25\":[],\"2024-06-26\":[],\"2024-06-27\":[],\"2024-06-28\":[],\"2024-06-29\":[],\"2024-06-30\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2024-06\",\"url_event_date\":\"2024-06-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-06\"},\"today\":\"2024-01-22 00:00:00\",\"now\":\"2024-01-22 18:16:05\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"May\",\"next_label\":\"Jul\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"Events Chess\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"Events Chess\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-06&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"96c614ff-ab49-408b-abf4-c92f51332b86\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=events-chess&tribe-bar-date=2024-06-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=events-chess&eventDate=2024-06\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-22\",\"grid_date\":\"2024-06-01\",\"formatted_grid_date\":\"June 2024\",\"formatted_grid_date_mobile\":\"2024-06-01\",\"days\":{\"2024-05-27\":{\"date\":\"2024-05-27\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-05-27\"},\"2024-05-28\":{\"date\":\"2024-05-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-05-28\"},\"2024-05-29\":{\"date\":\"2024-05-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-05-29\"},\"2024-05-30\":{\"date\":\"2024-05-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-05-30\"},\"2024-05-31\":{\"date\":\"2024-05-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-05-31\"},\"2024-06-01\":{\"date\":\"2024-06-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-01\"},\"2024-06-02\":{\"date\":\"2024-06-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-02\"},\"2024-06-03\":{\"date\":\"2024-06-03\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-03\"},\"2024-06-04\":{\"date\":\"2024-06-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-04\"},\"2024-06-05\":{\"date\":\"2024-06-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-05\"},\"2024-06-06\":{\"date\":\"2024-06-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-06\"},\"2024-06-07\":{\"date\":\"2024-06-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-07\"},\"2024-06-08\":{\"date\":\"2024-06-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-08\"},\"2024-06-09\":{\"date\":\"2024-06-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-09\"},\"2024-06-10\":{\"date\":\"2024-06-10\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-10\"},\"2024-06-11\":{\"date\":\"2024-06-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-11\"},\"2024-06-12\":{\"date\":\"2024-06-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-12\"},\"2024-06-13\":{\"date\":\"2024-06-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-13\"},\"2024-06-14\":{\"date\":\"2024-06-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-14\"},\"2024-06-15\":{\"date\":\"2024-06-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-15\"},\"2024-06-16\":{\"date\":\"2024-06-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-16\"},\"2024-06-17\":{\"date\":\"2024-06-17\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-17\"},\"2024-06-18\":{\"date\":\"2024-06-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-18\"},\"2024-06-19\":{\"date\":\"2024-06-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-19\"},\"2024-06-20\":{\"date\":\"2024-06-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-20\"},\"2024-06-21\":{\"date\":\"2024-06-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-21\"},\"2024-06-22\":{\"date\":\"2024-06-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-22\"},\"2024-06-23\":{\"date\":\"2024-06-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-23\"},\"2024-06-24\":{\"date\":\"2024-06-24\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-24\"},\"2024-06-25\":{\"date\":\"2024-06-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-25\"},\"2024-06-26\":{\"date\":\"2024-06-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-26\"},\"2024-06-27\":{\"date\":\"2024-06-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-27\"},\"2024-06-28\":{\"date\":\"2024-06-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-28\"},\"2024-06-29\":{\"date\":\"2024-06-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-29\"},\"2024-06-30\":{\"date\":\"2024-06-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=events-chess&eventDate=2024-06-30\"}},\"next_month\":\"7\",\"prev_month\":\"5\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-05-27\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		Events Chess	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		Events Chess	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-06\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=events-chess&#038;tribe-bar-date=2024-06-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-06\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=events-chess&#038;eventDate=2024-06-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-05\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-07\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-06\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-06-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				June 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-06-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-05\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, May\"\n		title=\"Previous month, May\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		May	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-07\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Jul\"\n		title=\"Next month, Jul\"\n		rel=\"noindex\"\n	>\n		Jul		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Devents-chess%26tribe-bar-date%3D2024-06%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=events-chess&#038;tribe-bar-date=2024-06&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Devents-chess%2526tribe-bar-date%253D2024-06%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Devents-chess%2526tribe-bar-date%253D2024-06%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-06&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=events-chess&#038;eventDate=2024-06&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"96c614ff-ab49-408b-abf4-c92f51332b86\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94119, '_transient_timeout_tribe_views_v2_cache_f037d4adcaeb:1705218581.1571_0', '1706034595', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94120, '_transient_tribe_views_v2_cache_f037d4adcaeb:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"198bf45c-6531-4c63-8c39-90fa85fc62c9\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-03\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-05\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-04-01\":[],\"2024-04-02\":[],\"2024-04-03\":[],\"2024-04-04\":[],\"2024-04-05\":[],\"2024-04-06\":[],\"2024-04-07\":[],\"2024-04-08\":[],\"2024-04-09\":[],\"2024-04-10\":[],\"2024-04-11\":[],\"2024-04-12\":[],\"2024-04-13\":[],\"2024-04-14\":[],\"2024-04-15\":[],\"2024-04-16\":[],\"2024-04-17\":[],\"2024-04-18\":[],\"2024-04-19\":[],\"2024-04-20\":[],\"2024-04-21\":[],\"2024-04-22\":[],\"2024-04-23\":[],\"2024-04-24\":[],\"2024-04-25\":[],\"2024-04-26\":[],\"2024-04-27\":[],\"2024-04-28\":[],\"2024-04-29\":[],\"2024-04-30\":[],\"2024-05-01\":[],\"2024-05-02\":[],\"2024-05-03\":[],\"2024-05-04\":[],\"2024-05-05\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-04\",\"url_event_date\":\"2024-04-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-04\"},\"today\":\"2024-01-22 00:00:00\",\"now\":\"2024-01-22 18:29:55\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Mar\",\"next_label\":\"May\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"198bf45c-6531-4c63-8c39-90fa85fc62c9\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe-bar-date=2024-04-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-04\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-22\",\"grid_date\":\"2024-04-01\",\"formatted_grid_date\":\"April 2024\",\"formatted_grid_date_mobile\":\"2024-04-01\",\"days\":{\"2024-04-01\":{\"date\":\"2024-04-01\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-01\"},\"2024-04-02\":{\"date\":\"2024-04-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-02\"},\"2024-04-03\":{\"date\":\"2024-04-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-03\"},\"2024-04-04\":{\"date\":\"2024-04-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-04\"},\"2024-04-05\":{\"date\":\"2024-04-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-05\"},\"2024-04-06\":{\"date\":\"2024-04-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-06\"},\"2024-04-07\":{\"date\":\"2024-04-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-07\"},\"2024-04-08\":{\"date\":\"2024-04-08\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-08\"},\"2024-04-09\":{\"date\":\"2024-04-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-09\"},\"2024-04-10\":{\"date\":\"2024-04-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-10\"},\"2024-04-11\":{\"date\":\"2024-04-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-11\"},\"2024-04-12\":{\"date\":\"2024-04-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-12\"},\"2024-04-13\":{\"date\":\"2024-04-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-13\"},\"2024-04-14\":{\"date\":\"2024-04-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-14\"},\"2024-04-15\":{\"date\":\"2024-04-15\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-15\"},\"2024-04-16\":{\"date\":\"2024-04-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-16\"},\"2024-04-17\":{\"date\":\"2024-04-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-17\"},\"2024-04-18\":{\"date\":\"2024-04-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-18\"},\"2024-04-19\":{\"date\":\"2024-04-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-19\"},\"2024-04-20\":{\"date\":\"2024-04-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-20\"},\"2024-04-21\":{\"date\":\"2024-04-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-21\"},\"2024-04-22\":{\"date\":\"2024-04-22\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-22\"},\"2024-04-23\":{\"date\":\"2024-04-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-23\"},\"2024-04-24\":{\"date\":\"2024-04-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-24\"},\"2024-04-25\":{\"date\":\"2024-04-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-25\"},\"2024-04-26\":{\"date\":\"2024-04-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-26\"},\"2024-04-27\":{\"date\":\"2024-04-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-27\"},\"2024-04-28\":{\"date\":\"2024-04-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-28\"},\"2024-04-29\":{\"date\":\"2024-04-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-29\"},\"2024-04-30\":{\"date\":\"2024-04-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-30\"},\"2024-05-01\":{\"date\":\"2024-05-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-01\"},\"2024-05-02\":{\"date\":\"2024-05-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-02\"},\"2024-05-03\":{\"date\":\"2024-05-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-03\"},\"2024-05-04\":{\"date\":\"2024-05-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-04\"},\"2024-05-05\":{\"date\":\"2024-05-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-05\"}},\"next_month\":\"5\",\"prev_month\":\"3\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-04-01\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n	\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe-bar-date=2024-04-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;eventDate=2024-04-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-03\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-05\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-04\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-04-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				April 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-04-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-03\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Mar\"\n		title=\"Previous month, Mar\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Mar	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-05\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, May\"\n		title=\"Next month, May\"\n		rel=\"noindex\"\n	>\n		May		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe-bar-date%3D2024-04%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe-bar-date=2024-04&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2024-04%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2024-04%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;eventDate=2024-04&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"198bf45c-6531-4c63-8c39-90fa85fc62c9\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94124, '_transient_timeout_tribe_views_v2_cache_98020c05b391:1705218581.1571_0', '1706034691', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94125, '_transient_tribe_views_v2_cache_98020c05b391:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"614765f8-4aeb-458f-a55c-9a9d66e9f0c4\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_event_display=past&eventDate=2023-10\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_event_display=past&eventDate=2023-12\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2023-10-30\":[],\"2023-10-31\":[],\"2023-11-01\":[],\"2023-11-02\":[],\"2023-11-03\":[],\"2023-11-04\":[],\"2023-11-05\":[],\"2023-11-06\":[],\"2023-11-07\":[],\"2023-11-08\":[],\"2023-11-09\":[],\"2023-11-10\":[],\"2023-11-11\":[],\"2023-11-12\":[],\"2023-11-13\":[],\"2023-11-14\":[],\"2023-11-15\":[],\"2023-11-16\":[],\"2023-11-17\":[],\"2023-11-18\":[],\"2023-11-19\":[],\"2023-11-20\":[],\"2023-11-21\":[],\"2023-11-22\":[],\"2023-11-23\":[],\"2023-11-24\":[],\"2023-11-25\":[],\"2023-11-26\":[],\"2023-11-27\":[],\"2023-11-28\":[],\"2023-11-29\":[],\"2023-11-30\":[],\"2023-12-01\":[],\"2023-12-02\":[],\"2023-12-03\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2023-11&tribe_event_display=past\",\"url_event_date\":\"2023-11-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2023-11\"},\"today\":\"2024-01-22 00:00:00\",\"now\":\"2024-01-22 18:31:31\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Oct\",\"next_label\":\"Dec\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There were no results found for this view. Jump to the <a href=\\\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\\\" class=\\\"tribe-events-c-messages__message-list-item-link tribe-common-anchor-thin-alt\\\" data-js=\\\"tribe-events-view-link\\\">next upcoming events<\\/a>.\"]},\"start_of_week\":\"1\",\"header_title\":\"\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2023-11&#038;tribe_event_display=past&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":true,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"614765f8-4aeb-458f-a55c-9a9d66e9f0c4\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_event_display=past&tribe-bar-date=2023-11-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2023-11&tribe_event_display=past\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-01&tribe_event_display=past\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-22\",\"grid_date\":\"2023-11-01\",\"formatted_grid_date\":\"November 2023\",\"formatted_grid_date_mobile\":\"2023-11-01\",\"days\":{\"2023-10-30\":{\"date\":\"2023-10-30\",\"is_start_of_week\":true,\"year_number\":\"2023\",\"month_number\":\"10\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-10-30&tribe_event_display=past\"},\"2023-10-31\":{\"date\":\"2023-10-31\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"10\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-10-31&tribe_event_display=past\"},\"2023-11-01\":{\"date\":\"2023-11-01\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-01&tribe_event_display=past\"},\"2023-11-02\":{\"date\":\"2023-11-02\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-02&tribe_event_display=past\"},\"2023-11-03\":{\"date\":\"2023-11-03\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-03&tribe_event_display=past\"},\"2023-11-04\":{\"date\":\"2023-11-04\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-04&tribe_event_display=past\"},\"2023-11-05\":{\"date\":\"2023-11-05\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-05&tribe_event_display=past\"},\"2023-11-06\":{\"date\":\"2023-11-06\",\"is_start_of_week\":true,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-06&tribe_event_display=past\"},\"2023-11-07\":{\"date\":\"2023-11-07\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-07&tribe_event_display=past\"},\"2023-11-08\":{\"date\":\"2023-11-08\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-08&tribe_event_display=past\"},\"2023-11-09\":{\"date\":\"2023-11-09\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-09&tribe_event_display=past\"},\"2023-11-10\":{\"date\":\"2023-11-10\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-10&tribe_event_display=past\"},\"2023-11-11\":{\"date\":\"2023-11-11\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-11&tribe_event_display=past\"},\"2023-11-12\":{\"date\":\"2023-11-12\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-12&tribe_event_display=past\"},\"2023-11-13\":{\"date\":\"2023-11-13\",\"is_start_of_week\":true,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-13&tribe_event_display=past\"},\"2023-11-14\":{\"date\":\"2023-11-14\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-14&tribe_event_display=past\"},\"2023-11-15\":{\"date\":\"2023-11-15\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-15&tribe_event_display=past\"},\"2023-11-16\":{\"date\":\"2023-11-16\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-16&tribe_event_display=past\"},\"2023-11-17\":{\"date\":\"2023-11-17\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-17&tribe_event_display=past\"},\"2023-11-18\":{\"date\":\"2023-11-18\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-18&tribe_event_display=past\"},\"2023-11-19\":{\"date\":\"2023-11-19\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-19&tribe_event_display=past\"},\"2023-11-20\":{\"date\":\"2023-11-20\",\"is_start_of_week\":true,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-20&tribe_event_display=past\"},\"2023-11-21\":{\"date\":\"2023-11-21\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-21&tribe_event_display=past\"},\"2023-11-22\":{\"date\":\"2023-11-22\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-22&tribe_event_display=past\"},\"2023-11-23\":{\"date\":\"2023-11-23\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-23&tribe_event_display=past\"},\"2023-11-24\":{\"date\":\"2023-11-24\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-24&tribe_event_display=past\"},\"2023-11-25\":{\"date\":\"2023-11-25\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-25&tribe_event_display=past\"},\"2023-11-26\":{\"date\":\"2023-11-26\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-26&tribe_event_display=past\"},\"2023-11-27\":{\"date\":\"2023-11-27\",\"is_start_of_week\":true,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-27&tribe_event_display=past\"},\"2023-11-28\":{\"date\":\"2023-11-28\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-28&tribe_event_display=past\"},\"2023-11-29\":{\"date\":\"2023-11-29\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-29&tribe_event_display=past\"},\"2023-11-30\":{\"date\":\"2023-11-30\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"11\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-11-30&tribe_event_display=past\"},\"2023-12-01\":{\"date\":\"2023-12-01\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"12\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-12-01&tribe_event_display=past\"},\"2023-12-02\":{\"date\":\"2023-12-02\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"12\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-12-02&tribe_event_display=past\"},\"2023-12-03\":{\"date\":\"2023-12-03\",\"is_start_of_week\":false,\"year_number\":\"2023\",\"month_number\":\"12\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2023-12-03&tribe_event_display=past\"}},\"next_month\":\"12\",\"prev_month\":\"10\",\"next_rel\":\"next\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2023-10-30\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There were no results found for this view. Jump to the <a href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\" class=\"tribe-events-c-messages__message-list-item-link tribe-common-anchor-thin-alt\" data-js=\"tribe-events-view-link\">next upcoming events</a>.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There were no results found for this view. Jump to the <a href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\" class=\"tribe-events-c-messages__message-list-item-link tribe-common-anchor-thin-alt\" data-js=\"tribe-events-view-link\">next upcoming events</a>.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n	\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2023-11&#038;tribe_event_display=past\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_event_display=past&#038;tribe-bar-date=2023-11-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2023-11&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;eventDate=2023-11-01&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-10\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"next\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2023-11\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2023-11-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				November 2023			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2023-11-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-10-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-10-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-10-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-10-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-10-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-10-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-10-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-10-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-10-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-10-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-11-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-11-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-11-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-11-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-11-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-12-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-12-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-12-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-12-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-12-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-12-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-12-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-12-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-12-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-12-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2023-12-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2023-12-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2023-12-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2023-12-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2023-12-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There were no results found for this view. Jump to the <a href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\" class=\"tribe-events-c-messages__message-list-item-link tribe-common-anchor-thin-alt\" data-js=\"tribe-events-view-link\">next upcoming events</a>.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-10-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-10-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-11-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-12-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-12-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2023-12-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-10\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Oct\"\n		title=\"Previous month, Oct\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Oct	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Dec\"\n		title=\"Next month, Dec\"\n		rel=\"next\"\n	>\n		Dec		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe-bar-date%3D2023-11%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe-bar-date=2023-11&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2023-11%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2023-11%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2023-11&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;eventDate=2023-11&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"614765f8-4aeb-458f-a55c-9a9d66e9f0c4\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94647, '_transient_timeout_tribe_views_v2_cache_e92017a2798f:1705218581.1571_0', '1706063833', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94648, '_transient_tribe_views_v2_cache_e92017a2798f:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"d88f2472-81be-4c1b-b53e-39269f313b93\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-04\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-06\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-04-29\":[],\"2024-04-30\":[],\"2024-05-01\":[],\"2024-05-02\":[],\"2024-05-03\":[],\"2024-05-04\":[],\"2024-05-05\":[],\"2024-05-06\":[],\"2024-05-07\":[],\"2024-05-08\":[],\"2024-05-09\":[],\"2024-05-10\":[],\"2024-05-11\":[],\"2024-05-12\":[],\"2024-05-13\":[],\"2024-05-14\":[],\"2024-05-15\":[],\"2024-05-16\":[],\"2024-05-17\":[],\"2024-05-18\":[],\"2024-05-19\":[],\"2024-05-20\":[],\"2024-05-21\":[],\"2024-05-22\":[],\"2024-05-23\":[],\"2024-05-24\":[],\"2024-05-25\":[],\"2024-05-26\":[],\"2024-05-27\":[],\"2024-05-28\":[],\"2024-05-29\":[],\"2024-05-30\":[],\"2024-05-31\":[],\"2024-06-01\":[],\"2024-06-02\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-05&tribe_event_display=past\",\"url_event_date\":\"2024-05-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-05\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 02:37:12\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Apr\",\"next_label\":\"Jun\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"All Events\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"All Events\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05&#038;tribe_event_display=past&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":true,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"d88f2472-81be-4c1b-b53e-39269f313b93\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=all-events&tribe_event_display=past&tribe-bar-date=2024-05-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-05&tribe_event_display=past\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-01&tribe_event_display=past\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-05-01\",\"formatted_grid_date\":\"May 2024\",\"formatted_grid_date_mobile\":\"2024-05-01\",\"days\":{\"2024-04-29\":{\"date\":\"2024-04-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-29&tribe_event_display=past\"},\"2024-04-30\":{\"date\":\"2024-04-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-30&tribe_event_display=past\"},\"2024-05-01\":{\"date\":\"2024-05-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-01&tribe_event_display=past\"},\"2024-05-02\":{\"date\":\"2024-05-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-02&tribe_event_display=past\"},\"2024-05-03\":{\"date\":\"2024-05-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-03&tribe_event_display=past\"},\"2024-05-04\":{\"date\":\"2024-05-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-04&tribe_event_display=past\"},\"2024-05-05\":{\"date\":\"2024-05-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-05&tribe_event_display=past\"},\"2024-05-06\":{\"date\":\"2024-05-06\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-06&tribe_event_display=past\"},\"2024-05-07\":{\"date\":\"2024-05-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-07&tribe_event_display=past\"},\"2024-05-08\":{\"date\":\"2024-05-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-08&tribe_event_display=past\"},\"2024-05-09\":{\"date\":\"2024-05-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-09&tribe_event_display=past\"},\"2024-05-10\":{\"date\":\"2024-05-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-10&tribe_event_display=past\"},\"2024-05-11\":{\"date\":\"2024-05-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-11&tribe_event_display=past\"},\"2024-05-12\":{\"date\":\"2024-05-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-12&tribe_event_display=past\"},\"2024-05-13\":{\"date\":\"2024-05-13\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-13&tribe_event_display=past\"},\"2024-05-14\":{\"date\":\"2024-05-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-14&tribe_event_display=past\"},\"2024-05-15\":{\"date\":\"2024-05-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-15&tribe_event_display=past\"},\"2024-05-16\":{\"date\":\"2024-05-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-16&tribe_event_display=past\"},\"2024-05-17\":{\"date\":\"2024-05-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-17&tribe_event_display=past\"},\"2024-05-18\":{\"date\":\"2024-05-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-18&tribe_event_display=past\"},\"2024-05-19\":{\"date\":\"2024-05-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-19&tribe_event_display=past\"},\"2024-05-20\":{\"date\":\"2024-05-20\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-20&tribe_event_display=past\"},\"2024-05-21\":{\"date\":\"2024-05-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-21&tribe_event_display=past\"},\"2024-05-22\":{\"date\":\"2024-05-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-22&tribe_event_display=past\"},\"2024-05-23\":{\"date\":\"2024-05-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-23&tribe_event_display=past\"},\"2024-05-24\":{\"date\":\"2024-05-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-24&tribe_event_display=past\"},\"2024-05-25\":{\"date\":\"2024-05-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-25&tribe_event_display=past\"},\"2024-05-26\":{\"date\":\"2024-05-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-26&tribe_event_display=past\"},\"2024-05-27\":{\"date\":\"2024-05-27\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-27&tribe_event_display=past\"},\"2024-05-28\":{\"date\":\"2024-05-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-28&tribe_event_display=past\"},\"2024-05-29\":{\"date\":\"2024-05-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-29&tribe_event_display=past\"},\"2024-05-30\":{\"date\":\"2024-05-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-30&tribe_event_display=past\"},\"2024-05-31\":{\"date\":\"2024-05-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-31&tribe_event_display=past\"},\"2024-06-01\":{\"date\":\"2024-06-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-01&tribe_event_display=past\"},\"2024-06-02\":{\"date\":\"2024-06-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-02&tribe_event_display=past\"}},\"next_month\":\"6\",\"prev_month\":\"4\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-04-29\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		All Events	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		All Events	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05&#038;tribe_event_display=past\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;tribe-bar-date=2024-05-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=all-events&#038;eventDate=2024-05-01&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-04\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-06\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-05\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-05-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				May 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-05-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-04\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Apr\"\n		title=\"Previous month, Apr\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Apr	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-06\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Jun\"\n		title=\"Next month, Jun\"\n		rel=\"noindex\"\n	>\n		Jun		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dall-events%26tribe-bar-date%3D2024-05%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-05&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-05%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-05%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"d88f2472-81be-4c1b-b53e-39269f313b93\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94649, '_transient_timeout_tribe_views_v2_cache_fcf0be28e33f:1705218581.1571_0', '1706063880', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94650, '_transient_tribe_views_v2_cache_fcf0be28e33f:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"9a379823-2a2c-405b-a6be-a8a310592387\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-05\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-07\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-05-27\":[],\"2024-05-28\":[],\"2024-05-29\":[],\"2024-05-30\":[],\"2024-05-31\":[],\"2024-06-01\":[],\"2024-06-02\":[],\"2024-06-03\":[],\"2024-06-04\":[],\"2024-06-05\":[],\"2024-06-06\":[],\"2024-06-07\":[],\"2024-06-08\":[],\"2024-06-09\":[],\"2024-06-10\":[],\"2024-06-11\":[],\"2024-06-12\":[],\"2024-06-13\":[],\"2024-06-14\":[],\"2024-06-15\":[],\"2024-06-16\":[],\"2024-06-17\":[],\"2024-06-18\":[],\"2024-06-19\":[],\"2024-06-20\":[],\"2024-06-21\":[],\"2024-06-22\":[],\"2024-06-23\":[],\"2024-06-24\":[],\"2024-06-25\":[],\"2024-06-26\":[],\"2024-06-27\":[],\"2024-06-28\":[],\"2024-06-29\":[],\"2024-06-30\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-06\",\"url_event_date\":\"2024-06-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-06\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 02:38:00\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"May\",\"next_label\":\"Jul\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-06&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"9a379823-2a2c-405b-a6be-a8a310592387\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe-bar-date=2024-06-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-06\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-06-01\",\"formatted_grid_date\":\"June 2024\",\"formatted_grid_date_mobile\":\"2024-06-01\",\"days\":{\"2024-05-27\":{\"date\":\"2024-05-27\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-27\"},\"2024-05-28\":{\"date\":\"2024-05-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-28\"},\"2024-05-29\":{\"date\":\"2024-05-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-29\"},\"2024-05-30\":{\"date\":\"2024-05-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-30\"},\"2024-05-31\":{\"date\":\"2024-05-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-31\"},\"2024-06-01\":{\"date\":\"2024-06-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-01\"},\"2024-06-02\":{\"date\":\"2024-06-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-02\"},\"2024-06-03\":{\"date\":\"2024-06-03\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-03\"},\"2024-06-04\":{\"date\":\"2024-06-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-04\"},\"2024-06-05\":{\"date\":\"2024-06-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-05\"},\"2024-06-06\":{\"date\":\"2024-06-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-06\"},\"2024-06-07\":{\"date\":\"2024-06-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-07\"},\"2024-06-08\":{\"date\":\"2024-06-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-08\"},\"2024-06-09\":{\"date\":\"2024-06-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-09\"},\"2024-06-10\":{\"date\":\"2024-06-10\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-10\"},\"2024-06-11\":{\"date\":\"2024-06-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-11\"},\"2024-06-12\":{\"date\":\"2024-06-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-12\"},\"2024-06-13\":{\"date\":\"2024-06-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-13\"},\"2024-06-14\":{\"date\":\"2024-06-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-14\"},\"2024-06-15\":{\"date\":\"2024-06-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-15\"},\"2024-06-16\":{\"date\":\"2024-06-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-16\"},\"2024-06-17\":{\"date\":\"2024-06-17\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-17\"},\"2024-06-18\":{\"date\":\"2024-06-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-18\"},\"2024-06-19\":{\"date\":\"2024-06-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-19\"},\"2024-06-20\":{\"date\":\"2024-06-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-20\"},\"2024-06-21\":{\"date\":\"2024-06-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-21\"},\"2024-06-22\":{\"date\":\"2024-06-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-22\"},\"2024-06-23\":{\"date\":\"2024-06-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-23\"},\"2024-06-24\":{\"date\":\"2024-06-24\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-24\"},\"2024-06-25\":{\"date\":\"2024-06-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-25\"},\"2024-06-26\":{\"date\":\"2024-06-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-26\"},\"2024-06-27\":{\"date\":\"2024-06-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-27\"},\"2024-06-28\":{\"date\":\"2024-06-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-28\"},\"2024-06-29\":{\"date\":\"2024-06-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-29\"},\"2024-06-30\":{\"date\":\"2024-06-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-06-30\"}},\"next_month\":\"7\",\"prev_month\":\"5\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-05-27\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n	\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-06\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe-bar-date=2024-06-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-06\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;eventDate=2024-06-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-05\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-07\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-06\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-06-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				June 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-06-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-05\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, May\"\n		title=\"Previous month, May\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		May	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-07\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Jul\"\n		title=\"Next month, Jul\"\n		rel=\"noindex\"\n	>\n		Jul		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe-bar-date%3D2024-06%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe-bar-date=2024-06&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2024-06%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2024-06%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-06&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;eventDate=2024-06&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"9a379823-2a2c-405b-a6be-a8a310592387\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94652, '_transient_timeout_tribe_views_v2_cache_2bcbeeb1b42c:1705218581.1571_0', '1706063902', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94653, '_transient_tribe_views_v2_cache_2bcbeeb1b42c:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"155634a5-e58b-49eb-8e17-19fe97a8e094\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-05\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-07\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-05-27\":[],\"2024-05-28\":[],\"2024-05-29\":[],\"2024-05-30\":[],\"2024-05-31\":[],\"2024-06-01\":[],\"2024-06-02\":[],\"2024-06-03\":[],\"2024-06-04\":[],\"2024-06-05\":[],\"2024-06-06\":[],\"2024-06-07\":[],\"2024-06-08\":[],\"2024-06-09\":[],\"2024-06-10\":[],\"2024-06-11\":[],\"2024-06-12\":[],\"2024-06-13\":[],\"2024-06-14\":[],\"2024-06-15\":[],\"2024-06-16\":[],\"2024-06-17\":[],\"2024-06-18\":[],\"2024-06-19\":[],\"2024-06-20\":[],\"2024-06-21\":[],\"2024-06-22\":[],\"2024-06-23\":[],\"2024-06-24\":[],\"2024-06-25\":[],\"2024-06-26\":[],\"2024-06-27\":[],\"2024-06-28\":[],\"2024-06-29\":[],\"2024-06-30\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-06\",\"url_event_date\":\"2024-06-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-06\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 02:38:22\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"May\",\"next_label\":\"Jul\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"All Events\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"All Events\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-06&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"155634a5-e58b-49eb-8e17-19fe97a8e094\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=all-events&tribe-bar-date=2024-06-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-06\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-06-01\",\"formatted_grid_date\":\"June 2024\",\"formatted_grid_date_mobile\":\"2024-06-01\",\"days\":{\"2024-05-27\":{\"date\":\"2024-05-27\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-27\"},\"2024-05-28\":{\"date\":\"2024-05-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-28\"},\"2024-05-29\":{\"date\":\"2024-05-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-29\"},\"2024-05-30\":{\"date\":\"2024-05-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-30\"},\"2024-05-31\":{\"date\":\"2024-05-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-31\"},\"2024-06-01\":{\"date\":\"2024-06-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-01\"},\"2024-06-02\":{\"date\":\"2024-06-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-02\"},\"2024-06-03\":{\"date\":\"2024-06-03\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-03\"},\"2024-06-04\":{\"date\":\"2024-06-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-04\"},\"2024-06-05\":{\"date\":\"2024-06-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-05\"},\"2024-06-06\":{\"date\":\"2024-06-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-06\"},\"2024-06-07\":{\"date\":\"2024-06-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-07\"},\"2024-06-08\":{\"date\":\"2024-06-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-08\"},\"2024-06-09\":{\"date\":\"2024-06-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-09\"},\"2024-06-10\":{\"date\":\"2024-06-10\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-10\"},\"2024-06-11\":{\"date\":\"2024-06-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-11\"},\"2024-06-12\":{\"date\":\"2024-06-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-12\"},\"2024-06-13\":{\"date\":\"2024-06-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-13\"},\"2024-06-14\":{\"date\":\"2024-06-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-14\"},\"2024-06-15\":{\"date\":\"2024-06-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-15\"},\"2024-06-16\":{\"date\":\"2024-06-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-16\"},\"2024-06-17\":{\"date\":\"2024-06-17\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-17\"},\"2024-06-18\":{\"date\":\"2024-06-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-18\"},\"2024-06-19\":{\"date\":\"2024-06-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-19\"},\"2024-06-20\":{\"date\":\"2024-06-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-20\"},\"2024-06-21\":{\"date\":\"2024-06-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-21\"},\"2024-06-22\":{\"date\":\"2024-06-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-22\"},\"2024-06-23\":{\"date\":\"2024-06-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-23\"},\"2024-06-24\":{\"date\":\"2024-06-24\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-24\"},\"2024-06-25\":{\"date\":\"2024-06-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-25\"},\"2024-06-26\":{\"date\":\"2024-06-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-26\"},\"2024-06-27\":{\"date\":\"2024-06-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-27\"},\"2024-06-28\":{\"date\":\"2024-06-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-28\"},\"2024-06-29\":{\"date\":\"2024-06-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-29\"},\"2024-06-30\":{\"date\":\"2024-06-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"06\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-06-30\"}},\"next_month\":\"7\",\"prev_month\":\"5\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-05-27\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		All Events	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		All Events	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-06\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-06-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-06\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=all-events&#038;eventDate=2024-06-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-07\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-06\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-06-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				June 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-06-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-06-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-06-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-06-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-06-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-06-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-06-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, May\"\n		title=\"Previous month, May\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		May	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-07\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Jul\"\n		title=\"Next month, Jul\"\n		rel=\"noindex\"\n	>\n		Jul		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dall-events%26tribe-bar-date%3D2024-06%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-06&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-06%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-06%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-06&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-06&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"155634a5-e58b-49eb-8e17-19fe97a8e094\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94670, '_transient_timeout_tribe_views_v2_cache_3dd9481973ac:1705218581.1571_0', '1706064816', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94671, '_transient_tribe_views_v2_cache_3dd9481973ac:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"45bb5caa-68c7-4dd8-80d4-687e1fdc9037\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_event_display=past&eventDate=2024-03\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_event_display=past&eventDate=2024-05\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-04-01\":[],\"2024-04-02\":[],\"2024-04-03\":[],\"2024-04-04\":[],\"2024-04-05\":[],\"2024-04-06\":[],\"2024-04-07\":[],\"2024-04-08\":[],\"2024-04-09\":[],\"2024-04-10\":[],\"2024-04-11\":[],\"2024-04-12\":[],\"2024-04-13\":[],\"2024-04-14\":[],\"2024-04-15\":[],\"2024-04-16\":[],\"2024-04-17\":[],\"2024-04-18\":[],\"2024-04-19\":[],\"2024-04-20\":[],\"2024-04-21\":[],\"2024-04-22\":[],\"2024-04-23\":[],\"2024-04-24\":[],\"2024-04-25\":[],\"2024-04-26\":[],\"2024-04-27\":[],\"2024-04-28\":[],\"2024-04-29\":[],\"2024-04-30\":[],\"2024-05-01\":[],\"2024-05-02\":[],\"2024-05-03\":[],\"2024-05-04\":[],\"2024-05-05\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-04&tribe_event_display=past\",\"url_event_date\":\"2024-04-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-04\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 02:53:36\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Mar\",\"next_label\":\"May\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04&#038;tribe_event_display=past&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":true,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"45bb5caa-68c7-4dd8-80d4-687e1fdc9037\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_event_display=past&tribe-bar-date=2024-04-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-04&tribe_event_display=past\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-01&tribe_event_display=past\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-04-01\",\"formatted_grid_date\":\"April 2024\",\"formatted_grid_date_mobile\":\"2024-04-01\",\"days\":{\"2024-04-01\":{\"date\":\"2024-04-01\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-01&tribe_event_display=past\"},\"2024-04-02\":{\"date\":\"2024-04-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-02&tribe_event_display=past\"},\"2024-04-03\":{\"date\":\"2024-04-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-03&tribe_event_display=past\"},\"2024-04-04\":{\"date\":\"2024-04-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-04&tribe_event_display=past\"},\"2024-04-05\":{\"date\":\"2024-04-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-05&tribe_event_display=past\"},\"2024-04-06\":{\"date\":\"2024-04-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-06&tribe_event_display=past\"},\"2024-04-07\":{\"date\":\"2024-04-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-07&tribe_event_display=past\"},\"2024-04-08\":{\"date\":\"2024-04-08\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-08&tribe_event_display=past\"},\"2024-04-09\":{\"date\":\"2024-04-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-09&tribe_event_display=past\"},\"2024-04-10\":{\"date\":\"2024-04-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-10&tribe_event_display=past\"},\"2024-04-11\":{\"date\":\"2024-04-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-11&tribe_event_display=past\"},\"2024-04-12\":{\"date\":\"2024-04-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-12&tribe_event_display=past\"},\"2024-04-13\":{\"date\":\"2024-04-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-13&tribe_event_display=past\"},\"2024-04-14\":{\"date\":\"2024-04-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-14&tribe_event_display=past\"},\"2024-04-15\":{\"date\":\"2024-04-15\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-15&tribe_event_display=past\"},\"2024-04-16\":{\"date\":\"2024-04-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-16&tribe_event_display=past\"},\"2024-04-17\":{\"date\":\"2024-04-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-17&tribe_event_display=past\"},\"2024-04-18\":{\"date\":\"2024-04-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-18&tribe_event_display=past\"},\"2024-04-19\":{\"date\":\"2024-04-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-19&tribe_event_display=past\"},\"2024-04-20\":{\"date\":\"2024-04-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-20&tribe_event_display=past\"},\"2024-04-21\":{\"date\":\"2024-04-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-21&tribe_event_display=past\"},\"2024-04-22\":{\"date\":\"2024-04-22\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-22&tribe_event_display=past\"},\"2024-04-23\":{\"date\":\"2024-04-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-23&tribe_event_display=past\"},\"2024-04-24\":{\"date\":\"2024-04-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-24&tribe_event_display=past\"},\"2024-04-25\":{\"date\":\"2024-04-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-25&tribe_event_display=past\"},\"2024-04-26\":{\"date\":\"2024-04-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-26&tribe_event_display=past\"},\"2024-04-27\":{\"date\":\"2024-04-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-27&tribe_event_display=past\"},\"2024-04-28\":{\"date\":\"2024-04-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-28&tribe_event_display=past\"},\"2024-04-29\":{\"date\":\"2024-04-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-29&tribe_event_display=past\"},\"2024-04-30\":{\"date\":\"2024-04-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-04-30&tribe_event_display=past\"},\"2024-05-01\":{\"date\":\"2024-05-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-01&tribe_event_display=past\"},\"2024-05-02\":{\"date\":\"2024-05-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-02&tribe_event_display=past\"},\"2024-05-03\":{\"date\":\"2024-05-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-03&tribe_event_display=past\"},\"2024-05-04\":{\"date\":\"2024-05-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-04&tribe_event_display=past\"},\"2024-05-05\":{\"date\":\"2024-05-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-05-05&tribe_event_display=past\"}},\"next_month\":\"5\",\"prev_month\":\"3\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-04-01\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n	\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04&#038;tribe_event_display=past\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_event_display=past&#038;tribe-bar-date=2024-04-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;eventDate=2024-04-01&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2024-03\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2024-05\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-04\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-04-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				April 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-04-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2024-03\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Mar\"\n		title=\"Previous month, Mar\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Mar	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2024-05\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, May\"\n		title=\"Next month, May\"\n		rel=\"noindex\"\n	>\n		May		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe-bar-date%3D2024-04%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe-bar-date=2024-04&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2024-04%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2024-04%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-04&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;eventDate=2024-04&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"45bb5caa-68c7-4dd8-80d4-687e1fdc9037\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94689, '_transient_timeout_tribe_views_v2_cache_08034e0f9102:1705218581.1571_0', '1706065830', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94690, '_transient_tribe_views_v2_cache_08034e0f9102:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"41082d60-ae1a-42f1-9686-f0143eb0af71\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2024-12\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2025-02\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-12-30\":[],\"2024-12-31\":[],\"2025-01-01\":[],\"2025-01-02\":[],\"2025-01-03\":[],\"2025-01-04\":[],\"2025-01-05\":[],\"2025-01-06\":[],\"2025-01-07\":[],\"2025-01-08\":[],\"2025-01-09\":[],\"2025-01-10\":[],\"2025-01-11\":[],\"2025-01-12\":[],\"2025-01-13\":[],\"2025-01-14\":[],\"2025-01-15\":[],\"2025-01-16\":[],\"2025-01-17\":[],\"2025-01-18\":[],\"2025-01-19\":[],\"2025-01-20\":[],\"2025-01-21\":[],\"2025-01-22\":[],\"2025-01-23\":[],\"2025-01-24\":[],\"2025-01-25\":[],\"2025-01-26\":[],\"2025-01-27\":[],\"2025-01-28\":[],\"2025-01-29\":[],\"2025-01-30\":[],\"2025-01-31\":[],\"2025-02-01\":[],\"2025-02-02\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2025-01\",\"url_event_date\":\"2025-01-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2025-01\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 03:10:30\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Dec\",\"next_label\":\"Feb\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2025-01&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"41082d60-ae1a-42f1-9686-f0143eb0af71\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe-bar-date=2025-01-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&eventDate=2025-01\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2025-01-01\",\"formatted_grid_date\":\"January 2025\",\"formatted_grid_date_mobile\":\"2025-01-01\",\"days\":{\"2024-12-30\":{\"date\":\"2024-12-30\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-12-30\"},\"2024-12-31\":{\"date\":\"2024-12-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2024-12-31\"},\"2025-01-01\":{\"date\":\"2025-01-01\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-01\"},\"2025-01-02\":{\"date\":\"2025-01-02\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-02\"},\"2025-01-03\":{\"date\":\"2025-01-03\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-03\"},\"2025-01-04\":{\"date\":\"2025-01-04\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-04\"},\"2025-01-05\":{\"date\":\"2025-01-05\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-05\"},\"2025-01-06\":{\"date\":\"2025-01-06\",\"is_start_of_week\":true,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-06\"},\"2025-01-07\":{\"date\":\"2025-01-07\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-07\"},\"2025-01-08\":{\"date\":\"2025-01-08\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-08\"},\"2025-01-09\":{\"date\":\"2025-01-09\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-09\"},\"2025-01-10\":{\"date\":\"2025-01-10\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-10\"},\"2025-01-11\":{\"date\":\"2025-01-11\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-11\"},\"2025-01-12\":{\"date\":\"2025-01-12\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-12\"},\"2025-01-13\":{\"date\":\"2025-01-13\",\"is_start_of_week\":true,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-13\"},\"2025-01-14\":{\"date\":\"2025-01-14\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-14\"},\"2025-01-15\":{\"date\":\"2025-01-15\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-15\"},\"2025-01-16\":{\"date\":\"2025-01-16\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-16\"},\"2025-01-17\":{\"date\":\"2025-01-17\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-17\"},\"2025-01-18\":{\"date\":\"2025-01-18\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-18\"},\"2025-01-19\":{\"date\":\"2025-01-19\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-19\"},\"2025-01-20\":{\"date\":\"2025-01-20\",\"is_start_of_week\":true,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-20\"},\"2025-01-21\":{\"date\":\"2025-01-21\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-21\"},\"2025-01-22\":{\"date\":\"2025-01-22\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-22\"},\"2025-01-23\":{\"date\":\"2025-01-23\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-23\"},\"2025-01-24\":{\"date\":\"2025-01-24\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-24\"},\"2025-01-25\":{\"date\":\"2025-01-25\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-25\"},\"2025-01-26\":{\"date\":\"2025-01-26\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-26\"},\"2025-01-27\":{\"date\":\"2025-01-27\",\"is_start_of_week\":true,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-27\"},\"2025-01-28\":{\"date\":\"2025-01-28\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-28\"},\"2025-01-29\":{\"date\":\"2025-01-29\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-29\"},\"2025-01-30\":{\"date\":\"2025-01-30\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-30\"},\"2025-01-31\":{\"date\":\"2025-01-31\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"01\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-01-31\"},\"2025-02-01\":{\"date\":\"2025-02-01\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"02\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-02-01\"},\"2025-02-02\":{\"date\":\"2025-02-02\",\"is_start_of_week\":false,\"year_number\":\"2025\",\"month_number\":\"02\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&eventDate=2025-02-02\"}},\"next_month\":\"2\",\"prev_month\":\"12\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-12-30\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n	\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2025-01\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe-bar-date=2025-01-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2025-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;eventDate=2025-01-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-12\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2025-02\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2025-01\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2025-01-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				January 2025			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2025-01-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-01-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-01-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-01-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-01-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-01-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-02-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-02-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-02-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-02-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-02-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2025-02-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2025-02-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2025-02-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2025-02-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2025-02-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-01-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-02-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2025-02-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2024-12\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Dec\"\n		title=\"Previous month, Dec\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Dec	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2025-02\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Feb\"\n		title=\"Next month, Feb\"\n		rel=\"noindex\"\n	>\n		Feb		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe-bar-date%3D2025-01%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe-bar-date=2025-01&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2025-01%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe-bar-date%253D2025-01%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;eventDate=2025-01&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;eventDate=2025-01&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"41082d60-ae1a-42f1-9686-f0143eb0af71\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94839, '_transient_timeout_tribe_views_v2_cache_67f1c9da6a4d:1705218581.1571_0', '1706074270', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94840, '_transient_tribe_views_v2_cache_67f1c9da6a4d:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"a84906ca-6d7d-4b6b-b15a-55baaa1f00b1\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-01\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-03\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-01-29\":[],\"2024-01-30\":[],\"2024-01-31\":[],\"2024-02-01\":[],\"2024-02-02\":[],\"2024-02-03\":[],\"2024-02-04\":[],\"2024-02-05\":[],\"2024-02-06\":[],\"2024-02-07\":[],\"2024-02-08\":[],\"2024-02-09\":[],\"2024-02-10\":[],\"2024-02-11\":[],\"2024-02-12\":[],\"2024-02-13\":[],\"2024-02-14\":[],\"2024-02-15\":[],\"2024-02-16\":[],\"2024-02-17\":[],\"2024-02-18\":[],\"2024-02-19\":[],\"2024-02-20\":[],\"2024-02-21\":[],\"2024-02-22\":[],\"2024-02-23\":[],\"2024-02-24\":[],\"2024-02-25\":[],\"2024-02-26\":[],\"2024-02-27\":[],\"2024-02-28\":[],\"2024-02-29\":[],\"2024-03-01\":[],\"2024-03-02\":[],\"2024-03-03\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-02&tribe_event_display=past\",\"url_event_date\":\"2024-02-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-02\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 05:31:10\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Jan\",\"next_label\":\"Mar\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"All Events\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"All Events\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-02&#038;tribe_event_display=past&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":true,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"a84906ca-6d7d-4b6b-b15a-55baaa1f00b1\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=all-events&tribe_event_display=past&tribe-bar-date=2024-02-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-02&tribe_event_display=past\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-01&tribe_event_display=past\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-02-01\",\"formatted_grid_date\":\"February 2024\",\"formatted_grid_date_mobile\":\"2024-02-01\",\"days\":{\"2024-01-29\":{\"date\":\"2024-01-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-01-29&tribe_event_display=past\"},\"2024-01-30\":{\"date\":\"2024-01-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-01-30&tribe_event_display=past\"},\"2024-01-31\":{\"date\":\"2024-01-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-01-31&tribe_event_display=past\"},\"2024-02-01\":{\"date\":\"2024-02-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-01&tribe_event_display=past\"},\"2024-02-02\":{\"date\":\"2024-02-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-02&tribe_event_display=past\"},\"2024-02-03\":{\"date\":\"2024-02-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-03&tribe_event_display=past\"},\"2024-02-04\":{\"date\":\"2024-02-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-04&tribe_event_display=past\"},\"2024-02-05\":{\"date\":\"2024-02-05\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-05&tribe_event_display=past\"},\"2024-02-06\":{\"date\":\"2024-02-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-06&tribe_event_display=past\"},\"2024-02-07\":{\"date\":\"2024-02-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-07&tribe_event_display=past\"},\"2024-02-08\":{\"date\":\"2024-02-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-08&tribe_event_display=past\"},\"2024-02-09\":{\"date\":\"2024-02-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-09&tribe_event_display=past\"},\"2024-02-10\":{\"date\":\"2024-02-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-10&tribe_event_display=past\"},\"2024-02-11\":{\"date\":\"2024-02-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-11&tribe_event_display=past\"},\"2024-02-12\":{\"date\":\"2024-02-12\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-12&tribe_event_display=past\"},\"2024-02-13\":{\"date\":\"2024-02-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-13&tribe_event_display=past\"},\"2024-02-14\":{\"date\":\"2024-02-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-14&tribe_event_display=past\"},\"2024-02-15\":{\"date\":\"2024-02-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-15&tribe_event_display=past\"},\"2024-02-16\":{\"date\":\"2024-02-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-16&tribe_event_display=past\"},\"2024-02-17\":{\"date\":\"2024-02-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-17&tribe_event_display=past\"},\"2024-02-18\":{\"date\":\"2024-02-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-18&tribe_event_display=past\"},\"2024-02-19\":{\"date\":\"2024-02-19\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-19&tribe_event_display=past\"},\"2024-02-20\":{\"date\":\"2024-02-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-20&tribe_event_display=past\"},\"2024-02-21\":{\"date\":\"2024-02-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-21&tribe_event_display=past\"},\"2024-02-22\":{\"date\":\"2024-02-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-22&tribe_event_display=past\"},\"2024-02-23\":{\"date\":\"2024-02-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-23&tribe_event_display=past\"},\"2024-02-24\":{\"date\":\"2024-02-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-24&tribe_event_display=past\"},\"2024-02-25\":{\"date\":\"2024-02-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-25&tribe_event_display=past\"},\"2024-02-26\":{\"date\":\"2024-02-26\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-26&tribe_event_display=past\"},\"2024-02-27\":{\"date\":\"2024-02-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-27&tribe_event_display=past\"},\"2024-02-28\":{\"date\":\"2024-02-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-28&tribe_event_display=past\"},\"2024-02-29\":{\"date\":\"2024-02-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-02-29&tribe_event_display=past\"},\"2024-03-01\":{\"date\":\"2024-03-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"03\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-03-01&tribe_event_display=past\"},\"2024-03-02\":{\"date\":\"2024-03-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"03\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-03-02&tribe_event_display=past\"},\"2024-03-03\":{\"date\":\"2024-03-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"03\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-03-03&tribe_event_display=past\"}},\"next_month\":\"3\",\"prev_month\":\"1\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-01-29\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		All Events	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		All Events	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-02&#038;tribe_event_display=past\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;tribe-bar-date=2024-02-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-02&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=all-events&#038;eventDate=2024-02-01&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-01\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-03\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-02\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-02-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				February 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-02-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-03-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-03-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-03-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-03-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-03-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-03-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-03-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-03-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-03-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-03-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-03-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-03-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-03-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-03-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-03-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-03-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-03-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-03-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-01\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Jan\"\n		title=\"Previous month, Jan\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Jan	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-03\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Mar\"\n		title=\"Next month, Mar\"\n		rel=\"noindex\"\n	>\n		Mar		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dall-events%26tribe-bar-date%3D2024-02%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-02&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-02%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-02%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-02&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-02&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"a84906ca-6d7d-4b6b-b15a-55baaa1f00b1\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94881, '_transient_timeout_tribe_views_v2_cache_ff66aa7a521f:1705218581.1571_0', '1706076647', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94882, '_transient_tribe_views_v2_cache_ff66aa7a521f:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"a94badeb-7791-48ed-9e9f-11107dd9b0b0\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-07\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-09\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-07-29\":[],\"2024-07-30\":[],\"2024-07-31\":[],\"2024-08-01\":[],\"2024-08-02\":[],\"2024-08-03\":[],\"2024-08-04\":[],\"2024-08-05\":[],\"2024-08-06\":[],\"2024-08-07\":[],\"2024-08-08\":[],\"2024-08-09\":[],\"2024-08-10\":[],\"2024-08-11\":[],\"2024-08-12\":[],\"2024-08-13\":[],\"2024-08-14\":[],\"2024-08-15\":[],\"2024-08-16\":[],\"2024-08-17\":[],\"2024-08-18\":[],\"2024-08-19\":[],\"2024-08-20\":[],\"2024-08-21\":[],\"2024-08-22\":[],\"2024-08-23\":[],\"2024-08-24\":[],\"2024-08-25\":[],\"2024-08-26\":[],\"2024-08-27\":[],\"2024-08-28\":[],\"2024-08-29\":[],\"2024-08-30\":[],\"2024-08-31\":[],\"2024-09-01\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-08&tribe_event_display=past\",\"url_event_date\":\"2024-08-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-08\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 06:10:47\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Jul\",\"next_label\":\"Sep\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"All Events\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"All Events\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-08&#038;tribe_event_display=past&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":true,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"a94badeb-7791-48ed-9e9f-11107dd9b0b0\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=all-events&tribe_event_display=past&tribe-bar-date=2024-08-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-08&tribe_event_display=past\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-01&tribe_event_display=past\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-08-01\",\"formatted_grid_date\":\"August 2024\",\"formatted_grid_date_mobile\":\"2024-08-01\",\"days\":{\"2024-07-29\":{\"date\":\"2024-07-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"07\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-07-29&tribe_event_display=past\"},\"2024-07-30\":{\"date\":\"2024-07-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"07\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-07-30&tribe_event_display=past\"},\"2024-07-31\":{\"date\":\"2024-07-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"07\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-07-31&tribe_event_display=past\"},\"2024-08-01\":{\"date\":\"2024-08-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-01&tribe_event_display=past\"},\"2024-08-02\":{\"date\":\"2024-08-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-02&tribe_event_display=past\"},\"2024-08-03\":{\"date\":\"2024-08-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-03&tribe_event_display=past\"},\"2024-08-04\":{\"date\":\"2024-08-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-04&tribe_event_display=past\"},\"2024-08-05\":{\"date\":\"2024-08-05\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-05&tribe_event_display=past\"},\"2024-08-06\":{\"date\":\"2024-08-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-06&tribe_event_display=past\"},\"2024-08-07\":{\"date\":\"2024-08-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-07&tribe_event_display=past\"},\"2024-08-08\":{\"date\":\"2024-08-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-08&tribe_event_display=past\"},\"2024-08-09\":{\"date\":\"2024-08-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-09&tribe_event_display=past\"},\"2024-08-10\":{\"date\":\"2024-08-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-10&tribe_event_display=past\"},\"2024-08-11\":{\"date\":\"2024-08-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-11&tribe_event_display=past\"},\"2024-08-12\":{\"date\":\"2024-08-12\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-12&tribe_event_display=past\"},\"2024-08-13\":{\"date\":\"2024-08-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-13&tribe_event_display=past\"},\"2024-08-14\":{\"date\":\"2024-08-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-14&tribe_event_display=past\"},\"2024-08-15\":{\"date\":\"2024-08-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-15&tribe_event_display=past\"},\"2024-08-16\":{\"date\":\"2024-08-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-16&tribe_event_display=past\"},\"2024-08-17\":{\"date\":\"2024-08-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-17&tribe_event_display=past\"},\"2024-08-18\":{\"date\":\"2024-08-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-18&tribe_event_display=past\"},\"2024-08-19\":{\"date\":\"2024-08-19\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-19&tribe_event_display=past\"},\"2024-08-20\":{\"date\":\"2024-08-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-20&tribe_event_display=past\"},\"2024-08-21\":{\"date\":\"2024-08-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-21&tribe_event_display=past\"},\"2024-08-22\":{\"date\":\"2024-08-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-22&tribe_event_display=past\"},\"2024-08-23\":{\"date\":\"2024-08-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-23&tribe_event_display=past\"},\"2024-08-24\":{\"date\":\"2024-08-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-24&tribe_event_display=past\"},\"2024-08-25\":{\"date\":\"2024-08-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-25&tribe_event_display=past\"},\"2024-08-26\":{\"date\":\"2024-08-26\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-26&tribe_event_display=past\"},\"2024-08-27\":{\"date\":\"2024-08-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-27&tribe_event_display=past\"},\"2024-08-28\":{\"date\":\"2024-08-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-28&tribe_event_display=past\"},\"2024-08-29\":{\"date\":\"2024-08-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-29&tribe_event_display=past\"},\"2024-08-30\":{\"date\":\"2024-08-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-30&tribe_event_display=past\"},\"2024-08-31\":{\"date\":\"2024-08-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"08\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-08-31&tribe_event_display=past\"},\"2024-09-01\":{\"date\":\"2024-09-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"09\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-09-01&tribe_event_display=past\"}},\"next_month\":\"9\",\"prev_month\":\"7\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-07-29\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		All Events	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		All Events	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-08&#038;tribe_event_display=past\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;tribe-bar-date=2024-08-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-08&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=all-events&#038;eventDate=2024-08-01&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-07\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-09\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-08\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-08-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				August 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-08-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-07-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-07-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-07-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-07-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-07-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-07-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-07-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-07-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-07-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-07-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-07-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-07-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-07-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-07-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-07-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-08-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-08-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-08-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-08-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-08-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-09-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-09-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-09-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-09-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-09-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-07-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-07-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-07-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-08-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-09-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-07\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Jul\"\n		title=\"Previous month, Jul\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Jul	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-09\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Sep\"\n		title=\"Next month, Sep\"\n		rel=\"noindex\"\n	>\n		Sep		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dall-events%26tribe-bar-date%3D2024-08%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-08&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-08%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-08%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-08&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-08&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"a94badeb-7791-48ed-9e9f-11107dd9b0b0\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94884, '_transient_timeout_tribe_views_v2_cache_5ecd96f81c41:1705218581.1571_0', '1706076681', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94885, '_transient_tribe_views_v2_cache_5ecd96f81c41:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"358d4b9b-7702-44f7-a5aa-f2ff9fd745e1\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-03\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-05\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-04-01\":[],\"2024-04-02\":[],\"2024-04-03\":[],\"2024-04-04\":[],\"2024-04-05\":[],\"2024-04-06\":[],\"2024-04-07\":[],\"2024-04-08\":[],\"2024-04-09\":[],\"2024-04-10\":[],\"2024-04-11\":[],\"2024-04-12\":[],\"2024-04-13\":[],\"2024-04-14\":[],\"2024-04-15\":[],\"2024-04-16\":[],\"2024-04-17\":[],\"2024-04-18\":[],\"2024-04-19\":[],\"2024-04-20\":[],\"2024-04-21\":[],\"2024-04-22\":[],\"2024-04-23\":[],\"2024-04-24\":[],\"2024-04-25\":[],\"2024-04-26\":[],\"2024-04-27\":[],\"2024-04-28\":[],\"2024-04-29\":[],\"2024-04-30\":[],\"2024-05-01\":[],\"2024-05-02\":[],\"2024-05-03\":[],\"2024-05-04\":[],\"2024-05-05\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-04\",\"url_event_date\":\"2024-04-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-04\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 06:11:21\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Mar\",\"next_label\":\"May\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"All Events\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"All Events\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-04&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"358d4b9b-7702-44f7-a5aa-f2ff9fd745e1\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=all-events&tribe-bar-date=2024-04-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-04\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-04-01\",\"formatted_grid_date\":\"April 2024\",\"formatted_grid_date_mobile\":\"2024-04-01\",\"days\":{\"2024-04-01\":{\"date\":\"2024-04-01\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-01\"},\"2024-04-02\":{\"date\":\"2024-04-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-02\"},\"2024-04-03\":{\"date\":\"2024-04-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-03\"},\"2024-04-04\":{\"date\":\"2024-04-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-04\"},\"2024-04-05\":{\"date\":\"2024-04-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-05\"},\"2024-04-06\":{\"date\":\"2024-04-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-06\"},\"2024-04-07\":{\"date\":\"2024-04-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-07\"},\"2024-04-08\":{\"date\":\"2024-04-08\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-08\"},\"2024-04-09\":{\"date\":\"2024-04-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-09\"},\"2024-04-10\":{\"date\":\"2024-04-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-10\"},\"2024-04-11\":{\"date\":\"2024-04-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-11\"},\"2024-04-12\":{\"date\":\"2024-04-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-12\"},\"2024-04-13\":{\"date\":\"2024-04-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-13\"},\"2024-04-14\":{\"date\":\"2024-04-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-14\"},\"2024-04-15\":{\"date\":\"2024-04-15\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-15\"},\"2024-04-16\":{\"date\":\"2024-04-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-16\"},\"2024-04-17\":{\"date\":\"2024-04-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-17\"},\"2024-04-18\":{\"date\":\"2024-04-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-18\"},\"2024-04-19\":{\"date\":\"2024-04-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-19\"},\"2024-04-20\":{\"date\":\"2024-04-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-20\"},\"2024-04-21\":{\"date\":\"2024-04-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-21\"},\"2024-04-22\":{\"date\":\"2024-04-22\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-22\"},\"2024-04-23\":{\"date\":\"2024-04-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-23\"},\"2024-04-24\":{\"date\":\"2024-04-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-24\"},\"2024-04-25\":{\"date\":\"2024-04-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-25\"},\"2024-04-26\":{\"date\":\"2024-04-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-26\"},\"2024-04-27\":{\"date\":\"2024-04-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-27\"},\"2024-04-28\":{\"date\":\"2024-04-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-28\"},\"2024-04-29\":{\"date\":\"2024-04-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-29\"},\"2024-04-30\":{\"date\":\"2024-04-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"04\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-04-30\"},\"2024-05-01\":{\"date\":\"2024-05-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-01\"},\"2024-05-02\":{\"date\":\"2024-05-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-02\"},\"2024-05-03\":{\"date\":\"2024-05-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-03\"},\"2024-05-04\":{\"date\":\"2024-05-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-04\"},\"2024-05-05\":{\"date\":\"2024-05-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"05\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-05-05\"}},\"next_month\":\"5\",\"prev_month\":\"3\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-04-01\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		All Events	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		All Events	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-04\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-04-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-04\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=all-events&#038;eventDate=2024-04-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-03\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-04\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-04-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				April 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-04-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-04-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-04-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-04-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-04-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-04-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-05-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-05-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-05-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-05-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-05-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-04-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-05-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-03\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Mar\"\n		title=\"Previous month, Mar\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Mar	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-05\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, May\"\n		title=\"Next month, May\"\n		rel=\"noindex\"\n	>\n		May		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dall-events%26tribe-bar-date%3D2024-04%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-04&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-04%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-04%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-04&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-04&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"358d4b9b-7702-44f7-a5aa-f2ff9fd745e1\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94997, '_transient_timeout_tribe_views_v2_cache_345e2c19f19b:1705218581.1571_0', '1706082993', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(94998, '_transient_tribe_views_v2_cache_345e2c19f19b:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"4901c173-dad8-4f32-a591-efcb21a8ec7a\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=upcoming-event&eventDate=2023-12\",\"next_url\":\"\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-01-01\":[],\"2024-01-02\":[],\"2024-01-03\":[],\"2024-01-04\":[],\"2024-01-05\":[],\"2024-01-06\":[],\"2024-01-07\":[],\"2024-01-08\":[],\"2024-01-09\":[],\"2024-01-10\":[],\"2024-01-11\":[],\"2024-01-12\":[],\"2024-01-13\":[],\"2024-01-14\":[],\"2024-01-15\":[],\"2024-01-16\":[],\"2024-01-17\":[3039],\"2024-01-18\":[],\"2024-01-19\":[],\"2024-01-20\":[],\"2024-01-21\":[],\"2024-01-22\":[],\"2024-01-23\":[],\"2024-01-24\":[],\"2024-01-25\":[],\"2024-01-26\":[],\"2024-01-27\":[],\"2024-01-28\":[],\"2024-01-29\":[],\"2024-01-30\":[],\"2024-01-31\":[],\"2024-02-01\":[],\"2024-02-02\":[],\"2024-02-03\":[],\"2024-02-04\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=upcoming-event\",\"url_event_date\":\"2024-01-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-01\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 07:56:33\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=upcoming-event\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Dec\",\"next_label\":\"Feb\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":[],\"start_of_week\":\"1\",\"header_title\":\"Upcoming event\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"Upcoming event\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":false,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"4901c173-dad8-4f32-a591-efcb21a8ec7a\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=upcoming-event&tribe-bar-date=2024-01-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=upcoming-event&eventDate=2024-01\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-01-01\",\"formatted_grid_date\":\"January 2024\",\"formatted_grid_date_mobile\":\"2024-01-01\",\"days\":{\"2024-01-01\":{\"date\":\"2024-01-01\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-01\"},\"2024-01-02\":{\"date\":\"2024-01-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-02\"},\"2024-01-03\":{\"date\":\"2024-01-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-03\"},\"2024-01-04\":{\"date\":\"2024-01-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-04\"},\"2024-01-05\":{\"date\":\"2024-01-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-05\"},\"2024-01-06\":{\"date\":\"2024-01-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-06\"},\"2024-01-07\":{\"date\":\"2024-01-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-07\"},\"2024-01-08\":{\"date\":\"2024-01-08\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-08\"},\"2024-01-09\":{\"date\":\"2024-01-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-09\"},\"2024-01-10\":{\"date\":\"2024-01-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-10\"},\"2024-01-11\":{\"date\":\"2024-01-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-11\"},\"2024-01-12\":{\"date\":\"2024-01-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-12\"},\"2024-01-13\":{\"date\":\"2024-01-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-13\"},\"2024-01-14\":{\"date\":\"2024-01-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-14\"},\"2024-01-15\":{\"date\":\"2024-01-15\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-15\"},\"2024-01-16\":{\"date\":\"2024-01-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-16\"},\"2024-01-17\":{\"date\":\"2024-01-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"17\",\"events\":[3039],\"featured_events\":[],\"multiday_events\":[],\"found_events\":1,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-17\"},\"2024-01-18\":{\"date\":\"2024-01-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-18\"},\"2024-01-19\":{\"date\":\"2024-01-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-19\"},\"2024-01-20\":{\"date\":\"2024-01-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-20\"},\"2024-01-21\":{\"date\":\"2024-01-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-21\"},\"2024-01-22\":{\"date\":\"2024-01-22\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-22\"},\"2024-01-23\":{\"date\":\"2024-01-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-23\"},\"2024-01-24\":{\"date\":\"2024-01-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-24\"},\"2024-01-25\":{\"date\":\"2024-01-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-25\"},\"2024-01-26\":{\"date\":\"2024-01-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-26\"},\"2024-01-27\":{\"date\":\"2024-01-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-27\"},\"2024-01-28\":{\"date\":\"2024-01-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-28\"},\"2024-01-29\":{\"date\":\"2024-01-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-29\"},\"2024-01-30\":{\"date\":\"2024-01-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-30\"},\"2024-01-31\":{\"date\":\"2024-01-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-01-31\"},\"2024-02-01\":{\"date\":\"2024-02-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-02-01\"},\"2024-02-02\":{\"date\":\"2024-02-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-02-02\"},\"2024-02-03\":{\"date\":\"2024-02-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-02-03\"},\"2024-02-04\":{\"date\":\"2024-02-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=upcoming-event&eventDate=2024-02-04\"}},\"next_month\":\"2\",\"prev_month\":\"12\",\"next_rel\":\"noindex\",\"prev_rel\":\"prev\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-01-01\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	\n	\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		Upcoming event	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		Upcoming event	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=upcoming-event&#038;tribe-bar-date=2024-01-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event&#038;eventDate=2024-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=upcoming-event&#038;eventDate=2024-01-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event&#038;eventDate=2023-12\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"prev\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<button\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		disabled\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</button>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-01\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-01-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				January 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-01-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			1 event,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-17\"\n		>\n			17		</time>\n	</h3>\n	\n		<em\n		class=\"tribe-events-calendar-month__mobile-events-icon tribe-events-calendar-month__mobile-events-icon--event\"\n		aria-label=\"Has events\"\n		title=\"Has events\"\n	>\n	</em>\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		1 event,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-17\"\n	>\n					<a\n				href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=upcoming-event&#038;eventDate=2024-01-17\"\n				class=\"tribe-events-calendar-month__day-date-link\"\n				data-js=\"tribe-events-view-link\"\n			>\n				17			</a>\n			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n		\n	\n	\n<article  class=\"tribe-events-calendar-month__calendar-event post-3039 tribe_events type-tribe_events status-publish has-post-thumbnail hentry tribe_events_cat-upcoming-event cat_upcoming-event\" >\n\n	\n	<div class=\"tribe-events-calendar-month__calendar-event-details\">\n\n		<div class=\"tribe-events-calendar-month__calendar-event-datetime\">\n		<time datetime=\"09:00\">\n		9:00 am	</time>\n			<span class=\"tribe-events-calendar-month__calendar-event-datetime-separator\"> - </span>\n		<time datetime=\"12:00\">\n			12:00 pm		</time>\n		</div>\n		<h3 class=\"tribe-events-calendar-month__calendar-event-title tribe-common-h8 tribe-common-h--alt\">\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month__calendar-event-title-link tribe-common-anchor-thin\"\n		data-js=\"tribe-events-tooltip\"\n		data-tooltip-content=\"#tribe-events-tooltip-content-3039\"\n		aria-describedby=\"tribe-events-tooltip-content-3039\"\n	>\n		HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga	</a>\n</h3>\n\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-template tribe-common-a11y-hidden\">\n	<div\n		class=\"tribe-events-calendar-month__calendar-event-tooltip\"\n		id=\"tribe-events-tooltip-content-3039\"\n		role=\"tooltip\"\n	>\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper\">\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month__calendar-event-tooltip-featured-image-link\"\n	>\n		<img\n			src=\"https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-scaled.jpg\"\n							srcset=\"https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-1024x683.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-1536x1024.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-2048x1366.jpg 2048w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-760x507.jpg 760w\"\n										alt=\"\"\n										title=\"F7Gj3q6XYAAGBT3\"\n						class=\"tribe-events-calendar-month__calendar-event-tooltip-featured-image\"\n		/>\n	</a>\n</div>\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-datetime\">\n		<time datetime=\"2024-01-17\">\n		<span class=\"tribe-event-date-start\">January 17 -9:00 am</span> - <span class=\"tribe-event-time\">12:00 pm</span>	</time>\n	</div>\n		<h3 class=\"tribe-events-calendar-month__calendar-event-tooltip-title tribe-common-h7\">\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month__calendar-event-tooltip-title-link tribe-common-anchor-thin\"\n	>\n		HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga	</a>\n</h3>\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-description tribe-common-b3\">\n	<p>Umuhuza Organisation has organised a ceremony to present and hand over outcomes of an 8-month project, \" Access to Digital and Inclusive Community Literacy Environment,\" funded by Rwanda National Commission for UNESCO. The project was implemented in Rutunga sector to increase community libraries and equip them with inclusive and digital literacy resources. The handover ceremony is scheduled on January 17,2024 in&hellip;</p>\n</div>\n			</div>\n</div>\n\n	</div>\n\n</article>\n\n	</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"true\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile tribe-events-calendar-month__day-cell--selected\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-17\">\n\n	\n					\n			<div class=\"tribe-events-c-day-marker tribe-events-calendar-month-mobile-events__day-marker\">\n	<time\n		class=\"tribe-events-c-day-marker__date tribe-common-h7 tribe-common-h--alt\"\n		datetime=\"2024-01-17\"\n	>\n		January 17	</time>\n</div>\n\n			\n			\n<article  class=\"tribe-events-calendar-month-mobile-events__mobile-event post-3039 tribe_events type-tribe_events status-publish has-post-thumbnail hentry tribe_events_cat-upcoming-event cat_upcoming-event\" >\n\n	\n	<div class=\"tribe-events-calendar-month-mobile-events__mobile-event-details\">\n\n		<div class=\"tribe-events-calendar-month-mobile-events__mobile-event-datetime tribe-common-b2\">\n				<time datetime=\"2024-01-17\">\n			<span class=\"tribe-event-date-start\">January 17 -9:00 am</span> - <span class=\"tribe-event-time\">12:00 pm</span>		</time>\n		</div>\n		<h3  class=\"tribe-events-calendar-month-mobile-events__mobile-event-title tribe-common-h7\" >\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month-mobile-events__mobile-event-title-link tribe-common-anchor\"\n	>\n		HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga	</a>\n</h3>\n		\n	</div>\n</article>\n\n		\n		\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day tribe-events-calendar-month-mobile-events__mobile-day--show\"  id=\"tribe-events-calendar-mobile-day-2024-01-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event&#038;eventDate=2023-12\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Dec\"\n		title=\"Previous month, Dec\"\n		rel=\"prev\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Dec	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<button\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		aria-label=\"Next month, Feb\"\n		title=\"Next month, Feb\"\n		disabled\n	>\n		Feb		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</button>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dupcoming-event%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=upcoming-event&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dupcoming-event%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dupcoming-event%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=upcoming-event&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"4901c173-dad8-4f32-a591-efcb21a8ec7a\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95159, '_transient_timeout_tribe_views_v2_cache_0f9ef237ac6d:1705218581.1571_0', '1706092186', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95160, '_transient_tribe_views_v2_cache_0f9ef237ac6d:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"5e2b2c9d-ea9b-4ad9-a86d-dc0e88ca7ca2\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-10\",\"next_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&tribe_event_display=past&eventDate=2024-12\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-10-28\":[],\"2024-10-29\":[],\"2024-10-30\":[],\"2024-10-31\":[],\"2024-11-01\":[],\"2024-11-02\":[],\"2024-11-03\":[],\"2024-11-04\":[],\"2024-11-05\":[],\"2024-11-06\":[],\"2024-11-07\":[],\"2024-11-08\":[],\"2024-11-09\":[],\"2024-11-10\":[],\"2024-11-11\":[],\"2024-11-12\":[],\"2024-11-13\":[],\"2024-11-14\":[],\"2024-11-15\":[],\"2024-11-16\":[],\"2024-11-17\":[],\"2024-11-18\":[],\"2024-11-19\":[],\"2024-11-20\":[],\"2024-11-21\":[],\"2024-11-22\":[],\"2024-11-23\":[],\"2024-11-24\":[],\"2024-11-25\":[],\"2024-11-26\":[],\"2024-11-27\":[],\"2024-11-28\":[],\"2024-11-29\":[],\"2024-11-30\":[],\"2024-12-01\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-11&tribe_event_display=past\",\"url_event_date\":\"2024-11-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-11\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 10:29:46\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Oct\",\"next_label\":\"Dec\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":{\"notice\":[\"There are no upcoming events.\"]},\"start_of_week\":\"1\",\"header_title\":\"All Events\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[{\"link\":\"https:\\/\\/umuhuza.org.rw\",\"label\":\"Events\"},{\"link\":\"\",\"label\":\"All Events\"}],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;tribe_event_display=past&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":true,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"5e2b2c9d-ea9b-4ad9-a86d-dc0e88ca7ca2\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_events_cat=all-events&tribe_event_display=past&tribe-bar-date=2024-11-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_events_cat=all-events&eventDate=2024-11&tribe_event_display=past\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-01&tribe_event_display=past\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-11-01\",\"formatted_grid_date\":\"November 2024\",\"formatted_grid_date_mobile\":\"2024-11-01\",\"days\":{\"2024-10-28\":{\"date\":\"2024-10-28\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-28&tribe_event_display=past\"},\"2024-10-29\":{\"date\":\"2024-10-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-29&tribe_event_display=past\"},\"2024-10-30\":{\"date\":\"2024-10-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-30&tribe_event_display=past\"},\"2024-10-31\":{\"date\":\"2024-10-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"10\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-10-31&tribe_event_display=past\"},\"2024-11-01\":{\"date\":\"2024-11-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-01&tribe_event_display=past\"},\"2024-11-02\":{\"date\":\"2024-11-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-02&tribe_event_display=past\"},\"2024-11-03\":{\"date\":\"2024-11-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-03&tribe_event_display=past\"},\"2024-11-04\":{\"date\":\"2024-11-04\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-04&tribe_event_display=past\"},\"2024-11-05\":{\"date\":\"2024-11-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-05&tribe_event_display=past\"},\"2024-11-06\":{\"date\":\"2024-11-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-06&tribe_event_display=past\"},\"2024-11-07\":{\"date\":\"2024-11-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-07&tribe_event_display=past\"},\"2024-11-08\":{\"date\":\"2024-11-08\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-08&tribe_event_display=past\"},\"2024-11-09\":{\"date\":\"2024-11-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-09&tribe_event_display=past\"},\"2024-11-10\":{\"date\":\"2024-11-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-10&tribe_event_display=past\"},\"2024-11-11\":{\"date\":\"2024-11-11\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-11&tribe_event_display=past\"},\"2024-11-12\":{\"date\":\"2024-11-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-12&tribe_event_display=past\"},\"2024-11-13\":{\"date\":\"2024-11-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-13&tribe_event_display=past\"},\"2024-11-14\":{\"date\":\"2024-11-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-14&tribe_event_display=past\"},\"2024-11-15\":{\"date\":\"2024-11-15\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-15&tribe_event_display=past\"},\"2024-11-16\":{\"date\":\"2024-11-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-16&tribe_event_display=past\"},\"2024-11-17\":{\"date\":\"2024-11-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"17\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-17&tribe_event_display=past\"},\"2024-11-18\":{\"date\":\"2024-11-18\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-18&tribe_event_display=past\"},\"2024-11-19\":{\"date\":\"2024-11-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-19&tribe_event_display=past\"},\"2024-11-20\":{\"date\":\"2024-11-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-20&tribe_event_display=past\"},\"2024-11-21\":{\"date\":\"2024-11-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-21&tribe_event_display=past\"},\"2024-11-22\":{\"date\":\"2024-11-22\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-22&tribe_event_display=past\"},\"2024-11-23\":{\"date\":\"2024-11-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-23&tribe_event_display=past\"},\"2024-11-24\":{\"date\":\"2024-11-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-24&tribe_event_display=past\"},\"2024-11-25\":{\"date\":\"2024-11-25\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-25&tribe_event_display=past\"},\"2024-11-26\":{\"date\":\"2024-11-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-26&tribe_event_display=past\"},\"2024-11-27\":{\"date\":\"2024-11-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-27&tribe_event_display=past\"},\"2024-11-28\":{\"date\":\"2024-11-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-28&tribe_event_display=past\"},\"2024-11-29\":{\"date\":\"2024-11-29\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-29&tribe_event_display=past\"},\"2024-11-30\":{\"date\":\"2024-11-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"11\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-11-30&tribe_event_display=past\"},\"2024-12-01\":{\"date\":\"2024-12-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"12\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_events_cat=all-events&eventDate=2024-12-01&tribe_event_display=past\"}},\"next_month\":\"12\",\"prev_month\":\"10\",\"next_rel\":\"noindex\",\"prev_rel\":\"noindex\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-10-28\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n	\n<div class=\"tribe-events-header__title\">\n	<h1 class=\"tribe-events-header__title-text\">\n		All Events	</h1>\n</div>\n\n	<div class=\"tribe-events-header__breadcrumbs tribe-events-c-breadcrumbs\">\n	<ol class=\"tribe-events-c-breadcrumbs__list\">\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw\"\n		class=\"tribe-events-c-breadcrumbs__list-item-link tribe-common-anchor\"\n		title=\"\"\n		data-js=\"tribe-events-view-link\"\n	>\n		Events	</a>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n		\n							<li class=\"tribe-events-c-breadcrumbs__list-item\">\n	<span class=\"tribe-events-c-breadcrumbs__list-item-text\">\n		All Events	</span>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-breadcrumbs__list-item-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n</li>\n			\n			</ol>\n</div>\n\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;tribe_event_display=past\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;tribe-bar-date=2024-11-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_events_cat=all-events&#038;eventDate=2024-11-01&#038;tribe_event_display=past\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-10\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-12\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-11\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-11-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				November 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-11-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--past tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--past-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-10-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-10-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-10-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-10-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-10-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-17\"\n		>\n			17		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-17\"\n	>\n					17			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-11-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-11-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-11-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-11-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-11-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-12-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-12-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-12-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-12-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-12-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"0\" 					>\n					There are no upcoming events.					</li>\n							</ul>\n		</div>\n	</div>\n\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-10-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-17\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-11-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-12-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-10\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Oct\"\n		title=\"Previous month, Oct\"\n		rel=\"noindex\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Oct	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;tribe_event_display=past&#038;eventDate=2024-12\"\n		rel=\"next\"\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Next month, Dec\"\n		title=\"Next month, Dec\"\n		rel=\"noindex\"\n	>\n		Dec		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</a>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26tribe_events_cat%3Dall-events%26tribe-bar-date%3D2024-11%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;tribe_events_cat=all-events&#038;tribe-bar-date=2024-11&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-11%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526tribe_events_cat%253Dall-events%2526tribe-bar-date%253D2024-11%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_events_cat=all-events&#038;eventDate=2024-11&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"5e2b2c9d-ea9b-4ad9-a86d-dc0e88ca7ca2\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95174, '_transient_timeout_tribe_views_v2_cache_104e3a266f77:1705218581.1571_0', '1706092812', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95175, '_transient_tribe_views_v2_cache_104e3a266f77:1705218581.1571_0', '<div\n	 class=\"tribe-common tribe-events tribe-events-view tribe-events-view--month\" 	data-js=\"tribe-events-view\"\n	data-view-rest-url=\"https://umuhuza.org.rw/index.php?rest_route=/tribe/views/v2/html\"\n	data-view-rest-method=\"POST\"\n	data-view-manage-url=\"1\"\n				data-view-breakpoint-pointer=\"168799ba-bb0f-41bb-9baa-184d410c94d3\"\n	>\n	<div class=\"tribe-common-l-container tribe-events-l-container\">\n		<div\n	class=\"tribe-events-view-loader tribe-common-a11y-hidden\"\n	role=\"alert\"\n	aria-live=\"polite\"\n>\n	<span class=\"tribe-events-view-loader__text tribe-common-a11y-visual-hide\">\n		Loading view.	</span>\n	<div class=\"tribe-events-view-loader__dots tribe-common-c-loader\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third\"  viewBox=\"0 0 15 15\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"7.5\" cy=\"7.5\" r=\"7.5\"/></svg>\n	</div>\n</div>\n\n		\n		<script data-js=\"tribe-events-view-data\" type=\"application/json\">\n	{\"slug\":\"month\",\"prev_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_event_display=past&eventDate=2023-12\",\"next_url\":\"\",\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_slug\":\"month\",\"view_label\":\"Month\",\"title\":\"\",\"events\":{\"2024-01-01\":[],\"2024-01-02\":[],\"2024-01-03\":[],\"2024-01-04\":[],\"2024-01-05\":[],\"2024-01-06\":[],\"2024-01-07\":[],\"2024-01-08\":[],\"2024-01-09\":[],\"2024-01-10\":[],\"2024-01-11\":[],\"2024-01-12\":[],\"2024-01-13\":[],\"2024-01-14\":[],\"2024-01-15\":[],\"2024-01-16\":[],\"2024-01-17\":[3039],\"2024-01-18\":[],\"2024-01-19\":[],\"2024-01-20\":[],\"2024-01-21\":[],\"2024-01-22\":[],\"2024-01-23\":[],\"2024-01-24\":[],\"2024-01-25\":[],\"2024-01-26\":[],\"2024-01-27\":[],\"2024-01-28\":[],\"2024-01-29\":[],\"2024-01-30\":[],\"2024-01-31\":[],\"2024-02-01\":[],\"2024-02-02\":[],\"2024-02-03\":[],\"2024-02-04\":[]},\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_event_display=past\",\"url_event_date\":\"2024-01-01\",\"bar\":{\"keyword\":\"\",\"date\":\"2024-01\"},\"today\":\"2024-01-23 00:00:00\",\"now\":\"2024-01-23 10:40:12\",\"rest_url\":\"https:\\/\\/umuhuza.org.rw\\/index.php?rest_route=\\/tribe\\/views\\/v2\\/html\",\"rest_method\":\"POST\",\"rest_nonce\":\"\",\"should_manage_url\":true,\"today_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month\",\"today_title\":\"Click to select the current month\",\"today_label\":\"This Month\",\"prev_label\":\"Dec\",\"next_label\":\"Feb\",\"date_formats\":{\"compact\":\"Y-m-d\",\"month_and_year_compact\":\"Y-m\",\"month_and_year\":\"F Y\",\"time_range_separator\":\" - \",\"date_time_separator\":\" -\"},\"messages\":[],\"start_of_week\":\"1\",\"header_title\":\"\",\"header_title_element\":\"h1\",\"content_title\":\"\",\"breadcrumbs\":[],\"before_events\":\"\",\"after_events\":\"\\n<!--\\nThis calendar is powered by The Events Calendar.\\nhttp:\\/\\/evnt.is\\/18wn\\n-->\\n\",\"display_events_bar\":true,\"disable_event_search\":false,\"live_refresh\":true,\"ical\":{\"display_link\":true,\"link\":{\"url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;ical=1\",\"text\":\"Export Events\",\"title\":\"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps\"}},\"container_classes\":[\"tribe-common\",\"tribe-events\",\"tribe-events-view\",\"tribe-events-view--month\"],\"container_data\":[],\"is_past\":true,\"breakpoints\":{\"xsmall\":500,\"medium\":768,\"full\":960},\"breakpoint_pointer\":\"168799ba-bb0f-41bb-9baa-184d410c94d3\",\"is_initial_load\":true,\"public_views\":{\"list\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\List_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=list&tribe_event_display=past&tribe-bar-date=2024-01-01\",\"view_label\":\"List\"},\"month\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Month_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=month&tribe_event_display=past&eventDate=2024-01\",\"view_label\":\"Month\"},\"day\":{\"view_class\":\"Tribe\\\\Events\\\\Views\\\\V2\\\\Views\\\\Day_View\",\"view_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-01\",\"view_label\":\"Day\"}},\"show_latest_past\":true,\"today_date\":\"2024-01-23\",\"grid_date\":\"2024-01-01\",\"formatted_grid_date\":\"January 2024\",\"formatted_grid_date_mobile\":\"2024-01-01\",\"days\":{\"2024-01-01\":{\"date\":\"2024-01-01\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-01\"},\"2024-01-02\":{\"date\":\"2024-01-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-02\"},\"2024-01-03\":{\"date\":\"2024-01-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-03\"},\"2024-01-04\":{\"date\":\"2024-01-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-04\"},\"2024-01-05\":{\"date\":\"2024-01-05\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"5\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-05\"},\"2024-01-06\":{\"date\":\"2024-01-06\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"6\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-06\"},\"2024-01-07\":{\"date\":\"2024-01-07\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"7\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-07\"},\"2024-01-08\":{\"date\":\"2024-01-08\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"8\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-08\"},\"2024-01-09\":{\"date\":\"2024-01-09\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"9\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-09\"},\"2024-01-10\":{\"date\":\"2024-01-10\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"10\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-10\"},\"2024-01-11\":{\"date\":\"2024-01-11\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"11\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-11\"},\"2024-01-12\":{\"date\":\"2024-01-12\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"12\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-12\"},\"2024-01-13\":{\"date\":\"2024-01-13\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"13\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-13\"},\"2024-01-14\":{\"date\":\"2024-01-14\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"14\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-14\"},\"2024-01-15\":{\"date\":\"2024-01-15\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"15\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-15\"},\"2024-01-16\":{\"date\":\"2024-01-16\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"16\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-16\"},\"2024-01-17\":{\"date\":\"2024-01-17\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"17\",\"events\":[3039],\"featured_events\":[],\"multiday_events\":[],\"found_events\":1,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-17\"},\"2024-01-18\":{\"date\":\"2024-01-18\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"18\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-18\"},\"2024-01-19\":{\"date\":\"2024-01-19\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"19\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-19\"},\"2024-01-20\":{\"date\":\"2024-01-20\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"20\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-20\"},\"2024-01-21\":{\"date\":\"2024-01-21\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"21\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-21\"},\"2024-01-22\":{\"date\":\"2024-01-22\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"22\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-22\"},\"2024-01-23\":{\"date\":\"2024-01-23\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"23\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-23\"},\"2024-01-24\":{\"date\":\"2024-01-24\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"24\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-24\"},\"2024-01-25\":{\"date\":\"2024-01-25\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"25\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-25\"},\"2024-01-26\":{\"date\":\"2024-01-26\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"26\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-26\"},\"2024-01-27\":{\"date\":\"2024-01-27\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"27\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-27\"},\"2024-01-28\":{\"date\":\"2024-01-28\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"28\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-28\"},\"2024-01-29\":{\"date\":\"2024-01-29\",\"is_start_of_week\":true,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"29\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-29\"},\"2024-01-30\":{\"date\":\"2024-01-30\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"30\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-30\"},\"2024-01-31\":{\"date\":\"2024-01-31\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"01\",\"day_number\":\"31\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-01-31\"},\"2024-02-01\":{\"date\":\"2024-02-01\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"1\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-02-01\"},\"2024-02-02\":{\"date\":\"2024-02-02\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"2\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-02-02\"},\"2024-02-03\":{\"date\":\"2024-02-03\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"3\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-02-03\"},\"2024-02-04\":{\"date\":\"2024-02-04\",\"is_start_of_week\":false,\"year_number\":\"2024\",\"month_number\":\"02\",\"day_number\":\"4\",\"events\":[],\"featured_events\":[],\"multiday_events\":[],\"found_events\":0,\"more_events\":0,\"day_url\":\"https:\\/\\/umuhuza.org.rw\\/?post_type=tribe_events&eventDisplay=day&tribe_event_display=past&eventDate=2024-02-04\"}},\"next_month\":\"2\",\"prev_month\":\"12\",\"next_rel\":\"noindex\",\"prev_rel\":\"prev\",\"mobile_messages\":{\"notice\":{\"no-events-in-day\":\"There are no events on this day.\"}},\"grid_start_date\":\"2024-01-01\",\"subscribe_links\":{\"gcal\":{\"block_slug\":\"hasGoogleCalendar\",\"label\":\"Google Calendar\",\"single_label\":\"Add to Google Calendar\",\"visible\":true},\"ical\":{\"block_slug\":\"hasiCal\",\"label\":\"iCalendar\",\"single_label\":\"Add to iCalendar\",\"visible\":true},\"outlook-365\":{\"block_slug\":\"hasOutlook365\",\"label\":\"Outlook 365\",\"single_label\":\"Outlook 365\",\"visible\":true},\"outlook-live\":{\"block_slug\":\"hasOutlookLive\",\"label\":\"Outlook Live\",\"single_label\":\"Outlook Live\",\"visible\":true},\"ics\":{\"label\":\"Export .ics file\",\"single_label\":\"Export .ics file\",\"visible\":true,\"block_slug\":null},\"outlook-ics\":{\"label\":\"Export Outlook .ics file\",\"single_label\":\"Export Outlook .ics file\",\"visible\":true,\"block_slug\":null}},\"_context\":{\"slug\":\"month\"},\"text\":\"Loading...\",\"classes\":[\"tribe-common-c-loader__dot\",\"tribe-common-c-loader__dot--third\"]}</script>\n\n		\n		\n<header  class=\"tribe-events-header tribe-events-header--has-event-search\" >\n	\n	\n	\n	\n	<div\n	 class=\"tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border\" 	data-js=\"tribe-events-events-bar\"\n>\n\n	<h2 class=\"tribe-common-a11y-visual-hide\">\n		Events Search and Views Navigation	</h2>\n\n			<button\n	class=\"tribe-events-c-events-bar__search-button\"\n	aria-controls=\"tribe-events-search-container\"\n	aria-expanded=\"false\"\n	data-js=\"tribe-events-search-button\"\n>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg>	<span class=\"tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide\">\n		Search	</span>\n</button>\n\n		<div\n			class=\"tribe-events-c-events-bar__search-container\"\n			id=\"tribe-events-search-container\"\n			data-js=\"tribe-events-search-container\"\n		>\n			<div\n	class=\"tribe-events-c-events-bar__search\"\n	id=\"tribe-events-events-bar-search\"\n	data-js=\"tribe-events-events-bar-search\"\n>\n	<form\n		class=\"tribe-events-c-search tribe-events-c-events-bar__search-form\"\n		method=\"get\"\n		data-js=\"tribe-events-view-form\"\n		role=\"search\"\n	>\n		<input type=\"hidden\" name=\"tribe-events-views[url]\" value=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past\" />\n\n		<div class=\"tribe-events-c-search__input-group\">\n			<div\n	class=\"tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword\"\n	data-js=\"tribe-events-events-bar-input-control\"\n>\n	<label class=\"tribe-common-form-control-text__label\" for=\"tribe-events-events-bar-keyword\">\n		Enter Keyword. Search for Events by Keyword.	</label>\n	<input\n		class=\"tribe-common-form-control-text__input tribe-events-c-search__input\"\n		data-js=\"tribe-events-events-bar-input-control-input\"\n		type=\"text\"\n		id=\"tribe-events-events-bar-keyword\"\n		name=\"tribe-events-views[tribe-bar-search]\"\n		value=\"\"\n		placeholder=\"Search for events\"\n		aria-label=\"Enter Keyword. Search for events by Keyword.\"\n	/>\n	<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg\"  viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z\"/></svg></div>\n		</div>\n\n		<button\n	class=\"tribe-common-c-btn tribe-events-c-search__button\"\n	type=\"submit\"\n	name=\"submit-bar\"\n>\n	Find Events</button>\n	</form>\n</div>\n		</div>\n	\n	<div class=\"tribe-events-c-events-bar__views\">\n	<h3 class=\"tribe-common-a11y-visual-hide\">\n		Event Views Navigation	</h3>\n	<div  class=\"tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs\"  data-js=\"tribe-events-view-selector\">\n		<button\n			class=\"tribe-events-c-view-selector__button\"\n			data-js=\"tribe-events-view-selector-button\"\n		>\n			<span class=\"tribe-events-c-view-selector__button-icon\">\n				<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__button-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>			</span>\n			<span class=\"tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide\">\n				Month			</span>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</button>\n		<div\n	class=\"tribe-events-c-view-selector__content\"\n	id=\"tribe-events-view-selector-content\"\n	data-js=\"tribe-events-view-selector-list-container\"\n>\n	<ul class=\"tribe-events-c-view-selector__list\">\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=list&#038;tribe_event_display=past&#038;tribe-bar-date=2024-01-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z\" class=\"tribe-common-c-svgicon__svg-fill\"/><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-0)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><g clip-path=\"url(#tribe-events-c-view-selector__list-item-icon-svg-1)\" class=\"tribe-common-c-svgicon__svg-fill\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z\"/><path d=\"M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z\"/></g><defs><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-0\"><path transform=\"translate(3.451 4)\" d=\"M0 0h13v4H0z\"/></clipPath><clipPath id=\"tribe-events-c-view-selector__list-item-icon-svg-1\"><path transform=\"translate(3.451 10)\" d=\"M0 0h13v4H0z\"/></clipPath></defs></svg>\n		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			List		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--month tribe-events-c-view-selector__list-item--active\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2024-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--month tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 18 19\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 .991v17.04c0 .236.162.428.361.428h17.175c.2 0 .361-.192.361-.429V.991c0-.237-.162-.428-.361-.428H.36C.161.563 0 .754 0 .99zm.985.803H16.89v2.301H.985v-2.3zM16.89 5.223H.985v12H16.89v-12zM6.31 7.366v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429zm3.428-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429h-.857a.429.429 0 00-.429.429zm-6.857 4.286v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428H6.74a.429.429 0 01-.429-.428zm3.429-.858v.858c0 .236.191.428.428.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.428.428 0 00-.428.428zm3.428.858v-.858c0-.236.192-.428.429-.428h.857c.236 0 .428.192.428.428v.858a.429.429 0 01-.428.428h-.857a.429.429 0 01-.429-.428zm-10.286-.858v.858c0 .236.192.428.429.428h.857a.429.429 0 00.429-.428v-.858a.429.429 0 00-.429-.428h-.857a.429.429 0 00-.429.428zm0 4.286v-.857c0-.237.192-.429.429-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.429-.429zm3.429-.857v.857c0 .237.192.429.429.429h.857a.429.429 0 00.428-.429v-.857a.429.429 0 00-.428-.429H6.74a.429.429 0 00-.429.429zm3.429.857v-.857c0-.237.191-.429.428-.429h.857c.237 0 .429.192.429.429v.857a.429.429 0 01-.429.429h-.857a.429.429 0 01-.428-.429z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Month		</span>\n	</a>\n</li>\n					<li class=\"tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--day\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_event_display=past&#038;eventDate=2024-01-01\"\n		class=\"tribe-events-c-view-selector__list-item-link\"\n		data-js=\"tribe-events-view-link\"\n	>\n		<span class=\"tribe-events-c-view-selector__list-item-icon\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--day tribe-events-c-view-selector__list-item-icon-svg\"  viewBox=\"0 0 19 18\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.363 17.569V.43C.363.193.526 0 .726 0H18c.201 0 .364.193.364.431V17.57c0 .238-.163.431-.364.431H.726c-.2 0-.363-.193-.363-.431zm16.985-16.33H1.354v2.314h15.994V1.24zM1.354 4.688h15.994v12.07H1.354V4.687zm11.164 9.265v-1.498c0-.413.335-.748.748-.748h1.498c.413 0 .748.335.748.748v1.498a.749.749 0 01-.748.748h-1.498a.749.749 0 01-.748-.748z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>		</span>\n		<span class=\"tribe-events-c-view-selector__list-item-text\">\n			Day		</span>\n	</a>\n</li>\n			</ul>\n</div>\n	</div>\n</div>\n\n</div>\n\n	\n	<div class=\"tribe-events-c-top-bar tribe-events-header__top-bar\">\n\n	<nav class=\"tribe-events-c-top-bar__nav tribe-common-a11y-hidden\">\n	<ul class=\"tribe-events-c-top-bar__nav-list\">\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\"\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev\"\n		aria-label=\"Previous month\"\n		title=\"Previous month\"\n		data-js=\"tribe-events-view-link\"\n		rel=\"prev\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</a>\n</li>\n\n		<li class=\"tribe-events-c-top-bar__nav-list-item\">\n	<button\n		class=\"tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next\"\n		aria-label=\"Next month\"\n		title=\"Next month\"\n		disabled\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</button>\n</li>\n	</ul>\n</nav>\n\n	<a\n	href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n	class=\"tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden\"\n	data-js=\"tribe-events-view-link\"\n	aria-label=\"Click to select the current month\"\n	title=\"Click to select the current month\"\n>\n	This Month</a>\n\n	<div class=\"tribe-events-c-top-bar__datepicker\">\n	<button\n		class=\"tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\"\n		data-js=\"tribe-events-top-bar-datepicker-button\"\n		type=\"button\"\n		aria-label=\"Click to toggle datepicker\"\n		title=\"Click to toggle datepicker\"\n	>\n		<time\n			datetime=\"2024-01\"\n			class=\"tribe-events-c-top-bar__datepicker-time\"\n		>\n			<span class=\"tribe-events-c-top-bar__datepicker-mobile\">\n				2024-01-01			</span>\n			<span class=\"tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden\">\n				January 2024			</span>\n		</time>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n	</button>\n	<label\n		class=\"tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide\"\n		for=\"tribe-events-top-bar-date\"\n	>\n		Select date.	</label>\n	<input\n		type=\"text\"\n		class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\"\n		data-js=\"tribe-events-top-bar-date\"\n		id=\"tribe-events-top-bar-date\"\n		name=\"tribe-events-views[tribe-bar-date]\"\n		value=\"2024-01-01\"\n		tabindex=\"-1\"\n		autocomplete=\"off\"\n		readonly=\"readonly\"\n	/>\n	<div class=\"tribe-events-c-top-bar__datepicker-container\" data-js=\"tribe-events-top-bar-datepicker-container\"></div>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-prev-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n	</template>\n	<template class=\"tribe-events-c-top-bar__datepicker-template-next-icon\">\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</template>\n</div>\n\n	<div class=\"tribe-events-c-top-bar__actions tribe-common-a11y-hidden\">\n	</div>\n\n</div>\n</header>\n\n		\n		<div\n			class=\"tribe-events-calendar-month\"\n			role=\"grid\"\n			aria-labelledby=\"tribe-events-calendar-header\"\n			aria-readonly=\"true\"\n			data-js=\"tribe-events-month-grid\"\n		>\n\n			<header class=\"tribe-events-calendar-month__header\" role=\"rowgroup\">\n\n	<h2 class=\"tribe-common-a11y-visual-hide\" id=\"tribe-events-calendar-header\">\n		Calendar of Events	</h2>\n\n	<div role=\"row\" class=\"tribe-events-calendar-month__header-row\">\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Monday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						M					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Mon					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Tuesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Tue					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Wednesday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						W					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Wed					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Thursday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						T					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Thu					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Friday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						F					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Fri					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Saturday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sat					</span>\n				</h3>\n			</div>\n					<div\n				class=\"tribe-events-calendar-month__header-column\"\n				role=\"columnheader\"\n				aria-label=\"Sunday\"\n			>\n				<h3 class=\"tribe-events-calendar-month__header-column-title tribe-common-b3\">\n					<span class=\"tribe-events-calendar-month__header-column-title-mobile\">\n						S					</span>\n					<span class=\"tribe-events-calendar-month__header-column-title-desktop tribe-common-a11y-hidden\">\n						Sun					</span>\n				</h3>\n			</div>\n			</div>\n</header>\n\n			\n<div class=\"tribe-events-calendar-month__body\" role=\"rowgroup\">\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--current\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-05\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-5\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-05\"\n		>\n			5		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-05\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-05\"\n	>\n					5			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-06\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-6\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-06\"\n		>\n			6		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-06\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-06\"\n	>\n					6			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-07\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-7\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-07\"\n		>\n			7		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-07\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-07\"\n	>\n					7			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-08\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-8\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-08\"\n		>\n			8		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-08\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-08\"\n	>\n					8			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-09\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-9\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-09\"\n		>\n			9		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-09\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-09\"\n	>\n					9			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-10\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-10\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-10\"\n		>\n			10		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-10\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-10\"\n	>\n					10			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-11\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-11\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-11\"\n		>\n			11		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-11\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-11\"\n	>\n					11			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-12\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-12\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-12\"\n		>\n			12		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-12\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-12\"\n	>\n					12			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-13\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-13\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-13\"\n		>\n			13		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-13\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-13\"\n	>\n					13			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-14\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-14\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-14\"\n		>\n			14		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-14\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-14\"\n	>\n					14			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-15\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-15\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-15\"\n		>\n			15		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-15\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-15\"\n	>\n					15			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-16\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-16\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-16\"\n		>\n			16		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-16\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-16\"\n	>\n					16			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-17\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-17\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			1 event,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-17\"\n		>\n			17		</time>\n	</h3>\n	\n		<em\n		class=\"tribe-events-calendar-month__mobile-events-icon tribe-events-calendar-month__mobile-events-icon--event\"\n		aria-label=\"Has events\"\n		title=\"Has events\"\n	>\n	</em>\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-17\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		1 event,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-17\"\n	>\n					<a\n				href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=day&#038;tribe_event_display=past&#038;eventDate=2024-01-17\"\n				class=\"tribe-events-calendar-month__day-date-link\"\n				data-js=\"tribe-events-view-link\"\n			>\n				17			</a>\n			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n		\n	\n	\n<article  class=\"tribe-events-calendar-month__calendar-event post-3039 tribe_events type-tribe_events status-publish has-post-thumbnail hentry tribe_events_cat-upcoming-event cat_upcoming-event\" >\n\n	\n	<div class=\"tribe-events-calendar-month__calendar-event-details\">\n\n		<div class=\"tribe-events-calendar-month__calendar-event-datetime\">\n		<time datetime=\"09:00\">\n		9:00 am	</time>\n			<span class=\"tribe-events-calendar-month__calendar-event-datetime-separator\"> - </span>\n		<time datetime=\"12:00\">\n			12:00 pm		</time>\n		</div>\n		<h3 class=\"tribe-events-calendar-month__calendar-event-title tribe-common-h8 tribe-common-h--alt\">\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month__calendar-event-title-link tribe-common-anchor-thin\"\n		data-js=\"tribe-events-tooltip\"\n		data-tooltip-content=\"#tribe-events-tooltip-content-3039\"\n		aria-describedby=\"tribe-events-tooltip-content-3039\"\n	>\n		HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga	</a>\n</h3>\n\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-template tribe-common-a11y-hidden\">\n	<div\n		class=\"tribe-events-calendar-month__calendar-event-tooltip\"\n		id=\"tribe-events-tooltip-content-3039\"\n		role=\"tooltip\"\n	>\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper\">\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month__calendar-event-tooltip-featured-image-link\"\n	>\n		<img\n			src=\"https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-scaled.jpg\"\n							srcset=\"https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-1024x683.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-1536x1024.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-2048x1366.jpg 2048w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-760x507.jpg 760w\"\n										alt=\"\"\n										title=\"F7Gj3q6XYAAGBT3\"\n						class=\"tribe-events-calendar-month__calendar-event-tooltip-featured-image\"\n		/>\n	</a>\n</div>\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-datetime\">\n		<time datetime=\"2024-01-17\">\n		<span class=\"tribe-event-date-start\">January 17 -9:00 am</span> - <span class=\"tribe-event-time\">12:00 pm</span>	</time>\n	</div>\n		<h3 class=\"tribe-events-calendar-month__calendar-event-tooltip-title tribe-common-h7\">\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month__calendar-event-tooltip-title-link tribe-common-anchor-thin\"\n	>\n		HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga	</a>\n</h3>\n		<div class=\"tribe-events-calendar-month__calendar-event-tooltip-description tribe-common-b3\">\n	<p>Umuhuza Organisation has organised a ceremony to present and hand over outcomes of an 8-month project, \" Access to Digital and Inclusive Community Literacy Environment,\" funded by Rwanda National Commission for UNESCO. The project was implemented in Rutunga sector to increase community libraries and equip them with inclusive and digital literacy resources. The handover ceremony is scheduled on January 17,2024 in&hellip;</p>\n</div>\n			</div>\n</div>\n\n	</div>\n\n</article>\n\n	</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-18\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-18\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-18\"\n		>\n			18		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-18\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-18\"\n	>\n					18			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-19\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-19\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-19\"\n		>\n			19		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-19\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-19\"\n	>\n					19			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-20\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-20\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-20\"\n		>\n			20		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-20\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-20\"\n	>\n					20			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-21\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-21\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-21\"\n		>\n			21		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-21\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-21\"\n	>\n					21			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-22\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-22\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-22\"\n		>\n			22		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-22\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-22\"\n	>\n					22			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-23\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"true\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-23\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile tribe-events-calendar-month__day-cell--selected\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-23\"\n		>\n			23		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-23\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-23\"\n	>\n					23			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-24\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-24\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-24\"\n		>\n			24		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-24\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-24\"\n	>\n					24			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-25\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-25\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-25\"\n		>\n			25		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-25\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-25\"\n	>\n					25			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-26\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-26\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-26\"\n		>\n			26		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-26\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-26\"\n	>\n					26			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-27\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-27\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-27\"\n		>\n			27		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-27\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-27\"\n	>\n					27			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-28\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-28\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-28\"\n		>\n			28		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-28\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-28\"\n	>\n					28			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n		<div class=\"tribe-events-calendar-month__week\" role=\"row\" data-js=\"tribe-events-month-grid-row\">\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-29\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-29\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-29\"\n		>\n			29		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-29\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-29\"\n	>\n					29			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-30\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-30\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-30\"\n		>\n			30		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-30\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-30\"\n	>\n					30			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-01-31\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-01-31\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-01-31\"\n		>\n			31		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-01-31\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-01-31\"\n	>\n					31			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-01\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-1\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-01\"\n		>\n			1		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-01\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-01\"\n	>\n					1			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-02\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-2\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-02\"\n		>\n			2		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-02\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-02\"\n	>\n					2			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-03\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-3\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-03\"\n		>\n			3		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-03\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-03\"\n	>\n					3			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n				\n<div\n	 class=\"tribe-events-calendar-month__day tribe-events-calendar-month__day--other-month tribe-events-calendar-month__day--next-month\" 	role=\"gridcell\"\n	aria-labelledby=\"tribe-events-calendar-day-2024-02-04\"\n	data-js=\"tribe-events-month-grid-cell\"\n>\n	\n<button\n	aria-expanded=\"false\"\n	aria-controls=\"tribe-events-calendar-mobile-day-2024-02-4\"\n	 class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" 	data-js=\"tribe-events-calendar-month-day-cell-mobile\"\n	tabindex=\"-1\"\n>\n	<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h6 tribe-common-h--alt\">\n		<span class=\"tribe-common-a11y-visual-hide\">\n			0 events,\n		</span>\n		<time\n			class=\"tribe-events-calendar-month__day-date-daynum\"\n			datetime=\"2024-02-04\"\n		>\n			4		</time>\n	</h3>\n	\n</button>\n	\n<div\n	id=\"tribe-events-calendar-day-2024-02-04\"\n	class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--desktop tribe-common-a11y-hidden\"\n>\n	\n<h3 class=\"tribe-events-calendar-month__day-date tribe-common-h4\">\n	<span class=\"tribe-common-a11y-visual-hide\">\n		0 events,\n	</span>\n	<time\n		class=\"tribe-events-calendar-month__day-date-daynum\"\n		datetime=\"2024-02-04\"\n	>\n					4			</time>\n</h3>\n	<div class=\"tribe-events-calendar-month__events\">\n		\n			</div>\n\n	\n</div>\n</div>\n\n			\n		</div>\n\n	\n</div>\n\n		</div>\n\n		\n		<section class=\"tribe-events-calendar-month-mobile-events\" data-js=\"tribe-events-calendar-month-mobile-events\">\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-5\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-6\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-7\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-8\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-9\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-10\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-11\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-12\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-13\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-14\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-15\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-16\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-17\">\n\n	\n					\n			<div class=\"tribe-events-c-day-marker tribe-events-calendar-month-mobile-events__day-marker\">\n	<time\n		class=\"tribe-events-c-day-marker__date tribe-common-h7 tribe-common-h--alt\"\n		datetime=\"2024-01-17\"\n	>\n		January 17	</time>\n</div>\n\n			\n			\n<article  class=\"tribe-events-calendar-month-mobile-events__mobile-event post-3039 tribe_events type-tribe_events status-publish has-post-thumbnail hentry tribe_events_cat-upcoming-event cat_upcoming-event\" >\n\n	\n	<div class=\"tribe-events-calendar-month-mobile-events__mobile-event-details\">\n\n		<div class=\"tribe-events-calendar-month-mobile-events__mobile-event-datetime tribe-common-b2\">\n				<time datetime=\"2024-01-17\">\n			<span class=\"tribe-event-date-start\">January 17 -9:00 am</span> - <span class=\"tribe-event-time\">12:00 pm</span>		</time>\n		</div>\n		<h3  class=\"tribe-events-calendar-month-mobile-events__mobile-event-title tribe-common-h7\" >\n	<a\n		href=\"https://umuhuza.org.rw/?tribe_events=handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga\"\n		title=\"HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga\"\n		rel=\"bookmark\"\n		class=\"tribe-events-calendar-month-mobile-events__mobile-event-title-link tribe-common-anchor\"\n	>\n		HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga	</a>\n</h3>\n		\n	</div>\n</article>\n\n		\n		\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-18\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-19\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-20\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-21\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-22\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day tribe-events-calendar-month-mobile-events__mobile-day--show\"  id=\"tribe-events-calendar-mobile-day-2024-01-23\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-24\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-25\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-26\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-27\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-28\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-29\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-30\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-01-31\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-1\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-2\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-3\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n		\n<div  class=\"tribe-events-calendar-month-mobile-events__mobile-day\"  id=\"tribe-events-calendar-mobile-day-2024-02-4\">\n\n	\n		<div  class=\"tribe-events-header__messages tribe-events-c-messages tribe-common-b2 tribe-events-header__messages--mobile tribe-events-header__messages--day\"  >\n			<div class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\" role=\"alert\">\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--messages-not-found tribe-events-c-messages__message-icon-svg\"  viewBox=\"0 0 21 23\" xmlns=\"http://www.w3.org/2000/svg\"><g fill-rule=\"evenodd\"><path d=\"M.5 2.5h20v20H.5z\"/><path stroke-linecap=\"round\" d=\"M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834\" class=\"tribe-common-c-svgicon__svg-stroke\"/><path stroke-linecap=\"round\" d=\"M4.5.5v4m12-4v4\"/><path stroke-linecap=\"square\" d=\"M.5 7.5h20\"/></g></svg>\n			<ul class=\"tribe-events-c-messages__message-list\">\n									<li\n						class=\"tribe-events-c-messages__message-list-item\"\n						 data-key=\"no-events-in-day\" 					>\n					There are no events on this day.					</li>\n							</ul>\n		</div>\n	</div>\n\n	</div>\n\n	\n	<nav class=\"tribe-events-calendar-month-nav tribe-events-c-nav\">\n	<ul class=\"tribe-events-c-nav__list\">\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;eventDate=2023-12\"\n		rel=\"prev\"\n		class=\"tribe-events-c-nav__prev tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Previous month, Dec\"\n		title=\"Previous month, Dec\"\n		rel=\"prev\"\n	>\n		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z\"/></svg>\n		Dec	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month\"\n		class=\"tribe-events-c-nav__today tribe-common-b2\"\n		data-js=\"tribe-events-view-link\"\n		aria-label=\"Click to select the current month\"\n		title=\"Click to select the current month\"\n	>\n		This Month	</a>\n</li>\n\n		<li class=\"tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next\">\n	<button\n		class=\"tribe-events-c-nav__next tribe-common-b2\"\n		aria-label=\"Next month, Feb\"\n		title=\"Next month, Feb\"\n		disabled\n	>\n		Feb		<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg\"  xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path d=\"M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z\"/></svg>\n	</button>\n</li>\n	</ul>\n</nav>\n\n</section>\n\n		<div class=\"tribe-events-c-subscribe-dropdown__container\">\n	<div class=\"tribe-events-c-subscribe-dropdown\">\n		<div class=\"tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button\">\n			<button\n				class=\"tribe-events-c-subscribe-dropdown__button-text\"\n				aria-expanded=\"false\"\n				aria-controls=\"tribe-events-subscribe-dropdown-content\"\n				aria-label=\"\"\n			>\n				Subscribe to calendar			</button>\n			<svg  class=\"tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon\"  viewBox=\"0 0 10 7\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z\" class=\"tribe-common-c-svgicon__svg-fill\"/></svg>\n		</div>\n		<div id=\"tribe-events-c-subscribe-dropdown-content\" class=\"tribe-events-c-subscribe-dropdown__content\">\n			<ul class=\"tribe-events-c-subscribe-dropdown__list\">\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fumuhuza.org.rw%2F%3Fpost_type%3Dtribe_events%26ical%3D1%26eventDisplay%3Dlist\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Google Calendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"webcal://umuhuza.org.rw/?post_type=tribe_events&#038;ical=1&#038;eventDisplay=list\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		iCalendar	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.office.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook 365	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://outlook.live.com/owa?path=%2Fcalendar%2Faction%2Fcompose&#038;rru=addsubscription&#038;url=webcal%253A%252F%252Fumuhuza.org.rw%252F%253Fpost_type%253Dtribe_events%2526eventDisplay%253Dlist%26ical%3D1&#038;name=+\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Outlook Live	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;eventDisplay=month&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export .ics file	</a>\n</li>\n									\n<li class=\"tribe-events-c-subscribe-dropdown__list-item\">\n	<a\n		href=\"https://umuhuza.org.rw/?post_type=tribe_events&#038;outlook-ical=1#038;eventDisplay=month&#038;tribe_event_display=past&#038;ical=1\"\n		class=\"tribe-events-c-subscribe-dropdown__list-item-link\"\n		target=\"_blank\"\n		rel=\"noopener noreferrer nofollow noindex\"\n	>\n		Export Outlook .ics file	</a>\n</li>\n							</ul>\n		</div>\n	</div>\n</div>\n\n		<div class=\"tribe-events-after-html\">\n	\n<!--\nThis calendar is powered by The Events Calendar.\nhttp://evnt.is/18wn\n-->\n</div>\n\n	</div>\n\n</div>\n\n<script class=\"tribe-events-breakpoints\">\n	( function () {\n		var completed = false;\n\n		function initBreakpoints() {\n			if ( completed ) {\n				// This was fired already and completed no need to attach to the event listener.\n				document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views ) {\n				return;\n			}\n\n			if ( \'undefined\' === typeof window.tribe.events.views.breakpoints ) {\n				return;\n			}\n\n			if ( \'function\' !== typeof (window.tribe.events.views.breakpoints.setup) ) {\n				return;\n			}\n\n			var container = document.querySelectorAll( \'[data-view-breakpoint-pointer=\"168799ba-bb0f-41bb-9baa-184d410c94d3\"]\' );\n			if ( ! container ) {\n				return;\n			}\n\n			window.tribe.events.views.breakpoints.setup( container );\n			completed = true;\n			// This was fired already and completed no need to attach to the event listener.\n			document.removeEventListener( \'DOMContentLoaded\', initBreakpoints );\n		}\n\n		// Try to init the breakpoints right away.\n		initBreakpoints();\n		document.addEventListener( \'DOMContentLoaded\', initBreakpoints );\n	})();\n</script>\n', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95411, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1706694815;s:7:\"checked\";a:5:{s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.2\";s:15:\"twentytwentytwo\";s:3:\"1.5\";s:7:\"umuhuza\";s:5:\"1.0.2\";}s:8:\"response\";a:3:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.6.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}', 'no'),
(95412, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1706694814;s:8:\"response\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:6:\"5.6.20\";}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.8.6\";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.8.6.zip\";s:5:\"icons\";a:2:{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:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"7.4\";}s:41:\"wp-gdpr-compliance/wp-gdpr-compliance.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/wp-gdpr-compliance\";s:4:\"slug\";s:18:\"wp-gdpr-compliance\";s:6:\"plugin\";s:41:\"wp-gdpr-compliance/wp-gdpr-compliance.php\";s:11:\"new_version\";s:6:\"2.0.23\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-gdpr-compliance/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/wp-gdpr-compliance.2.0.23.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-gdpr-compliance/assets/icon-256x256.png?rev=2615628\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-gdpr-compliance/assets/icon-128x128.png?rev=2615628\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wp-gdpr-compliance/assets/banner-1544x500.png?rev=2615628\";s:2:\"1x\";s:73:\"https://ps.w.org/wp-gdpr-compliance/assets/banner-772x250.png?rev=2615628\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"5.9.9\";s:12:\"requires_php\";s:3:\"7.0\";}s:13:\"give/give.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:18:\"w.org/plugins/give\";s:4:\"slug\";s:4:\"give\";s:6:\"plugin\";s:13:\"give/give.php\";s:11:\"new_version\";s:5:\"3.3.1\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/give/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/give.3.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287\";s:2:\"1x\";s:57:\"https://ps.w.org/give/assets/icon-128x128.jpg?rev=2873287\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/give/assets/banner-1544x500.jpg?rev=2979689\";s:2:\"1x\";s:59:\"https://ps.w.org/give/assets/banner-772x250.jpg?rev=2979689\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"7.2\";}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:6:\"4.9.11\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.9.11.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:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/the-events-calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:5:\"6.3.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440\";s:2:\"1x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-128x128.gif?rev=2516440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622\";s:2:\"1x\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"6.2.0\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"7.4\";}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"7.4\";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:4:{s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/custom-twitter-feeds\";s:4:\"slug\";s:20:\"custom-twitter-feeds\";s:6:\"plugin\";s:44:\"custom-twitter-feeds/custom-twitter-feed.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-twitter-feeds/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-twitter-feeds.2.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/custom-twitter-feeds/assets/icon-256x256.png?rev=2700808\";s:2:\"1x\";s:73:\"https://ps.w.org/custom-twitter-feeds/assets/icon-128x128.png?rev=2700808\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/custom-twitter-feeds/assets/banner-1544x500.png?rev=2679386\";s:2:\"1x\";s:75:\"https://ps.w.org/custom-twitter-feeds/assets/banner-772x250.png?rev=2679386\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:34:\"feeds-for-youtube/youtube-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/feeds-for-youtube\";s:4:\"slug\";s:17:\"feeds-for-youtube\";s:6:\"plugin\";s:34:\"feeds-for-youtube/youtube-feed.php\";s:11:\"new_version\";s:5:\"2.1.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/feeds-for-youtube/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/feeds-for-youtube.2.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/feeds-for-youtube/assets/icon-256x256.png?rev=2700809\";s:2:\"1x\";s:70:\"https://ps.w.org/feeds-for-youtube/assets/icon-128x128.png?rev=2700809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/feeds-for-youtube/assets/banner-1544x500.png?rev=2680369\";s:2:\"1x\";s:72:\"https://ps.w.org/feeds-for-youtube/assets/banner-772x250.png?rev=2680369\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:33:\"ot-twitter-feed/ottwitterfeed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/ot-twitter-feed\";s:4:\"slug\";s:15:\"ot-twitter-feed\";s:6:\"plugin\";s:33:\"ot-twitter-feed/ottwitterfeed.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/ot-twitter-feed/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/ot-twitter-feed.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/ot-twitter-feed/assets/icon-128x128.png?rev=1722981\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/ot-twitter-feed/assets/banner-772x250.png?rev=1722349\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}}', 'no'),
(95460, '_transient_timeout_trx_addons_cf7_2141_data', '1706037136', 'no'),
(95461, '_transient_trx_addons_cf7_2141_data', 'a:1:{s:4:\"item\";i:198;}', 'no'),
(95524, '_transient_doing_cron', '1706700365.2621059417724609375000', 'yes'),
(95525, '_transient_timeout_give_premium_addons_ids', '1706781213', 'no'),
(95526, '_transient_give_premium_addons_ids', 'a:55:{i:0;s:8:\"webhooks\";i:1;s:19:\"visual-form-builder\";i:2;s:16:\"bitpay-donations\";i:3;s:11:\"agency-plan\";i:4;s:12:\"peer-to-peer\";i:5;s:8:\"pro-plan\";i:6;s:10:\"salesforce\";i:7;s:32:\"peer-to-peer-fundraising-suite-2\";i:8;s:30:\"peer-to-peer-fundraising-suite\";i:9;s:12:\"text-to-give\";i:10;s:19:\"peer-to-peer-legacy\";i:11;s:22:\"funds-and-designations\";i:12;s:14:\"activecampaign\";i:13;s:27:\"all-addons-priority-support\";i:14;s:15:\"pro-plan-legacy\";i:15;s:13:\"plus-bundle-2\";i:16;s:14:\"basic-bundle-2\";i:17;s:15:\"moneris-gateway\";i:18;s:14:\"square-gateway\";i:19;s:15:\"annual-receipts\";i:20;s:22:\"mollie-payment-gateway\";i:21;s:15:\"payfast-gateway\";i:22;s:17:\"currency-switcher\";i:23;s:6:\"sofort\";i:24;s:32:\"donation-upsells-for-woocommerce\";i:25;s:8:\"tributes\";i:26;s:12:\"fee-recovery\";i:27;s:19:\"americloud-payments\";i:28;s:13:\"paytm-gateway\";i:29;s:18:\"gocardless-gateway\";i:30;s:16:\"razorpay-gateway\";i:31;s:17:\"payumoney-gateway\";i:32;s:10:\"convertkit\";i:33;s:6:\"aweber\";i:34;s:17:\"per-form-gateways\";i:35;s:13:\"email-reports\";i:36;s:16:\"manual-donations\";i:37;s:10:\"pro-bundle\";i:38;s:11:\"plus-bundle\";i:39;s:12:\"basic-bundle\";i:40;s:6:\"zapier\";i:41;s:16:\"google-analytics\";i:42;s:16:\"ccavenue-gateway\";i:43;s:16:\"constant-contact\";i:44;s:25:\"braintree-payment-gateway\";i:45;s:8:\"gift-aid\";i:46;s:12:\"iats-gateway\";i:47;s:17:\"2checkout-gateway\";i:48;s:12:\"pdf-receipts\";i:49;s:19:\"recurring-donations\";i:50;s:15:\"paymill-gateway\";i:51;s:18:\"form-field-manager\";i:52;s:14:\"stripe-gateway\";i:53;s:21:\"authorize-net-gateway\";i:54;s:9:\"mailchimp\";}', 'no'),
(95527, '_site_transient_timeout_theme_roots', '1706696614', 'no'),
(95528, '_site_transient_theme_roots', 'a:5:{s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:7:\"umuhuza\";s:7:\"/themes\";}', 'no'),
(95529, '_site_transient_timeout_browser_a8877bd08bc4b8d79850cfe10dc29217', '1707299615', 'no'),
(95530, '_site_transient_browser_a8877bd08bc4b8d79850cfe10dc29217', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"121.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(95531, '_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447', '1707299615', 'no'),
(95532, '_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(95533, '_transient_timeout_tribe_aggregator_services_list', '1706781216', 'no'),
(95534, '_transient_tribe_aggregator_services_list', 'a:1:{s:6:\"origin\";a:1:{i:0;O:8:\"stdClass\":2:{s:2:\"id\";s:3:\"csv\";s:4:\"name\";s:8:\"CSV File\";}}}', 'no'),
(95535, '_transient_timeout_action_scheduler_last_pastdue_actions_check', '1706716416', 'no'),
(95536, '_transient_action_scheduler_last_pastdue_actions_check', '1706694816', 'no'),
(95537, '_transient_timeout_trx_addons_dashboard_feed', '1706716417', 'no'),
(95538, '_transient_trx_addons_dashboard_feed', 'a:2:{s:4:\"news\";a:2:{s:5:\"title\";s:11:\"Latest news\";s:5:\"items\";a:2:{i:0;a:7:{s:2:\"id\";i:25759;s:5:\"title\";s:21:\"More Beautiful Themes\";s:11:\"description\";s:362:\"View more beautiful and easy-to-use WordPress Themes. Are you going to create more WordPress based projects? Good news that we have WP Themes for any kind of projects. <a href=\"https://themerex.net/premium/?utm_source=trxfeed&utm_medium=trxfeed&utm_campaign=trxfeed\" target=\"_blank\" rel=\"noopener noreferrer\">View Portfolio</a> with the best WordPress Templates.\";s:4:\"date\";s:0:\"\";s:4:\"link\";s:88:\"https://themerex.net/premium/?utm_source=trxfeed&utm_medium=trxfeed&utm_campaign=trxfeed\";s:6:\"status\";s:4:\"high\";s:5:\"label\";s:3:\"new\";}i:1;a:7:{s:2:\"id\";i:25758;s:5:\"title\";s:23:\"Make Your Site Adorable\";s:11:\"description\";s:408:\"Did you know that you can pass some parts of your site development to ThemeREX Custom Studio. They have 10+ years of experience in site production. You can order anything starting from minor theme customization up to Ready-Made Site. <a href=\"https://themerex.net/offers/?utm_source=trxfeed&utm_medium=trxfeed&utm_campaign=trxfeed\" target=\"_blank\" rel=\"noopener noreferrer\">View Custom Studio Offers Now</a>.\";s:4:\"date\";s:0:\"\";s:4:\"link\";s:87:\"https://themerex.net/offers/?utm_source=trxfeed&utm_medium=trxfeed&utm_campaign=trxfeed\";s:6:\"status\";s:4:\"high\";s:5:\"label\";s:3:\"new\";}}}s:3:\"faq\";a:2:{s:5:\"title\";s:17:\"Do you know what?\";s:5:\"items\";a:2:{i:0;a:6:{s:2:\"id\";i:10012;s:5:\"title\";s:22:\"Custom Layouts Builder\";s:11:\"description\";s:241:\"<p>In the menu <span style=\"text-decoration: underline;\"><strong>&#8220;Layouts&#8221;</strong></span> you can create your own layouts, which can be used as headers, footers, submenus, or simply repeating blocks on different pages</p><br />\n\";s:4:\"link\";s:0:\"\";s:6:\"status\";s:4:\"none\";s:5:\"label\";s:4:\"none\";}i:1;a:6:{s:2:\"id\";i:10013;s:5:\"title\";s:76:\"Your theme &#8220;Umuhuza - Organisation&#8221; supports overriding options!\";s:11:\"description\";s:212:\"<p>You can choose the header, footer, sidebar position and widget sets separately for each type of posts and supported plugins in the menu <em>Appearance &#8211; Customize &#8211; Plugins settings</em></p><br />\n\";s:4:\"link\";s:0:\"\";s:6:\"status\";s:4:\"info\";s:5:\"label\";s:3:\"new\";}}}}', 'no'),
(95539, '_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed', '1706738018', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95540, '_transient_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://theeventscalendar.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress event plugins for awesome people\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jan 2024 17:16:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Featured Calendar: The UCLA School of Music\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://theeventscalendar.com/blog/wordpress-calendar-examples/featured-calendar-the-ucla-school-of-music/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jan 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress Calendar Examples\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543551\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:576:\"<p>Our Facebook Group is an excellent touchpoint for us, as it lets us keep in touch with our customers and see what you all are up to. Case in point: the UCLA School of Music is doing really awesome things with our plugins to help add calendaring functionality to their website. The UCLA Herb Alpert&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/wordpress-calendar-examples/featured-calendar-the-ucla-school-of-music/\">Featured Calendar: The UCLA School of Music</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jaime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5246:\"\n<p>Our <a href=\"https://www.facebook.com/groups/theeventscalendarofficial\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook Group</a> is an excellent touchpoint for us, as it lets us keep in touch with our customers and see what you all are up to. Case in point: the <a href=\"https://schoolofmusic.ucla.edu/\" target=\"_blank\" rel=\"noreferrer noopener\">UCLA School of Music</a> is doing really awesome things with our plugins to help add calendaring functionality to their website.</p>\n\n\n\n<p>The UCLA Herb Alpert School of Music aims to cultivate models for musical studies that integrate exemplary scholarship and practices and engage through music with diverse communities on campus, throughout Los Angeles, and beyond.</p>\n\n\n\n<p>And they use <a href=\"https://theeventscalendar.com/\" target=\"_blank\" rel=\"noreferrer noopener\">The Events Calendar</a> products to help them achieve their goals. Read on to learn more about how they do it.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-homepage\">The homepage</h2>\n\n\n\n<p>Once you land on the website, you’re greeted with a colorful, eye-catching homepage that makes it clear to the user that this school is passionate about its music.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/NqqbZhiOP4RsOMmIGM8UDnFAXBEX901MZjTEit4O_i9GYm3ISKL42I9UwPEQF53Yejo8EbUj-iUBKtnFc4JBcdNsRHiICU2Sj2-NP4qaZG3nRdegfpm_PiMtKecRkWkmsFkWo9MmcE3cJZKKUrSS5r8\" alt=\"\"/></figure>\n\n\n\n<p>And there’s a link to the Event Calendar right at the top of the page, so you can’t miss it. As you scroll down, you’ll also find a calendar widget in a list-style view to see a few of the upcoming events.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/tais3DVkD9QiQMfZBwlk9HCN_5MKciNvkHhGel7PU5mEYvmux-dDEBtnL9tXz2jKW6IGK0YSkTgBO8XBG25lM1JmZv1nRFl3oa2RiGPRAoaIaxKClEF9-6DtcTzM5AqSR8R_mS49Nuryt9ATomnNxrA\" alt=\"\"/></figure>\n\n\n\n<p><a href=\"https://theeventscalendar.com/knowledgebase/events-calendar-widgets/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Related: Overview of Calendar Widgets</em></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-main-calendar-page\">The main calendar page</h2>\n\n\n\n<p>Once you land on the <a href=\"https://schoolofmusic.ucla.edu/calendar/#/\" target=\"_blank\" rel=\"noreferrer noopener\">main calendar page</a>, the beautifully customized filter bar is one of the first things you’ll notice. As you can imagine, there are lots of different types of events that UCLA hosts, which helps keep users from being overwhelmed by the breadth of events. Having a <a href=\"https://theeventscalendar.com/products/wordpress-calendar-filter-bar/\" target=\"_blank\" rel=\"noreferrer noopener\">Filter Bar</a> can add to the user experience and help them find what they’re looking for.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/AYYvoUU1isGdCZqlt4nRnEriZy0aC5rh1NS7DP9mDXe_JepJRUc954K_77ujEvtHDZRMz22Fra7haZaAyvlsc1Ln94HH7Fgp46XkeHWdWuT18sn56OOOq_dh3nJlomG0XYCPon15iyK7buEY990D62E\" alt=\"\"/></figure>\n\n\n\n<p>Beyond that, there’s a custom link to subscribe to events. This functionality is available by default, although it usually sits below the calendar. We love this touch! You’ll also find that they’ve moved the date card inside the featured image in Photo View. You can style Photo View in different ways. See <a href=\"https://theeventscalendar.com/knowledgebase/how-to-customize-templates-and-css-in-a-view/\" target=\"_blank\" rel=\"noreferrer noopener\">this Knowledgebase article</a> for more information.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-single-event-page\">The single event page</h2>\n\n\n\n<p>Lastly, the single event page looks exactly how you’d expect from the UCLA School of Music. They’ve matched the same styling and colors across the website; all the information you need is available on the page. And for virtual events, there’s a link to view the livestream right on the page so that viewers know exactly where to find it.</p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https://lh7-us.googleusercontent.com/Xhq5qt6xoTFTF1B2j8z6Zl4scjb3tvoWhs1El7eTptNg7hW43Qxg9A8jGozelCk5SSk3XPBA7vzJ3QkwGX9Fg8hM_szdFcgJsGZPadbKhvjDKf51UZY7Bb4GJBVgHI_PC-kGf51ufJkbF-sWwTjvAm4\" alt=\"\"/></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-a-calendar-that-s-music-to-our-ears-nbsp\">A calendar that’s music to our ears&nbsp;</h2>\n\n\n\n<p>The <a href=\"https://schoolofmusic.ucla.edu/\" target=\"_blank\" rel=\"noreferrer noopener\">UCLA School of Music</a> created a wonderfully customized calendar of events, and you can too! Request a <a href=\"https://theeventscalendar.com/demo/\" target=\"_blank\" rel=\"noreferrer noopener\">free demo site</a> of your own and try out all of our plugins. We know you’ll find something that piques your interest. <a href=\"https://theeventscalendar.com/demo/\" target=\"_blank\" rel=\"noreferrer noopener\">Get started today!</a></p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/wordpress-calendar-examples/featured-calendar-the-ucla-school-of-music/\">Featured Calendar: The UCLA School of Music</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Event Schedule Manager 1.1.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://theeventscalendar.com/release-notes/event-schedule-manager/event-schedule-manager-1-1-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jan 2024 17:16:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Event Schedule Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543565\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:592:\"<p>Summary Maintenance Release This version of Event Schedule Manager includes a fix for compatibility with Event Tickets, sessions in the admin and some tweaks to improve the user experience. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. ✨ New New features included in this release:&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-schedule-manager/event-schedule-manager-1-1-0/\">Event Schedule Manager 1.1.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jaime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3759:\"\n<p></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Maintenance Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">This version of Event Schedule Manager includes a fix for compatibility with Event Tickets, sessions in the admin and some tweaks to improve the user experience.</p>\n\n\n\n<p><em>As always, we recommend </em><a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\"><em>testing updates</em></a><em> on a staging site first, but it should all be smooth sailing.</em></p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-new\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> New</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features included in this release:</p>\n\n\n\n<ul>\n<li>Change Event Schedule block date picker to select multiple dates.</li>\n\n\n\n<li>Add no sessions message, remove styles, change block name to Event Schedule, add align and content options, add date label and helper text, add a block description, and update block icon for the Event Schedule block.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-fixed\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Fixed</h4>\n\n\n\n<p></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Bugs that were squashed in this release:</p>\n\n\n\n<ul>\n<li>Prevent fatal when moving attendees in Event Tickets and Event Tickets Plus by updating the Uplink library to 1.3.</li>\n\n\n\n<li>On single session editor show View Sessions in admin bar and under New dropdown.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files, strings:</p>\n\n\n\n<ul>\n<li>19 new strings added.</li>\n\n\n\n<li>16 updated.</li>\n\n\n\n<li>0 fuzzied.</li>\n\n\n\n<li>0 obsoleted.</li>\n</ul>\n</div>\n</div>\n\n\n\n<p></p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-schedule-manager/event-schedule-manager-1-1-0/\">Event Schedule Manager 1.1.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Events Calendar Pro 6.3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://theeventscalendar.com/release-notes/events-calendar-pro/events-calendar-pro-6-3-1/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jan 2024 17:16:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:19:\"Events Calendar Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543579\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:592:\"<p>Summary Maintenance Release The latest update resolves several PHP 8.2 deprecation warnings, WPML metabox on events, more 6.0 compatibility updates for the ORM and more. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. Events Calendar Pro 6.3.1 is only compatible with The Events Calendar 6.3.1&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/events-calendar-pro/events-calendar-pro-6-3-1/\">Events Calendar Pro 6.3.1</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jaime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4998:\"\n<p></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-15 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Maintenance Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">The latest update resolves several PHP 8.2 deprecation warnings, WPML metabox on events, more 6.0 compatibility updates for the ORM and more.</p>\n\n\n\n<p><em>As always, we recommend </em><a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\"><em>testing updates</em></a><em> on a staging site first, but it should all be smooth sailing.</em></p>\n\n\n\n<p><br><strong>Events Calendar Pro 6.3.1</strong> <strong>is only compatible with The Events Calendar 6.3.1 and higher.</strong></p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-18 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-new\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> New</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features included in this release:</p>\n\n\n\n<ul>\n<li>Updating to be compatible with the new Trash Old Events frequency option structure in The Events Calendar.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-fixed\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Fixed</h4>\n\n\n\n<p></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Bugs that were squashed in this release:</p>\n\n\n\n<ul>\n<li>PHP 8.2 deprecation errors, <code>PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /.../wp-admin/admin-header.php on line 36</code>. &#8211; and others.</li>\n\n\n\n<li>WPML translation metabox was failing to load on the Edit Events page when Events Pro was active.</li>\n\n\n\n<li>Updating validation error reporting API.</li>\n\n\n\n<li>Handles a post ID to a recurring event when doing a delete with the ORM like so <code>tribe_events()-&gt;where(\'id\', 123 )-&gt;delete();</code>. Previously it would convert to an occurrence and not delete the whole recurring event.</li>\n\n\n\n<li>Ensure the Recurring Event Description field that has been deprecated and removed no longer shows on the Event edit screen.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-24 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-developers\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Developers</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New or updated hooks:</p>\n\n\n\n<ul>\n<li>New hooks: <code>tribe_repository_events_before_delete</code> and <code>tec_events_pro_show_recurrence_description</code>.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-27 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files, strings:</p>\n\n\n\n<ul>\n<li>2 new strings added.</li>\n\n\n\n<li>0 updated.</li>\n\n\n\n<li>0 fuzzied.</li>\n\n\n\n<li>0 obsoleted.</li>\n</ul>\n</div>\n</div>\n\n\n\n<p></p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/events-calendar-pro/events-calendar-pro-6-3-1/\">Events Calendar Pro 6.3.1</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"The Events Calendar 6.3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-3-1/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jan 2024 17:15:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543574\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:583:\"<p>Summary Maintenance Release This version of The Events Calendar includes several fixes with editing venues on an event, imports and 8.2 deprecation errors. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. ✨ New New features included in this release: ✅ Fixed Bugs that were squashed&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-3-1/\">The Events Calendar 6.3.1</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Jaime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3842:\"\n<p></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-30 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Maintenance Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"release-summary__overview has-medium-font-size\">This version of The Events Calendar includes several fixes with editing venues on an event, imports and 8.2 deprecation errors.</p>\n\n\n\n<p><em>As always, we recommend </em><a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\"><em>testing updates</em></a><em> on a staging site first, but it should all be smooth sailing.</em></p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-33 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-new\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> New</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features included in this release:</p>\n\n\n\n<ul>\n<li>Adding some more testing and better handling of database errors.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-36 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-fixed\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Fixed</h4>\n\n\n\n<p></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Bugs that were squashed in this release:</p>\n\n\n\n<ul>\n<li>Resolved an issue where adding multiple venues in block editor would not persist the second venue after the page was reloaded.</li>\n\n\n\n<li>Make sure that the full country name is used when importing events from Meetup.</li>\n\n\n\n<li>Ensure that the venue state is saved when data is available.</li>\n\n\n\n<li>Fix PHP 8.2 deprecation errors <code>PHP Deprecated: Creation of dynamic property Tribe__Events__Aggregator__Record__gCal::$image_uploader is deprecated</code>. </li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-39 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-developers\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Developers</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New or updated hooks:</p>\n\n\n\n<ul>\n<li>Hooks: modified <code>tribe_events_delete_old_events_sql_args</code> args, adding an <code>interval</code> param to the array.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<p></p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-3-1/\">The Events Calendar 6.3.1</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Events Calendar Pro 6.3.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://theeventscalendar.com/release-notes/events-calendar-pro/events-calendar-pro-6-3-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 15:09:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:19:\"Events Calendar Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543604\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"<p>Summary Feature Release The latest update introduces the Series Passes compatibility with Event Tickets 5.8.0. As always, we recommend&#160;testing updates&#160;on a staging site first, but it should all be smooth sailing. Events Calendar Pro 6.3.0 is only compatible with The Events Calendar 6.3.0 and higher Events Calendar Pro 6.3.0 is only compatible with Event Tickets&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/events-calendar-pro/events-calendar-pro-6-3-0/\">Events Calendar Pro 6.3.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joel Liriano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4931:\"\n<p></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-42 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Feature Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"release-summary__overview has-medium-font-size\">The latest update introduces the <a href=\"https://theeventscalendar.com/knowledgebase/series-passes/\">Series Passes</a> compatibility with Event Tickets 5.8.0.</p>\n\n\n\n<p>As always, we recommend&nbsp;<a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\" target=\"_blank\" rel=\"noreferrer noopener\">testing updates</a>&nbsp;on a staging site first, but it should all be smooth sailing.</p>\n\n\n\n<p><strong>Events Calendar Pro 6.3.0 is only compatible with The Events Calendar 6.3.0 and higher</strong></p>\n\n\n\n<p><strong>Events Calendar Pro 6.3.0 is only compatible with Event Tickets 5.8.0 and higher</strong></p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-45 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-version\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Version</h4>\n\n\n\n<p></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Minimum supported version in this release: </p>\n\n\n\n<ul>\n<li>The minimum supported version of WordPress is now 6.2.0</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-48 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-features\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />  Features</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New features</p>\n\n\n\n<ul>\n<li>New Ticket type when using with Event Tickets for Series Posts.</li>\n\n\n\n<li>Series Passes show on Series frontend page.</li>\n\n\n\n<li>Series Passes show on frontend for events in Series.</li>\n\n\n\n<li>Attendees and Orders pages for Series with passes.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-51 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-tweaks\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Tweaks</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New tweaks included in this release:</p>\n\n\n\n<ul>\n<li>Updating to be compatible with the new Trash Old Events frequency option structure in The Events Calendar.</li>\n\n\n\n<li>Added filters: <code>`tec_events_pro_custom_tables_v1_series_occurrent_list_columns`, `tec_events_pro_custom_tables_v1_add_to_series_available_events`</code></li>\n\n\n\n<li>Added actions: <code>`tec_events_pro_custom_tables_v1_series_occurrent_list_column_{$column_name}`, `tec_events_pro_custom_tables_v1_series_relationships_after`</code></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-54 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul>\n<li>0 new strings added</li>\n\n\n\n<li>9 updated</li>\n\n\n\n<li>0 fuzzied</li>\n\n\n\n<li>0 obsoleted</li>\n</ul>\n</div>\n</div>\n\n\n\n<p></p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/events-calendar-pro/events-calendar-pro-6-3-0/\">Events Calendar Pro 6.3.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Event Tickets 5.8.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-8-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 15:07:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Event Tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543601\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:580:\"<p>Summary Maintenance Release The latest version of Event Tickets introduces Series Passes with Events Calendar Pro 6.3.0. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing. Event Tickets 5.8.0 is only compatible with The Events Calendar 6.3.0 and higher.Event Tickets 5.8.0 is only compatible with Event&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-8-0/\">Event Tickets 5.8.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joel Liriano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5479:\"\n<p></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-57 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Maintenance Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"release-summary__overview has-medium-font-size\">The latest version of Event Tickets introduces <a href=\"https://theeventscalendar.com/knowledgebase/series-passes/\">Series Passes</a> with Events Calendar Pro 6.3.0.</p>\n\n\n\n<p>As always, we recommend <a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\" target=\"_blank\" rel=\"noreferrer noopener\">testing updates</a> on a staging site first, but it should all be smooth sailing.<br><br><strong>Event Tickets 5.8.0 is only compatible with The Events Calendar 6.3.0 and higher.<br>Event Tickets 5.8.0 is only compatible with Event Tickets Plus 5.9.0 and higher.</strong></p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-60 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-new\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> New</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New tweaks and enhancements in this release:</p>\n\n\n\n<ul>\n<li>Feature &#8211; New ticket type field for all Ticket Post Types.</li>\n\n\n\n<li>Feature &#8211; New type of Ticket: Series Passes to start enabling Recurring Event Ticketing.</li>\n\n\n\n<li>Enhancement &#8211; Improved the Design and UX of the Attendees and Orders page.</li>\n\n\n\n<li>Tweak &#8211; Added filters: <code>tec_tickets_ticket_panel_data</code>, <code>tec_tickets_ticket_type_default_header_description</code>, <code>tec_tickets_enabled_ticket_forms_{$post_type}</code>, <code>tec_tickets_allow_tickets_on_recurring_events</code>, <code>tec_tickets_commerce_order_report_summary_should_include_event_sales_data</code>, <code>tec_tickets_repository_filter_by_event_id</code>, <code>tec_recurring_tickets_enabled</code>, <code>tec_tickets_flexible_tickets_editor_data</code>, <code>tec_tickets_find_ticket_type_host_posts_query_args</code>, <code>tec_tickets_attendees_filter_by_event</code>, <code>tec_tickets_attendees_filter_by_event_not_in</code>, <code>tec_tickets_attendees_event_details_top_label</code>, <code>tec_tickets_editor_configuration_localized_data</code>, <code>tec_tickets_panel_list_helper_text</code>, <code>tec_tickets_normalize_occurrence_id</code>, <code>tec_tickets_is_ticket_editable_from_post</code>, <code>tec_tickets_my_tickets_link_ticket_count_by_type</code>, <code>tec_tickets_editor_list_ticket_types</code>, <code>tec_tickets_editor_list_table_data</code>, <code>tec_tickets_editor_list_table_data_{$ticket_type}</code>, <code>tribe_tickets_block_show_unlimited_availability</code>, <code>tec_tickets_get_event_capacity</code></li>\n\n\n\n<li>Tweak &#8211; Removed filters: <code>tec_tickets_hide_view_link</code></li>\n\n\n\n<li>Tweak &#8211; Added actions: <code>tec_flexible_tickets_activated</code>, <code>tec_tickets_panels_before</code>, <code>tec_tickets_panels_after</code>, <code>tec_tickets_ticket_update</code>, <code>tec_tickets_ticket_add</code>, <code>tec_tickets_list_row_edit</code>, <code>tec_tickets_editor_list_table_title_icon_{$ticket_type}</code>, <code>tec_tickets_editor_list_table_before</code>, <code>tec_tickets_ticket_form_main_start</code>, <code>tec_tickets_ticket_form_main_start_{$ticket_type}</code></li>\n\n\n\n<li>Tweak &#8211; Changed views: <code>blocks/attendees/view-link</code>, <code>emails/template-parts/body/order/attendees-table/header-row</code>, <code>tickets/email</code>, <code>tickets/my-tickets</code>, <code>tickets/my-tickets/orders-list</code>, <code>tickets/my-tickets/tickets-list</code>, <code>tickets/my-tickets/title</code>, <code>tickets/orders</code>, <code>tickets/view-link</code>, <code>v2/tickets/item</code>, <code>v2/tickets/items</code>, <code>v2/tickets/series-pass/header</code></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-63 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul>\n<li>62 new strings added</li>\n\n\n\n<li>212 updated</li>\n\n\n\n<li>9 fuzzied</li>\n\n\n\n<li>15 obsoleted</li>\n</ul>\n</div>\n</div>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets/event-tickets-5-8-0/\">Event Tickets 5.8.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Event Tickets Plus 5.9.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-5-9-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 15:07:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Event Tickets Plus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543602\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:588:\"<p>Summary Maintenance Release The latest version of Event Tickets Plus introduces Series Passes with Events Calendar Pro 6.3.0. As always, we recommend testing updates on a staging site first, but it should all be smooth sailing.Event Tickets Plus 5.9.0 is only compatible with Event Tickets 5.8.0 and higher. ✨ New New tweaks and enhancements in&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-5-9-0/\">Event Tickets Plus 5.9.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joel Liriano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3356:\"\n<p></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-66 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Maintenance Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"release-summary__overview has-medium-font-size\">The latest version of Event Tickets Plus introduces <a href=\"https://theeventscalendar.com/knowledgebase/series-passes/\">Series Passes</a> with Events Calendar Pro 6.3.0. </p>\n\n\n\n<p>As always, we recommend <a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\" target=\"_blank\" rel=\"noreferrer noopener\">testing updates</a> on a staging site first, but it should all be smooth sailing.<br><strong><br>Event Tickets Plus 5.9.0 is only compatible with Event Tickets 5.8.0 and higher.</strong></p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-69 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-new\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> New</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New tweaks and enhancements in this release:</p>\n\n\n\n<ul>\n<li>Feature &#8211; Added support for Series Passes with QR Codes, Shared Capacity and Attendee Registration.</li>\n\n\n\n<li>Tweak &#8211; Added filters: <code>tec_tickets_plus_woocommerce_order_event_details</code>, <code>tec_tickets_plus_editor_capacity_table_tickets</code>, <code>tec_tickets_plus_editor_capacity_table_tickets_by_type</code>, <code>tec_tickets_plus_editor_capacity_table_capacity_by_type</code>, <code>tec_tickets_plus_editor_capacity_table_total_capacity</code>, <code>tec_tickets_plus_editor_capacity_table_label_for_type</code>, <code>tec_tickets_plus_my_tickets_order_list_ticket_type_titles</code></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-72 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul>\n<li>2 new strings added</li>\n\n\n\n<li>45 updated</li>\n\n\n\n<li>3 fuzzied</li>\n\n\n\n<li>0 obsoleted</li>\n</ul>\n</div>\n</div>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/event-tickets-plus/event-tickets-plus-5-9-0/\">Event Tickets Plus 5.9.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"The Events Calendar 6.3.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-3-0/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jan 2024 15:07:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"release notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543603\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"<p>Summary Feature Release This update brings support for the Series Passes compatibility with Events Calendar Pro and Event Tickets. As always, we recommend&#160;testing updates&#160;on a staging site first, but it should all be smooth sailing. The Events Calendar 6.3.0 is only compatible with Event Tickets 5.8.0 and higher. ⚙️ Version Minimum supported version in this&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-3-0/\">The Events Calendar 6.3.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joel Liriano\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3654:\"\n<p></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-75 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h3 class=\"wp-block-heading\" id=\"h-summary\">Summary</h3>\n\n\n\n<p class=\"release-label has-normal-font-size\">Feature Release</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"release-summary__overview has-medium-font-size\">This update brings support for the <a href=\"https://theeventscalendar.com/knowledgebase/series-passes/\">Series Passes</a> compatibility with Events Calendar Pro and Event Tickets.</p>\n\n\n\n<p>As always, we recommend&nbsp;<a href=\"https://theeventscalendar.com/knowledgebase/k/creating-and-using-a-wordpress-staging-site/\" target=\"_blank\" rel=\"noreferrer noopener\">testing updates</a>&nbsp;on a staging site first, but it should all be smooth sailing.</p>\n\n\n\n<p><strong>The Events Calendar 6.3.0 is only compatible with Event Tickets 5.8.0 and higher.</strong></p>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-78 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-version\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2699.png\" alt=\"⚙\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Version</h4>\n\n\n\n<p></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Minimum supported version in this release: </p>\n\n\n\n<ul>\n<li>The minimum supported version of WordPress is now 6.2.0</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-81 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<h4 class=\"wp-block-heading\" id=\"h-tweaks\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Tweaks</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">New tweaks in this release:</p>\n\n\n\n<ul>\n<li>Include Series Passes supporting code to enable the creation of Series Passes.</li>\n\n\n\n<li>Added the <code>tec_events_custom_tables_v1_migration_after_dry_run</code> filter.</li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-84 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.3%\">\n<h4 class=\"wp-block-heading\" id=\"h-translations\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f5e3.png\" alt=\"🗣\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Translations</h4>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-medium-font-size\">Updated language files and strings:</p>\n\n\n\n<ul>\n<li>0 new strings added</li>\n\n\n\n<li>92 updated</li>\n\n\n\n<li>0 fuzzied</li>\n\n\n\n<li>2 obsoleted</li>\n</ul>\n</div>\n</div>\n\n\n\n<p></p>\n<p>The post <a href=\"https://theeventscalendar.com/release-notes/the-events-calendar/the-events-calendar-6-3-0/\">The Events Calendar 6.3.0</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"16 Ideas for Your Next Community Event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:162:\"https://theeventscalendar.com/blog/event-management/16-ideas-for-your-next-community-event/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jan 2024 02:01:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Event Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"Community Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543590\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:623:\"<p>Looking for a way to bring folks together? Enter community events. Community events are the perfect type of activity for people to express their shared experiences, values, and goals.&#160; A community event can be anything that highlights a local community and its residents. There’s really no one-size-fits-all approach. However, it still takes time and effort&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/event-management/16-ideas-for-your-next-community-event/\">16 Ideas for Your Next Community Event</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Rachel Kolman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10183:\"\n<p>Looking for a way to bring folks together? Enter community events. Community events are the perfect type of activity for people to express their shared experiences, values, and goals.&nbsp;</p>\n\n\n\n<p>A community event can be anything that highlights a local community and its residents. There’s really no one-size-fits-all approach. However, it still takes time and effort to <a href=\"https://theeventscalendar.com/blog/tips/how-to-plan-an-event-on-a-tight-budget/\" target=\"_blank\" rel=\"noreferrer noopener\">plan</a> and <a href=\"https://theeventscalendar.com/blog/event-management/10-ways-to-promote-your-event/\" target=\"_blank\" rel=\"noreferrer noopener\">promote</a> one, just like any other event. </p>\n\n\n\n<p>To get you started, here are some community event examples to inspire you. Check out these events that are sure to draw participation from your community. Let’s dive in!&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-1-game-night-nbsp\">1. Game night&nbsp;</h2>\n\n\n\n<p>What better way to bring a community together than with a game night! For easy buy-in, create a game night with familiar classics and crowd-pleasers that bring out good-natured competitiveness. Think trivia or quiz shows. For more fun, add elements of your community to the questions, such as its history or fun facts.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-food-festival-nbsp\">2. Food festival&nbsp;</h2>\n\n\n\n<p>A food festival is a staple when it comes to community events. With enough advance notice, the entire community will have time to prepare a dish for an old-fashioned potluck-style event. Bring out the family recipes and, for a small competitive edge, make it a cook-off with judges and a prize.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-nbsp-3-farmers-market-nbsp\">&nbsp;3. Farmers market&nbsp;</h2>\n\n\n\n<p>Support local farmers while providing access to fresh, locally-produced goods via a community farmers market. Community members can build bonds with local vendors, and the market can grow each time it’s held. Your regulars will start looking forward to it!&nbsp;</p>\n\n\n\n<p>A market also has mass appeal, attracting people from all over the region to shop local produce and goods, which can make attendance soar.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-4-community-cleanup-nbsp\">4. Community cleanup&nbsp;</h2>\n\n\n\n<p>Beautifying your community as a group event is a win-win. Tell folks when and where to meet, such as high-traffic areas needing clean-up. Bring bags and tongs and any other supplies needed and divide into groups. This type of event is great for allowing social interaction between community volunteers to build stronger relationships.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-5-arts-and-crafts-exhibit-nbsp\">5. Arts and crafts exhibit&nbsp;</h2>\n\n\n\n<p>An art exhibition showing local arts and crafts allows local artists to showcase or sell their unique art or crafts. You could involve more of the community by asking local schools to submit student artwork for display. Pair this with a workshop or craft-making class, and it’s a full art-filled event!&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-6-seasonal-or-holiday-events-nbsp\">6. Seasonal or holiday events&nbsp;</h2>\n\n\n\n<p>Don’t miss a chance to throw a great community event for your upcoming holiday. Think holiday baking, costume parties, or treasure hunts themed for the particular season. A treasure hunt can include maps to clues around landmarks or popular buildings in the neighborhood with a prize for the first to find the buried treasure!</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-7-marathons-nbsp\">7. Marathons&nbsp;</h2>\n\n\n\n<p>Marathons can get the whole community out to run the miles or help coordinate the event. Make it a fundraiser for miles run, with the money going to an important cause for the community. Volunteers can pass out water at mile markers, cheer on runners, set up signs, and help hand out medals.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-8-wellness-and-fitness-nbsp\">8. Wellness and fitness&nbsp;</h2>\n\n\n\n<p>Of course, you can include more than just runners in a fitness-focused community event. If a nature walk is more the community’s speed, host a group walk with a checklist of items to look for while on the trail. Other ideas include yoga in the park, group sunset bike rides, or even beginner meditation classes.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-9-movie-night-nbsp\">9. Movie night&nbsp;</h2>\n\n\n\n<p>A movie night with classic or family movies will make for an inclusive event for the whole community. All you need is a big screen, a projector, the right film (think comedies or seasonal classics), popcorn and snacks galore, and you’ve got a community event for the whole family.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-10-hobbies-and-how-to-workshops-nbsp\">10. Hobbies and how-to workshops&nbsp;</h2>\n\n\n\n<p>Host beginner or intermediate classes that’ll enrich your community. Think crafts like painting, crochet, or pottery, or even writing workshops or computer literacy classes. If anyone in your community is a teacher or specialist, it’s the perfect opportunity to spread that knowledge with the community.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-11-swap-meets-nbsp\">11. Swap meets&nbsp;</h2>\n\n\n\n<p>Like an arts and crafts event or farmers market, swap meet events offer a place where the community can get together to exchange, buy, or sell specific goods, such as clothing, car parts, or toys for children. Folks will bring in the items they want to “swap” and simply let the exchanging begin! Plus, it’s a great way to reduce waste.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-12-guides-and-tours-nbsp\">12. Guides and tours&nbsp;</h2>\n\n\n\n<p>If your area has any unique history, consider hosting an event where guided tours are provided to educate others about that history. If there are any unique landmarks or features, try doing guided walk-throughs. It’s a great way to get folks out in nature and learn more about the community at the same time.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-13-heritage-celebration-nbsp\">13. Heritage celebration&nbsp;</h2>\n\n\n\n<p>Celebrate the cultures within your community by hosting events dedicated to specific cultures. Food, entertainment, history, and art can all be featured as a way to honor and celebrate. Consider partnering with local organizations and align goals and important cultural dates.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-14-sports-nbsp\">14. Sports&nbsp;</h2>\n\n\n\n<p>Get your community out with friendly sports matches! This can be through starting intramural or league tournaments, such as softball or soccer matches. Or, these can be simple frisbee golf days in the park! It can be a casual event or more competitive – whatever gets the interest of your community.&nbsp;&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-15-talent-show-nbsp\">15. Talent show<strong>&nbsp;</strong></h2>\n\n\n\n<p>A talent show gives community members a low-pressure place to show what they’re good at. Give people plenty of time to sign up and practice, as well as for you to find a suitable venue with equipment to facilitate.&nbsp;</p>\n\n\n\n<p>Open it up to all ages to attract a variety of performers, young and old! You can also build a roster of potential entertainment for future events.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-16-unique-community-oriented-festivals-nbsp\">16. Unique, community-oriented festivals&nbsp;</h2>\n\n\n\n<p>What is your community known for? For example, it could be specific arts, food, or other products. Create festivals around that. For example, if your community is known for a particular crop, you can have a crop-themed festival each year and feature games, activities, entertainment, and food.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-get-more-community-event-ideas-nbsp\">How to get more community event ideas&nbsp;</h2>\n\n\n\n<p>If you’re struggling to develop more event ideas, let your community decide! With the Community Events plugin from The Events Calendar, <a href=\"https://theeventscalendar.com/blog/event-management/how-to-allow-event-submissions-on-a-wordpress-site/\" target=\"_blank\" rel=\"noreferrer noopener\">website visitors can submit their own events</a>. Users will submit events to your calendar, and you set the moderation and publishing controls. </p>\n\n\n\n<p>By <a href=\"https://theeventscalendar.com/blog/learning/how-community-events-can-improve-your-community-wordpress-site/\" target=\"_blank\" rel=\"noreferrer noopener\">allowing your own community to submit events</a>, you’re also gaining direct insights into what your community wants. And by hosting an event they specifically submit, you’ll likely have more registrations and attendees. Plus, you’ll build stronger relationships within the community. </p>\n\n\n\n<p>You’ll still have full control over your community event calendar, but now you can easily populate it. Once you have installed and activated the Community Events plugin, simply preview it first on the front end and then share the form widely within your community! Visit our <a href=\"https://theeventscalendar.com/knowledgebase/guide/community-events/\" target=\"_blank\" rel=\"noreferrer noopener\">Knowledgebase</a> for more on how to get started with Community Events. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-bring-your-community-together-with-the-events-calendar-nbsp\">Bring your community together with The Events Calendar&nbsp;</h2>\n\n\n\n<p>Community events can be an effective way to bring people together or work towards a common goal. Now, with the Community Events plugin from The Events Calendar, community members can give input and directly influence the type of event you host. </p>\n\n\n\n<p>Install Community Events now to get started. Or, <a href=\"https://demo.theeventscalendar.com/\">try out the demo</a> first to see what it can do for you!</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/event-management/16-ideas-for-your-next-community-event/\">16 Ideas for Your Next Community Event</a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"A Complete Guide to Email Marketing for Events \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"https://theeventscalendar.com/blog/event-management/a-complete-guide-to-email-marketing-for-events/?utm_source=theeventscalendar&utm_medium=referral&utm_campaign=rss-feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Jan 2024 21:46:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"Event Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Email marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=2543533\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:602:\"<p>As an event professional, you want the best possible outcome for your events. Maybe you want to increase ticket sales, build lasting relationships, or just spread the word. Either way, you need to promote your event to achieve those goals. One of the best ways to do it is through email marketing.&#160;&#160; If you aren’t&#8230;</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/event-management/a-complete-guide-to-email-marketing-for-events/\">A Complete Guide to Email Marketing for Events </a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Alexis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17871:\"\n<p>As an event professional, you want the best possible outcome for your events. Maybe you want to increase ticket sales, build lasting relationships, or just spread the word. Either way, you need to promote your event to achieve those goals.</p>\n\n\n\n<p>One of the best ways to do it is through email marketing.&nbsp;&nbsp;</p>\n\n\n\n<p>If you aren’t doing email marketing (or doing it the right way), you could be missing out. In this article, we discuss if you need an event email marketing strategy, the types of emails to send, and best practices.&nbsp;</p>\n\n\n\n<p>Let’s dive in.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-do-i-need-an-event-email-marketing-strategy-nbsp\">Do I need an event email marketing strategy?&nbsp;</h2>\n\n\n\n<p>Short answer: yes! Across most industries, email marketing has a high return on investment at a whopping <a href=\"https://www.litmus.com/resources/email-marketing-roi/\" target=\"_blank\" rel=\"noreferrer noopener\">$36 for every dollar spent</a>–higher than any other channel. </p>\n\n\n\n<p>It’s a cost-effective way to market your events. Plus, it’s easy to track those results with performance metrics like open rates, click-through rates, and conversions.&nbsp;</p>\n\n\n\n<p>Email offers a unique opportunity to send targeted, direct messages because you choose the audience. For example, you can offer exclusive pricing to loyal attendees or contact <a href=\"https://theeventscalendar.com/blog/event-management/how-to-get-sponsors-for-your-next-event/\" target=\"_blank\" rel=\"noreferrer noopener\">potential event sponsors</a>. Not to mention, this audience includes those who have already interacted with your brand or events, so they’re more receptive to your communications. </p>\n\n\n\n<p>If you do it right, email can help:</p>\n\n\n\n<ul>\n<li>Increase event registration, ticket sales, and attendance&nbsp;</li>\n\n\n\n<li>Build relationships&nbsp;&nbsp;</li>\n\n\n\n<li>Boost engagement&nbsp;</li>\n</ul>\n\n\n\n<p>Now, let’s look at what types of emails you should send.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-types-of-emails-nbsp\">Types of emails&nbsp;</h2>\n\n\n\n<p>Knowing what to send is half the battle when it comes to email marketing. But to do it for events, focus on sending emails before the event, after registration, and after the event.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-before-an-event-nbsp\">Before an event&nbsp;</h3>\n\n\n\n<p>There’s no wrong or right answer when it comes to how early you can start promoting events. But you should definitely start sending emails once you have all the event details and a <a href=\"https://theeventscalendar.com/blog/tips/styling-an-event-registration-form-for-wordpress/\" target=\"_blank\" rel=\"noreferrer noopener\">registration form</a>. </p>\n\n\n\n<p>First, start by announcing the event. In this email, you should:</p>\n\n\n\n<ul>\n<li>Craft a concise yet compelling subject line and preheader</li>\n\n\n\n<li>Provide event details, like where and what it is&nbsp;</li>\n\n\n\n<li>Include a clear call to action for easy registration&nbsp;</li>\n</ul>\n\n\n\n<div class=\"wp-block-kadence-image kb-image2543533_d3dbff-6b\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" fetchpriority=\"high\" width=\"595\" height=\"1024\" src=\"https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-595x1024.png\" alt=\"email invitation for a cyber monday virtual event from learndash\" class=\"kb-img wp-image-2543536\" srcset=\"https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-595x1024.png 595w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-174x300.png 174w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-49x85.png 49w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-768x1322.png 768w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-892x1536.png 892w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-1190x2048.png 1190w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-430x740.png 430w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-645x1110.png 645w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-1068x1838.png 1068w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-460x792.png 460w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-1074x1849.png 1074w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-512x881.png 512w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-640x1102.png 640w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-308x530.png 308w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-960x1653.png 960w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-465x800.png 465w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583-500x861.png 500w, https://images.theeventscalendar.com/uploads/2024/01/LearnDash-virtual-event-email-e1704404318583.png 1589w\" sizes=\"(max-width: 595px) 100vw, 595px\" /><figcaption><em>Example email announcing an event</em></figcaption></figure></div>\n\n\n\n<p>After you have the initial announcement out of the way, additional emails can be for:&nbsp;</p>\n\n\n\n<ul>\n<li><strong>Answering questions.</strong> Your attendees may be curious about what speakers are attending the event, logistics, or what’s in it for them. Consider sending an email just to address these concerns.&nbsp;</li>\n\n\n\n<li><strong>Building excitement.</strong> Share more about the event, like a jam-packed agenda, activities, and other unique event experiences. You can even show a sneak peek, the best moments from previous events, or a countdown timer. Remember, you want to compel people to register.&nbsp;</li>\n\n\n\n<li><strong>Exclusive offers.</strong> If you need some more event registrations, send out an exclusive offer. Make sure you build urgency by setting a time or ticket limit.&nbsp;</li>\n</ul>\n\n\n\n<p>The frequency of these emails depends on your audience. Try two to three times a week to start with. Once a week may not resonate with your audience, while every day can cause <a href=\"https://www.mailmodo.com/guides/email-fatigue/\" target=\"_blank\" rel=\"noreferrer noopener\">email fatigue</a>. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-after-attendee-registration-nbsp\">After attendee registration&nbsp;</h3>\n\n\n\n<p>You have attendees–now what?</p>\n\n\n\n<p>Event email marketing also comes into play after you get registrations. It’s important to send these emails so nobody misses the event or feels excluded.&nbsp;</p>\n\n\n\n<p>While you can send emails to build excitement for this segment, you’ll also want to send two important emails: event confirmation and reminders.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-event-registration-confirmation-email\">Event registration confirmation email</h4>\n\n\n\n<p>This email is sent immediately after a successful registration. You should try to automate this if you can, which many forms and plugins already do. For example, our <a href=\"https://theeventscalendar.com/products/wordpress-event-tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Event Tickets</a> plugin for WordPress sends an email immediately following a successful RSVP or ticket purchase.  </p>\n\n\n\n<p><a href=\"https://theeventscalendar.com/blog/what-to-write-in-event-confirmation-emails/\" target=\"_blank\" rel=\"noreferrer noopener\">Event confirmation emails</a> are used as a primary way to get event information before attending. It needs to be thorough yet easy to understand. </p>\n\n\n\n<p>Here’s what to do:</p>\n\n\n\n<ul>\n<li><strong>Confirm attendance.</strong> Acknowledge that the attendee has successfully registered, paid, and received their ticket. A tool like <a href=\"https://theeventscalendar.com/products/wallet-plus/\" target=\"_blank\" rel=\"noreferrer noopener\">Wallet Plus</a> can send digital tickets for you so attendees always have them. </li>\n\n\n\n<li><strong>Share the event description.</strong> To make it convenient for attendees, provide a brief reminder and description of the event, especially if it’s far in advance.&nbsp;</li>\n\n\n\n<li><strong>Add the details.</strong> Include the precise date and time of the event, plus the venue and location. If your event is in person, include a map and directions. If the event is virtual, make the link loud and clear.&nbsp;</li>\n\n\n\n<li><strong>Be helpful.</strong> If there is any particular information attendees need to know, list them. For example, if your event is on Zoom, include a link or explain how to install it. In-person events could include information such as the dress code, mobile app downloads, and hotel options.&nbsp;</li>\n</ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-reminders-nbsp\">Reminders&nbsp;</h4>\n\n\n\n<p>After your event confirmation email, you’ll want to send out a few reminders to attendees. The frequency of these emails depends on your audience and how close it is to your event. But generally, the closer the event gets, the more frequent your emails can be.&nbsp;</p>\n\n\n\n<p>Here’s a schedule you can try:&nbsp;</p>\n\n\n\n<ul>\n<li>Two weeks before the event (<a href=\"https://theeventscalendar.com/blog/event-management/the-most-important-email-to-promote-your-event/\" target=\"_blank\" rel=\"noreferrer noopener\">one of the most important emails</a>)</li>\n\n\n\n<li>One week before the event</li>\n\n\n\n<li>Three days before the event</li>\n\n\n\n<li>The day before the event&nbsp;&nbsp;</li>\n</ul>\n\n\n\n<p>In these reminder emails, you can share more important information, send updates, or build excitement like you’ve done previously. This can include:</p>\n\n\n\n<ul>\n<li>Speaker or guest information&nbsp;</li>\n\n\n\n<li>Downloading an app, agenda, or software&nbsp;</li>\n\n\n\n<li>How to access the event&nbsp;</li>\n</ul>\n\n\n\n<p>Keep these emails short and sweet–you don’t want to overwhelm attendees before the event. And like your registration confirmation email, try automating reminders. A tool like <a href=\"https://theeventscalendar.com/products/promoter/\" target=\"_blank\" rel=\"noreferrer noopener\">Promoter</a> helps you create your own or use <a href=\"https://theeventscalendar.com/knowledgebase/what-is-a-shortcut-in-promoter/\" target=\"_blank\" rel=\"noreferrer noopener\">pre-written emails</a>.  </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-post-event-nbsp\">Post-event&nbsp;</h3>\n\n\n\n<p>Event email marketing doesn’t end with the event, either! You’ll need to send at least one email shortly after your event. It should at least include a thank-you to attendees, but it can also:</p>\n\n\n\n<ul>\n<li><strong>Offer a gift.</strong> In addition to a grateful thank you, you can include a freebie, discount, or other gift.&nbsp;</li>\n\n\n\n<li><strong>Request a </strong><a href=\"https://theeventscalendar.com/blog/event-management/survey-questions-to-ask-attendees-after-an-event/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>post-event survey.</strong></a><strong> </strong>Ask attendees what they thought of the event. It can help you evaluate the success of your event and improve your next one. </li>\n\n\n\n<li><strong>Share links to resources.</strong> Share any recordings, speaker notes, or other materials from the event.&nbsp;</li>\n\n\n\n<li><strong>Introduce the next event.</strong> If your event is recurring, or if you have a related one coming up, you can include a registration link and event description in this email.&nbsp;</li>\n</ul>\n\n\n\n<p>When closing the email, you can include a call to action for following your brand’s social media channels or subscribing to an email newsletter. This helps attendees stay in the loop and strengthens the relationship.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-event-email-marketing-best-practices-nbsp\">Event email marketing best practices&nbsp;</h2>\n\n\n\n<p>Email marketing doesn’t have to be a challenge. Here are some tips to help you out:</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-segment-your-audience-nbsp\">Segment your audience&nbsp;</h3>\n\n\n\n<p>Forget about one-size-fits-all solutions! Your email marketing will be more effective by sending targeted emails. <a href=\"https://theeventscalendar.com/blog/event-management/how-to-market-your-event-with-email-audience-segmentation/\" target=\"_blank\" rel=\"noreferrer noopener\">Segmenting your email audience</a> is the easiest way to do this. </p>\n\n\n\n<p>Email segmentation <a href=\"https://theeventscalendar.com/blog/tips/add-and-segment-subscribers-with-custom-lists-for-promoter/\" target=\"_blank\" rel=\"noreferrer noopener\">separates your contacts into different lists</a> instead of sending a mass email to everyone. This will help you increase your open rates, event registrations, and ticket sales. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-be-engaging-nbsp\">Be engaging&nbsp;</h3>\n\n\n\n<p>After segmenting your audience, make sure you’re sending them relevant information. You’ll also want to create compelling, creative, and concise email subject lines and preheader text.&nbsp;</p>\n\n\n\n<p>For more effective event email marketing, consider adding a few more <a href=\"https://blog.hubspot.com/blog/tabid/6307/bid/34146/7-excellent-examples-of-email-personalization-in-action.aspx\" target=\"_blank\" rel=\"noreferrer noopener\">personalization strategies</a>. Sign off emails with your name, use first names when addressing subscribers, and avoid jargon or complicated copy. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-prioritize-responsive-and-clean-design\">Prioritize responsive and clean design</h3>\n\n\n\n<p>Your content won’t be consumed if users can’t read it! Avoid using too many graphics and images in your emails and stick to high-contrast design. For example, don’t put red text on a blue background. If you do include images, they should be high-resolution.</p>\n\n\n\n<p>Email users check emails from their phones, computers, or tablets. Therefore, your emails need to be <a href=\"https://www.litmus.com/blog/understanding-responsive-and-hybrid-email-design\" target=\"_blank\" rel=\"noreferrer noopener\">responsive</a>, meaning they maintain their look and feel on any screen. Prioritizing responsive design ensures everyone can read it no matter what device they’re using. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-automate-when-possible-nbsp\">Automate when possible&nbsp;</h3>\n\n\n\n<p>We get it–email marketing for events can be time-consuming. Fortunately, there’s a solution: automation.&nbsp;</p>\n\n\n\n<p><a href=\"https://www.campaignmonitor.com/resources/glossary/email-automation/\" target=\"_blank\" rel=\"noreferrer noopener\">Email automation</a> allows you to send emails based on triggers you choose without any of the manual legwork. For example, an event confirmation email will be sent after a successful RSVP. When done right, email automation saves you a ton of time while giving users the best experience. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-test-your-emails-nbsp\">Test your emails&nbsp;</h3>\n\n\n\n<p>One of the biggest mistakes you can make is not testing your emails. There can be things you won’t notice on the backend, like wonky text formatting or an image that’s too big. So, send a test email to yourself to make sure everything looks good. The email should be mobile-friendly, easy to read, and free from any errors.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-make-event-registration-easy-nbsp\">Make event registration easy&nbsp;</h3>\n\n\n\n<p>The point of event email marketing campaigns is to <a href=\"https://theeventscalendar.com/blog/event-management/how-to-sell-out-your-event-expert-tips-and-tricks/\" target=\"_blank\" rel=\"noreferrer noopener\">increase registrations and attendance</a>. So don’t forget to include a clear call to action or next step (registering for your event). This should be a noticeable button or link within your email body. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-monitor-your-metrics-nbsp\">Monitor your metrics&nbsp;</h3>\n\n\n\n<p>Take a look at your emails to see how they’re doing. This will help you improve your emails or reaffirm that what you’re doing is working. For example, if your emails aren’t getting a lot of opens, you may need to switch up your subject lines.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-kick-off-event-email-marketing-with-the-events-calendar\">Kick-off event email marketing with The Events Calendar</h2>\n\n\n\n<p>Now that you know why you need an email marketing strategy, the types of emails to send, and best practices, it’s time to get started!</p>\n\n\n\n<p>The Events Calendar has an email marketing platform, <a href=\"https://theeventscalendar.com/products/promoter/\" target=\"_blank\" rel=\"noreferrer noopener\">Promoter</a>, designed with event professionals in mind. </p>\n\n\n\n<p>Promoter makes email event communication easy. Plus, it syncs with The Events Calendar, so you can easily stay in touch with attendees and manage your marketing efforts. </p>\n\n\n\n<p>Ready to check it out? <a href=\"https://demo.theeventscalendar.com/\">Head to the free demo</a> to see it in action. You’ll be executing an effective event email marketing strategy in no time!</p>\n<p>The post <a href=\"https://theeventscalendar.com/blog/event-management/a-complete-guide-to-email-marketing-for-events/\">A Complete Guide to Email Marketing for Events </a> appeared first on <a href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://theeventscalendar.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:14:{s:4:\"date\";s:29:\"Wed, 31 Jan 2024 09:53:38 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"cf-ray\";s:20:\"84e111958f3e53aa-ATL\";s:15:\"cf-cache-status\";s:6:\"BYPASS\";s:4:\"etag\";s:36:\"W/\"97d92f9e27ec9eecd6d52d42b965592c\"\";s:13:\"last-modified\";s:29:\"Thu, 25 Jan 2024 22:56:00 GMT\";s:4:\"link\";s:117:\"<https://theeventscalendar.com/wp-json/>; rel=\"https://api.w.org/\", <https://theeventscalendar.com/>; rel=\"canonical\"\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"cf-apo-via\";s:11:\"origin,feed\";s:13:\"cf-edge-cache\";s:24:\"cache,platform=wordpress\";s:9:\"x-nocache\";s:1:\"1\";s:6:\"server\";s:10:\"cloudflare\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}}s:5:\"build\";s:14:\"20211221010300\";}', 'no');
INSERT INTO `2FCHlI_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95541, '_transient_timeout_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed', '1706738018', 'no'),
(95542, '_transient_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed', '1706694818', 'no'),
(95543, 'tribe_feature_support_check_lock', '1', 'yes');

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

--
-- Table structure for table `2FCHlI_postmeta`
--

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

--
-- Dumping data for table `2FCHlI_postmeta`
--

INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(33, 11, '_wpb_shortcodes_custom_css', '.vc_custom_1561121341652{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}.vc_custom_1561121349268{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}.vc_custom_1527250738669{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}.vc_custom_1531400785576{margin-top: 0.2em !important;}.vc_custom_1570183125251{margin-right: 2em !important;}.vc_custom_1531400785576{margin-top: 0.2em !important;}'),
(34, 11, 'trx_addons_layout_type', 'header'),
(35, 11, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";}'),
(36, 11, 'panels_data', ''),
(39, 12, 'trx_addons_layout_type', 'header'),
(40, 12, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";}'),
(41, 12, 'panels_data', ''),
(42, 13, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(43, 13, '_wpb_shortcodes_custom_css', '.vc_custom_1505719307657{padding-right: 2em !important;padding-left: 2em !important;}.vc_custom_1479716542278{background-color: #f7f7f7 !important;}'),
(44, 13, 'trx_addons_layout_type', 'header'),
(45, 13, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";}'),
(46, 13, 'panels_data', ''),
(71, 19, 'trx_addons_layout_type', 'footer'),
(72, 19, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";}'),
(73, 19, 'panels_data', ''),
(103, 26, 'trx_addons_layout_type', 'header'),
(104, 26, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:3:\"3em\";}'),
(105, 26, 'panels_data', ''),
(125, 31, '_wp_attached_file', '2018/01/christ.png'),
(126, 31, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:372;s:6:\"height\";i:377;s:4:\"file\";s:18:\"2018/01/christ.png\";s:8:\"filesize\";i:21555;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"christ-296x300.png\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"christ-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9357;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"christ-370x375.png\";s:5:\"width\";i:370;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28369;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"christ-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23401;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"christ-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4597;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"christ-270x343.png\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26424;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"christ-370x377.png\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23533;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"christ-372x340.png\";s:5:\"width\";i:372;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23160;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"christ-372x370.png\";s:5:\"width\";i:372;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23519;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"christ-372x370.png\";s:5:\"width\";i:372;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23519;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"christ-370x375.png\";s:5:\"width\";i:370;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28369;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"christ-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16416;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"christ-370x377.png\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23533;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"christ-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28427;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(127, 32, '_wp_attached_file', '2018/01/favicon.png'),
(128, 32, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:19:\"2018/01/favicon.png\";s:8:\"filesize\";i:4186;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(129, 33, '_wp_attached_file', '2018/01/logo.png'),
(130, 33, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:187;s:6:\"height\";i:59;s:4:\"file\";s:16:\"2018/01/logo.png\";s:8:\"filesize\";i:5608;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"logo-150x59.png\";s:5:\"width\";i:150;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5183;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:14:\"logo-90x59.png\";s:5:\"width\";i:90;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(131, 34, '_wp_attached_file', '2018/01/logo_inverse.png'),
(132, 34, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:187;s:6:\"height\";i:59;s:4:\"file\";s:24:\"2018/01/logo_inverse.png\";s:8:\"filesize\";i:5108;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo_inverse-150x59.png\";s:5:\"width\";i:150;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4815;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"logo_inverse-90x59.png\";s:5:\"width\";i:90;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3096;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(133, 35, '_wp_attached_file', '2018/01/logo_retina.png'),
(134, 35, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:374;s:6:\"height\";i:118;s:4:\"file\";s:23:\"2018/01/logo_retina.png\";s:8:\"filesize\";i:11526;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"logo_retina-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo_retina-150x118.png\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5750;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"logo_retina-370x117.png\";s:5:\"width\";i:370;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21114;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:23:\"logo_retina-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12224;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:21:\"logo_retina-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5798;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:23:\"logo_retina-270x118.png\";s:5:\"width\";i:270;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9717;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:23:\"logo_retina-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12224;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:23:\"logo_retina-370x117.png\";s:5:\"width\";i:370;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21114;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:23:\"logo_retina-270x118.png\";s:5:\"width\";i:270;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9717;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:23:\"logo_retina-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12224;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:23:\"logo_retina-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12224;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(135, 36, '_wp_attached_file', '2018/01/logo_retina_inverse.png'),
(136, 36, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:374;s:6:\"height\";i:118;s:4:\"file\";s:31:\"2018/01/logo_retina_inverse.png\";s:8:\"filesize\";i:11504;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"logo_retina_inverse-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16060;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-150x118.png\";s:5:\"width\";i:150;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5653;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-370x117.png\";s:5:\"width\";i:370;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20967;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11992;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:29:\"logo_retina_inverse-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5699;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-270x118.png\";s:5:\"width\";i:270;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9635;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11992;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-370x117.png\";s:5:\"width\";i:370;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20967;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-270x118.png\";s:5:\"width\";i:270;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9635;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11992;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:31:\"logo_retina_inverse-370x118.png\";s:5:\"width\";i:370;s:6:\"height\";i:118;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(164, 48, '_wp_attached_file', '2018/01/sample-melody.mp3'),
(165, 48, '_wp_attachment_metadata', 'a:21:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:123549.429967426709481514990329742431640625;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.99r\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:43:\"--preset fast portable -b32 --lowpass 17000\";s:17:\"compression_ratio\";d:0.08754919923995656272364129790730657987296581268310546875;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:248448;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:16;s:16:\"length_formatted\";s:4:\"0:16\";s:5:\"title\";s:0:\"\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";s:4:\"year\";s:0:\"\";s:7:\"comment\";s:0:\"\";}'),
(229, 52, '_edit_last', '990002'),
(230, 52, '_wp_page_template', 'default'),
(231, 52, 'slide_template', 'default'),
(232, 52, 'eg_sources_html5_mp4', ''),
(233, 52, 'eg_sources_html5_ogv', ''),
(234, 52, 'eg_sources_html5_webm', ''),
(235, 52, 'eg_sources_youtube', ''),
(236, 52, 'eg_sources_vimeo', ''),
(237, 52, 'eg_sources_wistia', ''),
(238, 52, 'eg_sources_image', ''),
(239, 52, 'eg_sources_iframe', ''),
(240, 52, 'eg_sources_soundcloud', ''),
(241, 52, 'eg_vimeo_ratio', '0'),
(242, 52, 'eg_youtube_ratio', '0'),
(243, 52, 'eg_wistia_ratio', '0'),
(244, 52, 'eg_html5_ratio', '0'),
(245, 52, 'eg_soundcloud_ratio', '0'),
(246, 52, 'eg_settings_custom_meta_skin', ''),
(247, 52, 'eg_settings_custom_meta_element', ''),
(248, 52, 'eg_settings_custom_meta_setting', ''),
(249, 52, 'eg_settings_custom_meta_style', ''),
(250, 52, 'eg_custom_meta_216', 'true'),
(251, 52, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(252, 52, '_wpb_vc_js_status', 'true'),
(253, 52, '_wpb_shortcodes_custom_css', '.vc_custom_1528291453231{margin-right: 20px !important;}.vc_custom_1529407002888{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529407006438{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}.vc_custom_1529407010139{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}.vc_custom_1565185524931{background-color: #eb763c !important;}.vc_custom_1570805367697{background-size: cover !important;}'),
(254, 52, 'trx_addons_post_views_count', '1974'),
(255, 52, 'trx_addons_post_likes_count', '0'),
(256, 52, '_edit_lock', '1580313407:990002'),
(258, 54, '_edit_last', '990002'),
(259, 54, '_edit_lock', '1660566315:990002'),
(260, 54, '_wp_page_template', 'default'),
(261, 54, 'slide_template', 'default'),
(262, 54, 'eg_sources_html5_mp4', ''),
(263, 54, 'eg_sources_html5_ogv', ''),
(264, 54, 'eg_sources_html5_webm', ''),
(265, 54, 'eg_sources_youtube', ''),
(266, 54, 'eg_sources_vimeo', ''),
(267, 54, 'eg_sources_wistia', ''),
(268, 54, 'eg_sources_image', ''),
(269, 54, 'eg_sources_iframe', ''),
(270, 54, 'eg_sources_soundcloud', ''),
(271, 54, 'eg_vimeo_ratio', '0'),
(272, 54, 'eg_youtube_ratio', '0'),
(273, 54, 'eg_wistia_ratio', '0'),
(274, 54, 'eg_html5_ratio', '0'),
(275, 54, 'eg_soundcloud_ratio', '0'),
(276, 54, 'eg_settings_custom_meta_skin', ''),
(277, 54, 'eg_settings_custom_meta_element', ''),
(278, 54, 'eg_settings_custom_meta_setting', ''),
(279, 54, 'eg_settings_custom_meta_style', ''),
(280, 54, 'eg_custom_meta_216', 'true'),
(281, 54, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:5:\"right\";}'),
(282, 54, '_wpb_vc_js_status', 'true'),
(283, 54, '_wpb_shortcodes_custom_css', '.vc_custom_1515425758954{background-color: #eb763c !important;}.vc_custom_1527069555805{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}.vc_custom_1477912247150{margin-top: 0.2rem !important;}.vc_custom_1511526842125{margin-top: 3.2em !important;}.vc_custom_1526647161595{margin-bottom: 0.9em !important;}'),
(284, 54, 'trx_addons_post_views_count', '2626'),
(285, 54, 'trx_addons_post_likes_count', '0'),
(286, 56, '_wp_attached_file', '2018/01/img_al1-copyright.jpg'),
(287, 56, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:270;s:6:\"height\";i:218;s:4:\"file\";s:29:\"2018/01/img_al1-copyright.jpg\";s:8:\"filesize\";i:6211;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"img_al1-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8877;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"img_al1-copyright-270x208.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16640;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"img_al1-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4559;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"img_al1-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13440;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(288, 57, '_wp_attached_file', '2018/01/img_al2-copyright.jpg'),
(289, 57, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:309;s:6:\"height\";i:214;s:4:\"file\";s:29:\"2018/01/img_al2-copyright.jpg\";s:8:\"filesize\";i:12412;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"img_al2-copyright-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"img_al2-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12159;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"img_al2-copyright-309x208.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30772;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"img_al2-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5837;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"img_al2-copyright-270x214.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27622;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"img_al2-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(290, 59, '_wp_attached_file', '2018/01/bg_1.png'),
(291, 59, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:671;s:6:\"height\";i:170;s:4:\"file\";s:16:\"2018/01/bg_1.png\";s:8:\"filesize\";i:78322;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"bg_1-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"bg_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19806;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"bg_1-370x94.png\";s:5:\"width\";i:370;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31651;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:16:\"bg_1-370x170.png\";s:5:\"width\";i:370;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60545;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:14:\"bg_1-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7765;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:16:\"bg_1-270x170.png\";s:5:\"width\";i:270;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44062;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:16:\"bg_1-370x170.png\";s:5:\"width\";i:370;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60545;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:16:\"bg_1-570x170.png\";s:5:\"width\";i:570;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80318;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:16:\"bg_1-440x170.png\";s:5:\"width\";i:440;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71553;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:16:\"bg_1-520x170.png\";s:5:\"width\";i:520;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79499;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:16:\"bg_1-640x170.png\";s:5:\"width\";i:640;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81265;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"bg_1-370x94.png\";s:5:\"width\";i:370;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31651;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:16:\"bg_1-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36823;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:16:\"bg_1-370x170.png\";s:5:\"width\";i:370;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60545;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:16:\"bg_1-370x170.png\";s:5:\"width\";i:370;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(292, 62, '_wp_attached_file', '2018/01/post-1-copyright.jpg'),
(293, 62, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2018/01/post-1-copyright.jpg\";s:8:\"filesize\";i:121691;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24167;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-1-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151407;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96929;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-1-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269929;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33369;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-1-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163362;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84921;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29023;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-1-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5900;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31416;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-1-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120216;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48357;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57973;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55320;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71604;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68317;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75312;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97080;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33369;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87423;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18358;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51447;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-1-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44088;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(294, 63, '_wp_attached_file', '2018/01/post-2-copyright.jpg'),
(295, 63, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:28:\"2018/01/post-2-copyright.jpg\";s:8:\"filesize\";i:105295;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22078;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-2-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10915;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90710;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-2-copyright-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260619;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30235;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-2-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156245;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80558;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26542;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-2-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5632;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28272;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-2-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114874;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43944;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53607;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51596;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67307;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63509;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71093;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90271;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30235;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82109;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16879;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47895;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-2-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(296, 64, '_wp_attached_file', '2018/01/post-3-copyright.jpg'),
(297, 64, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2018/01/post-3-copyright.jpg\";s:8:\"filesize\";i:180126;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27577;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-3-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214681;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133930;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-3-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:393676;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39645;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-3-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224218;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112115;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33425;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-3-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6026;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43814;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-3-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152259;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68708;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74315;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77416;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102404;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88428;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96202;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132595;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39645;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114483;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19628;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77469;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-3-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(298, 65, '_wp_attached_file', '2018/01/post-4-copyright.jpg'),
(299, 65, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:28:\"2018/01/post-4-copyright.jpg\";s:8:\"filesize\";i:249077;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34487;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-4-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169577;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-4-copyright-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:522761;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49503;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-4-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296580;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143287;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41652;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-4-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6910;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48328;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-4-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215956;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77728;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93443;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88063;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117729;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111775;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124039;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168061;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49503;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147105;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24452;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87470;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-4-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(300, 52, '_oembed_c47e555824dd0f6c0a54a6bd14a03c11', '<iframe src=\"https://player.vimeo.com/video/28906762\" width=\"1170\" height=\"658\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(301, 52, '_oembed_time_c47e555824dd0f6c0a54a6bd14a03c11', '1515490795'),
(303, 71, '_edit_last', '1'),
(304, 71, '_edit_lock', '1562750334:1'),
(305, 71, 'slide_template', 'default'),
(306, 71, 'trx_addons_options', 'a:1:{s:8:\"subtitle\";s:0:\"\";}'),
(307, 71, 'eg_sources_html5_mp4', ''),
(308, 71, 'eg_sources_html5_ogv', ''),
(309, 71, 'eg_sources_html5_webm', ''),
(310, 71, 'eg_sources_youtube', ''),
(311, 71, 'eg_sources_vimeo', ''),
(312, 71, 'eg_sources_wistia', ''),
(313, 71, 'eg_sources_image', ''),
(314, 71, 'eg_sources_iframe', ''),
(315, 71, 'eg_sources_soundcloud', ''),
(316, 71, 'eg_vimeo_ratio', '0'),
(317, 71, 'eg_youtube_ratio', '0'),
(318, 71, 'eg_wistia_ratio', '0'),
(319, 71, 'eg_html5_ratio', '0'),
(320, 71, 'eg_soundcloud_ratio', '0'),
(321, 71, 'eg_settings_custom_meta_skin', ''),
(322, 71, 'eg_settings_custom_meta_element', ''),
(323, 71, 'eg_settings_custom_meta_setting', ''),
(324, 71, 'eg_settings_custom_meta_style', ''),
(325, 71, 'eg_custom_meta_216', 'true'),
(326, 71, 'planet_shakers_options', 'a:0:{}'),
(328, 72, '_edit_last', '1'),
(329, 72, '_edit_lock', '1562761150:1'),
(330, 72, 'slide_template', 'default'),
(331, 72, 'trx_addons_options', 'a:1:{s:8:\"subtitle\";s:0:\"\";}'),
(332, 72, 'eg_sources_html5_mp4', ''),
(333, 72, 'eg_sources_html5_ogv', ''),
(334, 72, 'eg_sources_html5_webm', ''),
(335, 72, 'eg_sources_youtube', ''),
(336, 72, 'eg_sources_vimeo', ''),
(337, 72, 'eg_sources_wistia', ''),
(338, 72, 'eg_sources_image', ''),
(339, 72, 'eg_sources_iframe', ''),
(340, 72, 'eg_sources_soundcloud', ''),
(341, 72, 'eg_vimeo_ratio', '0'),
(342, 72, 'eg_youtube_ratio', '0'),
(343, 72, 'eg_wistia_ratio', '0'),
(344, 72, 'eg_html5_ratio', '0'),
(345, 72, 'eg_soundcloud_ratio', '0'),
(346, 72, 'eg_settings_custom_meta_skin', ''),
(347, 72, 'eg_settings_custom_meta_element', ''),
(348, 72, 'eg_settings_custom_meta_setting', ''),
(349, 72, 'eg_settings_custom_meta_style', ''),
(350, 72, 'eg_custom_meta_216', 'true'),
(351, 72, 'planet_shakers_options', 'a:0:{}'),
(352, 73, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(353, 73, '_edit_last', '1'),
(354, 73, '_edit_lock', '1560955208:1'),
(355, 73, 'slide_template', 'default'),
(356, 73, 'trx_addons_options', 'a:1:{s:8:\"subtitle\";s:0:\"\";}'),
(357, 73, 'eg_sources_html5_mp4', ''),
(358, 73, 'eg_sources_html5_ogv', ''),
(359, 73, 'eg_sources_html5_webm', ''),
(360, 73, 'eg_sources_youtube', ''),
(361, 73, 'eg_sources_vimeo', ''),
(362, 73, 'eg_sources_wistia', ''),
(363, 73, 'eg_sources_image', ''),
(364, 73, 'eg_sources_iframe', ''),
(365, 73, 'eg_sources_soundcloud', ''),
(366, 73, 'eg_vimeo_ratio', '0'),
(367, 73, 'eg_youtube_ratio', '0'),
(368, 73, 'eg_wistia_ratio', '0'),
(369, 73, 'eg_html5_ratio', '0'),
(370, 73, 'eg_soundcloud_ratio', '0'),
(371, 73, 'eg_settings_custom_meta_skin', ''),
(372, 73, 'eg_settings_custom_meta_element', ''),
(373, 73, 'eg_settings_custom_meta_setting', ''),
(374, 73, 'eg_settings_custom_meta_style', ''),
(375, 73, 'eg_custom_meta_216', 'true'),
(376, 73, 'planet_shakers_options', 'a:0:{}'),
(377, 75, '_wp_attached_file', '2018/01/img-cta1-copyright.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(378, 75, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:591;s:4:\"file\";s:30:\"2018/01/img-cta1-copyright.jpg\";s:8:\"filesize\";i:34140;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10064;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-768x454.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74064;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-370x219.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27063;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70152;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25371;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"img-cta1-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5357;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23104;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:31:\"img-cta1-copyright-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80094;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35304;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49407;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42511;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54002;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56528;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61712;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-760x449.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73452;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-370x219.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27063;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71994;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16640;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36780;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:30:\"img-cta1-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(379, 77, '_wp_attached_file', '2018/01/marker.png'),
(380, 77, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:59;s:6:\"height\";i:67;s:4:\"file\";s:18:\"2018/01/marker.png\";s:8:\"filesize\";i:2532;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(387, 82, '_edit_last', '1'),
(388, 82, '_edit_lock', '1696875808:1'),
(389, 83, '_wp_attached_file', '2018/01/post-7-copyright.jpg'),
(390, 83, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2018/01/post-7-copyright.jpg\";s:8:\"filesize\";i:142897;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23838;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-7-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10630;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109344;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-7-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311057;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33911;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-7-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171332;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87963;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27373;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-7-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5245;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28840;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-7-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114878;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45775;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60111;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55317;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72508;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70638;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74173;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109360;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33911;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90170;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16264;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48347;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-7-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44036;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(391, 84, '_wp_attached_file', '2018/01/post-8-copyright.jpg'),
(392, 84, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2018/01/post-8-copyright.jpg\";s:8:\"filesize\";i:113368;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21305;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-8-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10456;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92789;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-8-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274308;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29361;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-8-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158362;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79385;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25094;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-8-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5151;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30534;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-8-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111720;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46641;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52733;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52336;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68786;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62502;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68420;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92370;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29361;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81436;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15612;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53073;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-8-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41205;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(393, 85, '_wp_attached_file', '2018/01/post-9-copyright.jpg'),
(394, 85, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:28:\"2018/01/post-9-copyright.jpg\";s:8:\"filesize\";i:167490;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26411;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-9-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11632;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120139;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-9-copyright-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361391;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37256;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-9-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216322;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108450;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33931;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-9-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5524;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32859;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-9-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162705;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53782;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70576;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64665;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85748;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84772;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96133;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119379;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37256;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111078;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20719;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58902;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-9-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49976;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(395, 82, '_thumbnail_id', '2622'),
(398, 82, 'slide_template', 'default'),
(399, 82, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(400, 82, 'eg_sources_html5_mp4', ''),
(401, 82, 'eg_sources_html5_ogv', ''),
(402, 82, 'eg_sources_html5_webm', ''),
(403, 82, 'eg_sources_youtube', ''),
(404, 82, 'eg_sources_vimeo', ''),
(405, 82, 'eg_sources_wistia', ''),
(406, 82, 'eg_sources_image', ''),
(407, 82, 'eg_sources_iframe', ''),
(408, 82, 'eg_sources_soundcloud', ''),
(409, 82, 'eg_vimeo_ratio', '0'),
(410, 82, 'eg_youtube_ratio', '0'),
(411, 82, 'eg_wistia_ratio', '0'),
(412, 82, 'eg_html5_ratio', '0'),
(413, 82, 'eg_soundcloud_ratio', '0'),
(414, 82, 'eg_settings_custom_meta_skin', ''),
(415, 82, 'eg_settings_custom_meta_element', ''),
(416, 82, 'eg_settings_custom_meta_setting', ''),
(417, 82, 'eg_settings_custom_meta_style', ''),
(418, 82, 'eg_custom_meta_216', 'true'),
(419, 82, 'planet_shakers_options', 'a:0:{}'),
(420, 82, 'trx_addons_post_views_count', '1423'),
(421, 82, 'trx_addons_post_likes_count', '5'),
(423, 87, '_edit_last', '1'),
(424, 87, '_edit_lock', '1696875273:1'),
(425, 87, '_thumbnail_id', '2615'),
(428, 87, 'slide_template', 'default'),
(429, 87, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(430, 87, 'eg_sources_html5_mp4', ''),
(431, 87, 'eg_sources_html5_ogv', ''),
(432, 87, 'eg_sources_html5_webm', ''),
(433, 87, 'eg_sources_youtube', ''),
(434, 87, 'eg_sources_vimeo', ''),
(435, 87, 'eg_sources_wistia', ''),
(436, 87, 'eg_sources_image', ''),
(437, 87, 'eg_sources_iframe', ''),
(438, 87, 'eg_sources_soundcloud', ''),
(439, 87, 'eg_vimeo_ratio', '0'),
(440, 87, 'eg_youtube_ratio', '0'),
(441, 87, 'eg_wistia_ratio', '0'),
(442, 87, 'eg_html5_ratio', '0'),
(443, 87, 'eg_soundcloud_ratio', '0'),
(444, 87, 'eg_settings_custom_meta_skin', ''),
(445, 87, 'eg_settings_custom_meta_element', ''),
(446, 87, 'eg_settings_custom_meta_setting', ''),
(447, 87, 'eg_settings_custom_meta_style', ''),
(448, 87, 'eg_custom_meta_216', 'true'),
(449, 87, 'planet_shakers_options', 'a:0:{}'),
(450, 87, 'trx_addons_post_views_count', '1574'),
(451, 87, 'trx_addons_post_likes_count', '3'),
(453, 89, '_edit_last', '990003'),
(454, 89, '_edit_lock', '1699284908:990003'),
(457, 89, 'slide_template', 'default'),
(458, 89, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(459, 89, 'eg_sources_html5_mp4', ''),
(460, 89, 'eg_sources_html5_ogv', ''),
(461, 89, 'eg_sources_html5_webm', ''),
(462, 89, 'eg_sources_youtube', ''),
(463, 89, 'eg_sources_vimeo', ''),
(464, 89, 'eg_sources_wistia', ''),
(465, 89, 'eg_sources_image', ''),
(466, 89, 'eg_sources_iframe', ''),
(467, 89, 'eg_sources_soundcloud', ''),
(468, 89, 'eg_vimeo_ratio', '0'),
(469, 89, 'eg_youtube_ratio', '0'),
(470, 89, 'eg_wistia_ratio', '0'),
(471, 89, 'eg_html5_ratio', '0'),
(472, 89, 'eg_soundcloud_ratio', '0'),
(473, 89, 'eg_settings_custom_meta_skin', ''),
(474, 89, 'eg_settings_custom_meta_element', ''),
(475, 89, 'eg_settings_custom_meta_setting', ''),
(476, 89, 'eg_settings_custom_meta_style', ''),
(477, 89, 'eg_custom_meta_216', 'true'),
(478, 89, 'planet_shakers_options', 'a:0:{}'),
(479, 89, 'trx_addons_post_views_count', '667'),
(480, 89, 'trx_addons_post_likes_count', '1'),
(484, 91, '_edit_last', '990003'),
(485, 91, '_edit_lock', '1699285353:990003'),
(486, 91, '_thumbnail_id', '2627'),
(489, 91, 'slide_template', 'default'),
(490, 91, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(491, 91, 'eg_sources_html5_mp4', ''),
(492, 91, 'eg_sources_html5_ogv', ''),
(493, 91, 'eg_sources_html5_webm', ''),
(494, 91, 'eg_sources_youtube', ''),
(495, 91, 'eg_sources_vimeo', ''),
(496, 91, 'eg_sources_wistia', ''),
(497, 91, 'eg_sources_image', ''),
(498, 91, 'eg_sources_iframe', ''),
(499, 91, 'eg_sources_soundcloud', ''),
(500, 91, 'eg_vimeo_ratio', '0'),
(501, 91, 'eg_youtube_ratio', '0'),
(502, 91, 'eg_wistia_ratio', '0'),
(503, 91, 'eg_html5_ratio', '0'),
(504, 91, 'eg_soundcloud_ratio', '0'),
(505, 91, 'eg_settings_custom_meta_skin', ''),
(506, 91, 'eg_settings_custom_meta_element', ''),
(507, 91, 'eg_settings_custom_meta_setting', ''),
(508, 91, 'eg_settings_custom_meta_style', ''),
(509, 91, 'eg_custom_meta_216', 'true'),
(510, 91, 'planet_shakers_options', 'a:0:{}'),
(511, 91, 'trx_addons_post_views_count', '844'),
(512, 91, 'trx_addons_post_likes_count', '6'),
(514, 93, '_edit_last', '1'),
(515, 93, '_edit_lock', '1561535620:1'),
(516, 93, '_thumbnail_id', '62'),
(519, 93, 'slide_template', 'default'),
(520, 93, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(521, 93, 'eg_sources_html5_mp4', ''),
(522, 93, 'eg_sources_html5_ogv', ''),
(523, 93, 'eg_sources_html5_webm', ''),
(524, 93, 'eg_sources_youtube', ''),
(525, 93, 'eg_sources_vimeo', ''),
(526, 93, 'eg_sources_wistia', ''),
(527, 93, 'eg_sources_image', ''),
(528, 93, 'eg_sources_iframe', ''),
(529, 93, 'eg_sources_soundcloud', ''),
(530, 93, 'eg_vimeo_ratio', '0'),
(531, 93, 'eg_youtube_ratio', '0'),
(532, 93, 'eg_wistia_ratio', '0'),
(533, 93, 'eg_html5_ratio', '0'),
(534, 93, 'eg_soundcloud_ratio', '0'),
(535, 93, 'eg_settings_custom_meta_skin', ''),
(536, 93, 'eg_settings_custom_meta_element', ''),
(537, 93, 'eg_settings_custom_meta_setting', ''),
(538, 93, 'eg_settings_custom_meta_style', ''),
(539, 93, 'eg_custom_meta_216', 'true'),
(540, 93, 'planet_shakers_options', 'a:0:{}'),
(541, 93, 'trx_addons_post_views_count', '1477'),
(542, 93, 'trx_addons_post_likes_count', '0'),
(543, 95, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(544, 95, '_edit_last', '1'),
(545, 95, '_edit_lock', '1534336956:1'),
(548, 95, 'slide_template', ''),
(549, 95, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(550, 95, 'eg_sources_html5_mp4', ''),
(551, 95, 'eg_sources_html5_ogv', ''),
(552, 95, 'eg_sources_html5_webm', ''),
(553, 95, 'eg_sources_youtube', ''),
(554, 95, 'eg_sources_vimeo', ''),
(555, 95, 'eg_sources_wistia', ''),
(556, 95, 'eg_sources_image', ''),
(557, 95, 'eg_sources_iframe', ''),
(558, 95, 'eg_sources_soundcloud', ''),
(559, 95, 'eg_vimeo_ratio', '0'),
(560, 95, 'eg_youtube_ratio', '0'),
(561, 95, 'eg_wistia_ratio', '0'),
(562, 95, 'eg_html5_ratio', '0'),
(563, 95, 'eg_soundcloud_ratio', '0'),
(564, 95, 'eg_settings_custom_meta_skin', ''),
(565, 95, 'eg_settings_custom_meta_element', ''),
(566, 95, 'eg_settings_custom_meta_setting', ''),
(567, 95, 'eg_settings_custom_meta_style', ''),
(568, 95, 'eg_custom_meta_216', 'true'),
(569, 95, 'planet_shakers_options', 'a:0:{}'),
(570, 95, 'trx_addons_post_views_count', '583'),
(571, 95, 'trx_addons_post_likes_count', '0'),
(572, 97, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(573, 97, '_edit_last', '1'),
(574, 97, '_edit_lock', '1527684460:1'),
(577, 97, 'slide_template', 'default'),
(578, 97, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(579, 97, 'eg_sources_html5_mp4', ''),
(580, 97, 'eg_sources_html5_ogv', ''),
(581, 97, 'eg_sources_html5_webm', ''),
(582, 97, 'eg_sources_youtube', ''),
(583, 97, 'eg_sources_vimeo', ''),
(584, 97, 'eg_sources_wistia', ''),
(585, 97, 'eg_sources_image', ''),
(586, 97, 'eg_sources_iframe', ''),
(587, 97, 'eg_sources_soundcloud', ''),
(588, 97, 'eg_vimeo_ratio', '0'),
(589, 97, 'eg_youtube_ratio', '0'),
(590, 97, 'eg_wistia_ratio', '0'),
(591, 97, 'eg_html5_ratio', '0'),
(592, 97, 'eg_soundcloud_ratio', '0'),
(593, 97, 'eg_settings_custom_meta_skin', ''),
(594, 97, 'eg_settings_custom_meta_element', ''),
(595, 97, 'eg_settings_custom_meta_setting', ''),
(596, 97, 'eg_settings_custom_meta_style', ''),
(597, 97, 'eg_custom_meta_216', 'true'),
(598, 97, 'planet_shakers_options', 'a:2:{s:11:\"media_title\";s:23:\"Insert Audio Title Here\";s:12:\"media_author\";s:11:\"Lily Hunter\";}'),
(599, 97, 'trx_addons_post_views_count', '575'),
(600, 97, 'trx_addons_post_likes_count', '0'),
(602, 99, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(603, 99, '_edit_last', '1'),
(604, 99, '_edit_lock', '1515504698:1'),
(607, 99, 'slide_template', ''),
(608, 99, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(609, 99, 'eg_sources_html5_mp4', ''),
(610, 99, 'eg_sources_html5_ogv', ''),
(611, 99, 'eg_sources_html5_webm', ''),
(612, 99, 'eg_sources_youtube', ''),
(613, 99, 'eg_sources_vimeo', ''),
(614, 99, 'eg_sources_wistia', ''),
(615, 99, 'eg_sources_image', ''),
(616, 99, 'eg_sources_iframe', ''),
(617, 99, 'eg_sources_soundcloud', ''),
(618, 99, 'eg_vimeo_ratio', '0'),
(619, 99, 'eg_youtube_ratio', '0'),
(620, 99, 'eg_wistia_ratio', '0'),
(621, 99, 'eg_html5_ratio', '0'),
(622, 99, 'eg_soundcloud_ratio', '0'),
(623, 99, 'eg_settings_custom_meta_skin', ''),
(624, 99, 'eg_settings_custom_meta_element', ''),
(625, 99, 'eg_settings_custom_meta_setting', ''),
(626, 99, 'eg_settings_custom_meta_style', ''),
(627, 99, 'eg_custom_meta_216', 'true'),
(628, 99, 'planet_shakers_options', 'a:0:{}'),
(629, 99, 'trx_addons_post_views_count', '534'),
(630, 99, 'trx_addons_post_likes_count', '0'),
(632, 101, '_edit_last', '990003'),
(633, 101, '_edit_lock', '1699304993:990003'),
(634, 102, '_wp_attached_file', '2018/01/post-5-copyright.jpg'),
(635, 102, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2018/01/post-5-copyright.jpg\";s:8:\"filesize\";i:118638;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18416;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-5-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155264;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91593;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-5-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:300983;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26102;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-5-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172039;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79477;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22703;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-5-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4896;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27495;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-5-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122745;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43409;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49801;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50306;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67756;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60944;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69695;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90645;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26102;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81972;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13802;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49017;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-5-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38882;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(636, 101, '_thumbnail_id', '2632'),
(639, 101, 'slide_template', 'default'),
(640, 101, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(641, 101, 'eg_sources_html5_mp4', ''),
(642, 101, 'eg_sources_html5_ogv', ''),
(643, 101, 'eg_sources_html5_webm', ''),
(644, 101, 'eg_sources_youtube', ''),
(645, 101, 'eg_sources_vimeo', ''),
(646, 101, 'eg_sources_wistia', ''),
(647, 101, 'eg_sources_image', ''),
(648, 101, 'eg_sources_iframe', ''),
(649, 101, 'eg_sources_soundcloud', ''),
(650, 101, 'eg_vimeo_ratio', '0'),
(651, 101, 'eg_youtube_ratio', '0'),
(652, 101, 'eg_wistia_ratio', '0'),
(653, 101, 'eg_html5_ratio', '0'),
(654, 101, 'eg_soundcloud_ratio', '0'),
(655, 101, 'eg_settings_custom_meta_skin', ''),
(656, 101, 'eg_settings_custom_meta_element', ''),
(657, 101, 'eg_settings_custom_meta_setting', ''),
(658, 101, 'eg_settings_custom_meta_style', ''),
(659, 101, 'eg_custom_meta_216', 'true'),
(660, 101, 'planet_shakers_options', 'a:0:{}'),
(661, 101, 'trx_addons_post_views_count', '976'),
(662, 101, 'trx_addons_post_likes_count', '2'),
(664, 104, '_edit_last', '990003'),
(665, 104, '_edit_lock', '1699305233:990003'),
(666, 105, '_wp_attached_file', '2018/01/post-6-copyright.jpg'),
(667, 105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2018/01/post-6-copyright.jpg\";s:8:\"filesize\";i:182026;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31207;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"post-6-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226809;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13556;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144430;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"post-6-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:406293;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44557;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:29:\"post-6-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238568;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122623;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37781;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:26:\"post-6-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6338;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40091;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:29:\"post-6-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159065;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63636;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81683;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75684;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98781;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97031;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104849;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143229;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44557;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125402;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22492;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69055;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:28:\"post-6-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58878;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(668, 104, '_thumbnail_id', '2635'),
(671, 104, 'slide_template', 'default'),
(672, 104, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(673, 104, 'eg_sources_html5_mp4', ''),
(674, 104, 'eg_sources_html5_ogv', ''),
(675, 104, 'eg_sources_html5_webm', ''),
(676, 104, 'eg_sources_youtube', ''),
(677, 104, 'eg_sources_vimeo', ''),
(678, 104, 'eg_sources_wistia', ''),
(679, 104, 'eg_sources_image', ''),
(680, 104, 'eg_sources_iframe', ''),
(681, 104, 'eg_sources_soundcloud', ''),
(682, 104, 'eg_vimeo_ratio', '0'),
(683, 104, 'eg_youtube_ratio', '0'),
(684, 104, 'eg_wistia_ratio', '0'),
(685, 104, 'eg_html5_ratio', '0'),
(686, 104, 'eg_soundcloud_ratio', '0'),
(687, 104, 'eg_settings_custom_meta_skin', ''),
(688, 104, 'eg_settings_custom_meta_element', ''),
(689, 104, 'eg_settings_custom_meta_setting', ''),
(690, 104, 'eg_settings_custom_meta_style', ''),
(691, 104, 'eg_custom_meta_216', 'true'),
(692, 104, 'planet_shakers_options', 'a:0:{}'),
(693, 104, 'trx_addons_post_views_count', '695'),
(694, 104, 'trx_addons_post_likes_count', '1'),
(696, 107, '_edit_last', '990003'),
(697, 107, '_edit_lock', '1699305482:990003'),
(698, 107, '_thumbnail_id', '2638'),
(701, 107, 'slide_template', 'default'),
(702, 107, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(703, 107, 'eg_sources_html5_mp4', ''),
(704, 107, 'eg_sources_html5_ogv', ''),
(705, 107, 'eg_sources_html5_webm', ''),
(706, 107, 'eg_sources_youtube', ''),
(707, 107, 'eg_sources_vimeo', ''),
(708, 107, 'eg_sources_wistia', ''),
(709, 107, 'eg_sources_image', ''),
(710, 107, 'eg_sources_iframe', ''),
(711, 107, 'eg_sources_soundcloud', ''),
(712, 107, 'eg_vimeo_ratio', '0'),
(713, 107, 'eg_youtube_ratio', '0'),
(714, 107, 'eg_wistia_ratio', '0'),
(715, 107, 'eg_html5_ratio', '0'),
(716, 107, 'eg_soundcloud_ratio', '0'),
(717, 107, 'eg_settings_custom_meta_skin', ''),
(718, 107, 'eg_settings_custom_meta_element', ''),
(719, 107, 'eg_settings_custom_meta_setting', ''),
(720, 107, 'eg_settings_custom_meta_style', ''),
(721, 107, 'eg_custom_meta_216', 'true'),
(722, 107, 'planet_shakers_options', 'a:0:{}'),
(723, 107, 'trx_addons_post_views_count', '660'),
(724, 107, 'trx_addons_post_likes_count', '0'),
(726, 109, '_edit_last', '990003'),
(727, 109, '_edit_lock', '1699305668:990003'),
(728, 109, '_thumbnail_id', '2640'),
(731, 109, 'slide_template', 'default'),
(732, 109, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(733, 109, 'eg_sources_html5_mp4', ''),
(734, 109, 'eg_sources_html5_ogv', ''),
(735, 109, 'eg_sources_html5_webm', ''),
(736, 109, 'eg_sources_youtube', ''),
(737, 109, 'eg_sources_vimeo', ''),
(738, 109, 'eg_sources_wistia', ''),
(739, 109, 'eg_sources_image', ''),
(740, 109, 'eg_sources_iframe', ''),
(741, 109, 'eg_sources_soundcloud', ''),
(742, 109, 'eg_vimeo_ratio', '0'),
(743, 109, 'eg_youtube_ratio', '0'),
(744, 109, 'eg_wistia_ratio', '0'),
(745, 109, 'eg_html5_ratio', '0'),
(746, 109, 'eg_soundcloud_ratio', '0'),
(747, 109, 'eg_settings_custom_meta_skin', ''),
(748, 109, 'eg_settings_custom_meta_element', ''),
(749, 109, 'eg_settings_custom_meta_setting', ''),
(750, 109, 'eg_settings_custom_meta_style', ''),
(751, 109, 'eg_custom_meta_216', 'true'),
(752, 109, 'planet_shakers_options', 'a:0:{}'),
(753, 109, 'trx_addons_post_views_count', '635'),
(754, 109, 'trx_addons_post_likes_count', '0'),
(755, 111, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(756, 111, '_edit_last', '1'),
(757, 111, '_edit_lock', '1532956389:1'),
(758, 112, '_wp_attached_file', '2018/01/post-10-copyright.jpg'),
(759, 112, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2018/01/post-10-copyright.jpg\";s:8:\"filesize\";i:172947;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23676;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"post-10-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12505;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115932;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-10-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366367;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33612;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-10-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208337;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99484;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28618;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-10-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6016;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40814;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-10-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144342;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65371;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63782;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71998;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97162;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77341;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85498;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114942;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33612;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102080;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17263;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74951;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-10-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55461;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(760, 113, '_wp_attached_file', '2018/01/post-11-copyright.jpg'),
(761, 113, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2018/01/post-11-copyright.jpg\";s:8:\"filesize\";i:143363;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18962;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"post-11-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151751;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10036;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93230;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-11-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283483;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27107;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-11-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154974;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76108;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22616;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-11-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4953;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31386;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-11-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105403;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49148;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50359;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55580;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74398;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59761;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64630;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92561;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27107;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78188;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13595;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55419;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-11-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(762, 114, '_wp_attached_file', '2018/01/post-12-copyright.jpg'),
(763, 114, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2018/01/post-12-copyright.jpg\";s:8:\"filesize\";i:150516;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27106;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"post-12-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12239;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115352;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-12-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345571;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37266;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-12-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202083;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99504;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31761;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-12-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5949;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34481;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-12-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140553;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52966;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65896;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60268;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79650;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78148;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85872;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114246;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37266;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102286;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20001;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59177;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-12-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(764, 115, '_wp_attached_file', '2018/01/post-13-copyright.jpg'),
(765, 115, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2018/01/post-13-copyright.jpg\";s:8:\"filesize\";i:218792;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37629;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"post-13-copyright-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169621;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-13-copyright-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:505570;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52662;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-13-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194208;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97247;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30284;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-13-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6573;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37916;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-13-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138230;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58889;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64658;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66969;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88203;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76652;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84390;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-760x760.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167935;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52662;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100129;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18660;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65892;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-13-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52662;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(766, 116, '_wp_attached_file', '2018/01/post-14-copyright.jpg'),
(767, 116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2018/01/post-14-copyright.jpg\";s:8:\"filesize\";i:193784;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39025;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"post-14-copyright-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166523;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-14-copyright-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:479821;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54359;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-14-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199373;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100551;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32002;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-14-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6457;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38105;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-14-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137886;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59115;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67421;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68552;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89108;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79489;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86728;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-760x760.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165109;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54359;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103322;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19431;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64441;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-14-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54359;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(768, 111, '_thumbnail_id', '113'),
(771, 111, 'slide_template', 'default'),
(772, 111, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(773, 111, 'eg_sources_html5_mp4', ''),
(774, 111, 'eg_sources_html5_ogv', ''),
(775, 111, 'eg_sources_html5_webm', ''),
(776, 111, 'eg_sources_youtube', ''),
(777, 111, 'eg_sources_vimeo', ''),
(778, 111, 'eg_sources_wistia', ''),
(779, 111, 'eg_sources_image', ''),
(780, 111, 'eg_sources_iframe', ''),
(781, 111, 'eg_sources_soundcloud', ''),
(782, 111, 'eg_vimeo_ratio', '0'),
(783, 111, 'eg_youtube_ratio', '0'),
(784, 111, 'eg_wistia_ratio', '0'),
(785, 111, 'eg_html5_ratio', '0'),
(786, 111, 'eg_soundcloud_ratio', '0'),
(787, 111, 'eg_settings_custom_meta_skin', ''),
(788, 111, 'eg_settings_custom_meta_element', ''),
(789, 111, 'eg_settings_custom_meta_setting', ''),
(790, 111, 'eg_settings_custom_meta_style', ''),
(791, 111, 'eg_custom_meta_216', 'true'),
(792, 111, 'planet_shakers_options', 'a:0:{}'),
(793, 111, 'trx_addons_post_views_count', '965'),
(794, 111, 'trx_addons_post_likes_count', '0'),
(796, 118, '_edit_last', '990003'),
(797, 118, '_edit_lock', '1699305838:990003'),
(798, 118, '_thumbnail_id', '2643'),
(801, 118, 'slide_template', 'default'),
(802, 118, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(803, 118, 'eg_sources_html5_mp4', ''),
(804, 118, 'eg_sources_html5_ogv', ''),
(805, 118, 'eg_sources_html5_webm', ''),
(806, 118, 'eg_sources_youtube', ''),
(807, 118, 'eg_sources_vimeo', ''),
(808, 118, 'eg_sources_wistia', ''),
(809, 118, 'eg_sources_image', ''),
(810, 118, 'eg_sources_iframe', ''),
(811, 118, 'eg_sources_soundcloud', ''),
(812, 118, 'eg_vimeo_ratio', '0'),
(813, 118, 'eg_youtube_ratio', '0'),
(814, 118, 'eg_wistia_ratio', '0'),
(815, 118, 'eg_html5_ratio', '0'),
(816, 118, 'eg_soundcloud_ratio', '0'),
(817, 118, 'eg_settings_custom_meta_skin', ''),
(818, 118, 'eg_settings_custom_meta_element', ''),
(819, 118, 'eg_settings_custom_meta_setting', ''),
(820, 118, 'eg_settings_custom_meta_style', ''),
(821, 118, 'eg_custom_meta_216', 'true'),
(822, 118, 'planet_shakers_options', 'a:0:{}'),
(823, 118, 'trx_addons_post_views_count', '644'),
(824, 118, 'trx_addons_post_likes_count', '0'),
(826, 120, '_edit_last', '990003'),
(827, 120, '_edit_lock', '1699306032:990003'),
(828, 120, '_thumbnail_id', '2646'),
(831, 120, 'slide_template', 'default'),
(832, 120, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(833, 120, 'eg_sources_html5_mp4', ''),
(834, 120, 'eg_sources_html5_ogv', ''),
(835, 120, 'eg_sources_html5_webm', ''),
(836, 120, 'eg_sources_youtube', ''),
(837, 120, 'eg_sources_vimeo', ''),
(838, 120, 'eg_sources_wistia', ''),
(839, 120, 'eg_sources_image', ''),
(840, 120, 'eg_sources_iframe', ''),
(841, 120, 'eg_sources_soundcloud', ''),
(842, 120, 'eg_vimeo_ratio', '0'),
(843, 120, 'eg_youtube_ratio', '0'),
(844, 120, 'eg_wistia_ratio', '0'),
(845, 120, 'eg_html5_ratio', '0'),
(846, 120, 'eg_soundcloud_ratio', '0'),
(847, 120, 'eg_settings_custom_meta_skin', ''),
(848, 120, 'eg_settings_custom_meta_element', ''),
(849, 120, 'eg_settings_custom_meta_setting', ''),
(850, 120, 'eg_settings_custom_meta_style', ''),
(851, 120, 'eg_custom_meta_216', 'true'),
(852, 120, 'planet_shakers_options', 'a:0:{}'),
(853, 120, 'trx_addons_post_views_count', '638'),
(854, 120, 'trx_addons_post_likes_count', '0'),
(856, 122, '_edit_last', '990003'),
(857, 122, '_edit_lock', '1699306223:990003'),
(858, 122, '_thumbnail_id', '2649'),
(861, 122, 'slide_template', 'default'),
(862, 122, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(863, 122, 'eg_sources_html5_mp4', ''),
(864, 122, 'eg_sources_html5_ogv', ''),
(865, 122, 'eg_sources_html5_webm', ''),
(866, 122, 'eg_sources_youtube', ''),
(867, 122, 'eg_sources_vimeo', ''),
(868, 122, 'eg_sources_wistia', ''),
(869, 122, 'eg_sources_image', ''),
(870, 122, 'eg_sources_iframe', ''),
(871, 122, 'eg_sources_soundcloud', ''),
(872, 122, 'eg_vimeo_ratio', '0'),
(873, 122, 'eg_youtube_ratio', '0'),
(874, 122, 'eg_wistia_ratio', '0'),
(875, 122, 'eg_html5_ratio', '0'),
(876, 122, 'eg_soundcloud_ratio', '0'),
(877, 122, 'eg_settings_custom_meta_skin', ''),
(878, 122, 'eg_settings_custom_meta_element', ''),
(879, 122, 'eg_settings_custom_meta_setting', ''),
(880, 122, 'eg_settings_custom_meta_style', ''),
(881, 122, 'eg_custom_meta_216', 'true'),
(882, 122, 'planet_shakers_options', 'a:0:{}'),
(883, 122, 'trx_addons_post_views_count', '623'),
(884, 122, 'trx_addons_post_likes_count', '2'),
(888, 124, '_edit_last', '990003'),
(889, 124, '_edit_lock', '1699306433:990003'),
(890, 124, '_thumbnail_id', '2652'),
(893, 124, 'slide_template', 'default'),
(894, 124, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(895, 124, 'eg_sources_html5_mp4', ''),
(896, 124, 'eg_sources_html5_ogv', ''),
(897, 124, 'eg_sources_html5_webm', ''),
(898, 124, 'eg_sources_youtube', ''),
(899, 124, 'eg_sources_vimeo', ''),
(900, 124, 'eg_sources_wistia', ''),
(901, 124, 'eg_sources_image', ''),
(902, 124, 'eg_sources_iframe', ''),
(903, 124, 'eg_sources_soundcloud', ''),
(904, 124, 'eg_vimeo_ratio', '0'),
(905, 124, 'eg_youtube_ratio', '0'),
(906, 124, 'eg_wistia_ratio', '0'),
(907, 124, 'eg_html5_ratio', '0'),
(908, 124, 'eg_soundcloud_ratio', '0'),
(909, 124, 'eg_settings_custom_meta_skin', ''),
(910, 124, 'eg_settings_custom_meta_element', ''),
(911, 124, 'eg_settings_custom_meta_setting', ''),
(912, 124, 'eg_settings_custom_meta_style', ''),
(913, 124, 'eg_custom_meta_216', 'true'),
(914, 124, 'planet_shakers_options', 'a:0:{}'),
(915, 124, 'trx_addons_post_views_count', '614'),
(916, 124, 'trx_addons_post_likes_count', '1'),
(952, 126, '_edit_last', '1'),
(953, 126, '_edit_lock', '1565614042:1'),
(954, 126, '_wp_page_template', 'blog.php'),
(955, 126, 'slide_template', 'default'),
(956, 126, 'eg_sources_html5_mp4', ''),
(957, 126, 'eg_sources_html5_ogv', ''),
(958, 126, 'eg_sources_html5_webm', ''),
(959, 126, 'eg_sources_youtube', ''),
(960, 126, 'eg_sources_vimeo', ''),
(961, 126, 'eg_sources_wistia', ''),
(962, 126, 'eg_sources_image', ''),
(963, 126, 'eg_sources_iframe', ''),
(964, 126, 'eg_sources_soundcloud', ''),
(965, 126, 'eg_vimeo_ratio', '0'),
(966, 126, 'eg_youtube_ratio', '0'),
(967, 126, 'eg_wistia_ratio', '0'),
(968, 126, 'eg_html5_ratio', '0'),
(969, 126, 'eg_soundcloud_ratio', '0'),
(970, 126, 'eg_settings_custom_meta_skin', ''),
(971, 126, 'eg_settings_custom_meta_element', ''),
(972, 126, 'eg_settings_custom_meta_setting', ''),
(973, 126, 'eg_settings_custom_meta_style', ''),
(974, 126, 'eg_custom_meta_216', 'true'),
(975, 126, 'planet_shakers_options', 'a:2:{s:14:\"posts_per_page\";s:2:\"10\";s:15:\"blog_pagination\";s:5:\"pages\";}'),
(976, 126, 'planet_shakers_options_post_type', 'post'),
(977, 126, 'planet_shakers_options_parent_cat', '0'),
(978, 126, '_wpb_vc_js_status', 'false'),
(979, 126, 'trx_addons_post_views_count', '0'),
(980, 126, 'trx_addons_post_likes_count', '0'),
(982, 128, '_edit_last', '1'),
(983, 128, '_edit_lock', '1560946799:1'),
(984, 128, '_wp_page_template', 'blog.php'),
(985, 128, 'slide_template', 'default'),
(986, 128, 'eg_sources_html5_mp4', ''),
(987, 128, 'eg_sources_html5_ogv', ''),
(988, 128, 'eg_sources_html5_webm', ''),
(989, 128, 'eg_sources_youtube', ''),
(990, 128, 'eg_sources_vimeo', ''),
(991, 128, 'eg_sources_wistia', ''),
(992, 128, 'eg_sources_image', ''),
(993, 128, 'eg_sources_iframe', ''),
(994, 128, 'eg_sources_soundcloud', ''),
(995, 128, 'eg_vimeo_ratio', '0'),
(996, 128, 'eg_youtube_ratio', '0'),
(997, 128, 'eg_wistia_ratio', '0'),
(998, 128, 'eg_html5_ratio', '0'),
(999, 128, 'eg_soundcloud_ratio', '0'),
(1000, 128, 'eg_settings_custom_meta_skin', ''),
(1001, 128, 'eg_settings_custom_meta_element', ''),
(1002, 128, 'eg_settings_custom_meta_setting', ''),
(1003, 128, 'eg_settings_custom_meta_style', ''),
(1004, 128, 'eg_custom_meta_216', 'true'),
(1005, 128, 'planet_shakers_options', 'a:6:{s:16:\"sidebar_position\";s:5:\"right\";s:15:\"sidebar_widgets\";s:16:\"custom_widgets_1\";s:10:\"blog_style\";s:9:\"classic_2\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:1:\"8\";s:15:\"blog_pagination\";s:5:\"pages\";}'),
(1006, 128, 'planet_shakers_options_post_type', 'post'),
(1007, 128, 'planet_shakers_options_parent_cat', '2'),
(1008, 128, '_wpb_vc_js_status', 'false'),
(1009, 128, 'trx_addons_post_views_count', '0'),
(1010, 128, 'trx_addons_post_likes_count', '0'),
(1029, 139, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1030, 139, '_edit_last', '1'),
(1031, 139, '_edit_lock', '1528371312:1'),
(1032, 139, '_wp_page_template', 'blog.php'),
(1033, 139, 'slide_template', 'default'),
(1034, 139, 'eg_sources_html5_mp4', ''),
(1035, 139, 'eg_sources_html5_ogv', ''),
(1036, 139, 'eg_sources_html5_webm', ''),
(1037, 139, 'eg_sources_youtube', ''),
(1038, 139, 'eg_sources_vimeo', ''),
(1039, 139, 'eg_sources_wistia', ''),
(1040, 139, 'eg_sources_image', ''),
(1041, 139, 'eg_sources_iframe', ''),
(1042, 139, 'eg_sources_soundcloud', ''),
(1043, 139, 'eg_vimeo_ratio', '0'),
(1044, 139, 'eg_youtube_ratio', '0'),
(1045, 139, 'eg_wistia_ratio', '0'),
(1046, 139, 'eg_html5_ratio', '0'),
(1047, 139, 'eg_soundcloud_ratio', '0'),
(1048, 139, 'eg_settings_custom_meta_skin', ''),
(1049, 139, 'eg_settings_custom_meta_element', ''),
(1050, 139, 'eg_settings_custom_meta_setting', ''),
(1051, 139, 'eg_settings_custom_meta_style', ''),
(1052, 139, 'eg_custom_meta_216', 'true'),
(1053, 139, 'planet_shakers_options', 'a:5:{s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:9:\"classic_3\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:1:\"9\";s:15:\"blog_pagination\";s:5:\"links\";}'),
(1054, 139, 'planet_shakers_options_post_type', 'post'),
(1055, 139, 'planet_shakers_options_parent_cat', '2'),
(1056, 139, '_wpb_vc_js_status', 'false'),
(1057, 139, 'trx_addons_post_views_count', '0'),
(1058, 139, 'trx_addons_post_likes_count', '0'),
(1060, 141, '_edit_last', '1'),
(1061, 141, '_wp_page_template', 'blog.php'),
(1062, 141, 'slide_template', 'default'),
(1063, 141, 'eg_sources_html5_mp4', ''),
(1064, 141, 'eg_sources_html5_ogv', ''),
(1065, 141, 'eg_sources_html5_webm', ''),
(1066, 141, 'eg_sources_youtube', ''),
(1067, 141, 'eg_sources_vimeo', ''),
(1068, 141, 'eg_sources_wistia', ''),
(1069, 141, 'eg_sources_image', ''),
(1070, 141, 'eg_sources_iframe', ''),
(1071, 141, 'eg_sources_soundcloud', ''),
(1072, 141, 'eg_vimeo_ratio', '0'),
(1073, 141, 'eg_youtube_ratio', '0'),
(1074, 141, 'eg_wistia_ratio', '0'),
(1075, 141, 'eg_html5_ratio', '0'),
(1076, 141, 'eg_soundcloud_ratio', '0'),
(1077, 141, 'eg_settings_custom_meta_skin', ''),
(1078, 141, 'eg_settings_custom_meta_element', ''),
(1079, 141, 'eg_settings_custom_meta_setting', ''),
(1080, 141, 'eg_settings_custom_meta_style', ''),
(1081, 141, 'eg_custom_meta_216', 'true'),
(1082, 141, 'planet_shakers_options', 'a:5:{s:16:\"sidebar_position\";s:5:\"right\";s:15:\"sidebar_widgets\";s:16:\"custom_widgets_1\";s:10:\"blog_style\";s:11:\"portfolio_2\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:2:\"12\";}'),
(1083, 141, 'planet_shakers_options_post_type', 'post'),
(1084, 141, 'planet_shakers_options_parent_cat', '2'),
(1085, 141, '_wpb_vc_js_status', 'false'),
(1086, 141, 'trx_addons_post_views_count', '0'),
(1087, 141, 'trx_addons_post_likes_count', '0'),
(1088, 141, '_edit_lock', '1560948853:1'),
(1089, 143, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1090, 143, '_edit_last', '1'),
(1091, 143, '_wp_page_template', 'blog.php'),
(1092, 143, 'slide_template', 'default'),
(1093, 143, 'eg_sources_html5_mp4', ''),
(1094, 143, 'eg_sources_html5_ogv', ''),
(1095, 143, 'eg_sources_html5_webm', ''),
(1096, 143, 'eg_sources_youtube', ''),
(1097, 143, 'eg_sources_vimeo', ''),
(1098, 143, 'eg_sources_wistia', ''),
(1099, 143, 'eg_sources_image', ''),
(1100, 143, 'eg_sources_iframe', ''),
(1101, 143, 'eg_sources_soundcloud', ''),
(1102, 143, 'eg_vimeo_ratio', '0'),
(1103, 143, 'eg_youtube_ratio', '0'),
(1104, 143, 'eg_wistia_ratio', '0'),
(1105, 143, 'eg_html5_ratio', '0'),
(1106, 143, 'eg_soundcloud_ratio', '0'),
(1107, 143, 'eg_settings_custom_meta_skin', ''),
(1108, 143, 'eg_settings_custom_meta_element', ''),
(1109, 143, 'eg_settings_custom_meta_setting', ''),
(1110, 143, 'eg_settings_custom_meta_style', ''),
(1111, 143, 'eg_custom_meta_216', 'true'),
(1112, 143, 'planet_shakers_options', 'a:5:{s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:11:\"portfolio_3\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:1:\"9\";s:15:\"blog_pagination\";s:4:\"more\";}'),
(1113, 143, 'planet_shakers_options_post_type', 'post'),
(1114, 143, 'planet_shakers_options_parent_cat', '2'),
(1115, 143, '_wpb_vc_js_status', 'false'),
(1116, 143, 'trx_addons_post_views_count', '0'),
(1117, 143, 'trx_addons_post_likes_count', '0'),
(1118, 143, '_edit_lock', '1528371313:1'),
(1119, 145, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1120, 145, '_edit_last', '1'),
(1121, 145, '_wp_page_template', 'blog.php'),
(1122, 145, 'slide_template', 'default'),
(1123, 145, 'eg_sources_html5_mp4', ''),
(1124, 145, 'eg_sources_html5_ogv', ''),
(1125, 145, 'eg_sources_html5_webm', ''),
(1126, 145, 'eg_sources_youtube', ''),
(1127, 145, 'eg_sources_vimeo', ''),
(1128, 145, 'eg_sources_wistia', ''),
(1129, 145, 'eg_sources_image', ''),
(1130, 145, 'eg_sources_iframe', ''),
(1131, 145, 'eg_sources_soundcloud', ''),
(1132, 145, 'eg_vimeo_ratio', '0'),
(1133, 145, 'eg_youtube_ratio', '0'),
(1134, 145, 'eg_wistia_ratio', '0'),
(1135, 145, 'eg_html5_ratio', '0'),
(1136, 145, 'eg_soundcloud_ratio', '0'),
(1137, 145, 'eg_settings_custom_meta_skin', ''),
(1138, 145, 'eg_settings_custom_meta_element', ''),
(1139, 145, 'eg_settings_custom_meta_setting', ''),
(1140, 145, 'eg_settings_custom_meta_style', ''),
(1141, 145, 'eg_custom_meta_216', 'true'),
(1142, 145, 'planet_shakers_options', 'a:5:{s:10:\"body_style\";s:8:\"fullwide\";s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:11:\"portfolio_4\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:2:\"12\";}'),
(1143, 145, 'planet_shakers_options_post_type', 'post'),
(1144, 145, 'planet_shakers_options_parent_cat', '2'),
(1145, 145, '_wpb_vc_js_status', 'false'),
(1146, 145, 'trx_addons_post_views_count', '0'),
(1147, 145, 'trx_addons_post_likes_count', '0'),
(1148, 145, '_edit_lock', '1528371315:1'),
(1149, 147, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1150, 147, '_edit_last', '1'),
(1151, 147, '_edit_lock', '1529325255:1'),
(1152, 147, '_wp_page_template', 'blog.php'),
(1153, 147, 'slide_template', 'default'),
(1154, 147, 'eg_sources_html5_mp4', ''),
(1155, 147, 'eg_sources_html5_ogv', ''),
(1156, 147, 'eg_sources_html5_webm', ''),
(1157, 147, 'eg_sources_youtube', ''),
(1158, 147, 'eg_sources_vimeo', ''),
(1159, 147, 'eg_sources_wistia', ''),
(1160, 147, 'eg_sources_image', ''),
(1161, 147, 'eg_sources_iframe', ''),
(1162, 147, 'eg_sources_soundcloud', ''),
(1163, 147, 'eg_vimeo_ratio', '0'),
(1164, 147, 'eg_youtube_ratio', '0'),
(1165, 147, 'eg_wistia_ratio', '0'),
(1166, 147, 'eg_html5_ratio', '0'),
(1167, 147, 'eg_soundcloud_ratio', '0'),
(1168, 147, 'eg_settings_custom_meta_skin', ''),
(1169, 147, 'eg_settings_custom_meta_element', ''),
(1170, 147, 'eg_settings_custom_meta_setting', ''),
(1171, 147, 'eg_settings_custom_meta_style', ''),
(1172, 147, 'eg_custom_meta_216', 'true'),
(1173, 147, 'planet_shakers_options', 'a:7:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:7:\"chess_1\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:1:\"3\";s:15:\"blog_pagination\";s:8:\"infinite\";}'),
(1174, 147, 'planet_shakers_options_post_type', 'post'),
(1175, 147, 'planet_shakers_options_parent_cat', '2'),
(1176, 147, '_wpb_vc_js_status', 'false'),
(1177, 147, 'trx_addons_post_views_count', '0'),
(1178, 147, 'trx_addons_post_likes_count', '0'),
(1179, 149, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1180, 149, '_edit_last', '1'),
(1181, 149, '_wp_page_template', 'blog.php'),
(1182, 149, 'slide_template', 'default'),
(1183, 149, 'eg_sources_html5_mp4', ''),
(1184, 149, 'eg_sources_html5_ogv', ''),
(1185, 149, 'eg_sources_html5_webm', ''),
(1186, 149, 'eg_sources_youtube', ''),
(1187, 149, 'eg_sources_vimeo', ''),
(1188, 149, 'eg_sources_wistia', ''),
(1189, 149, 'eg_sources_image', ''),
(1190, 149, 'eg_sources_iframe', ''),
(1191, 149, 'eg_sources_soundcloud', ''),
(1192, 149, 'eg_vimeo_ratio', '0'),
(1193, 149, 'eg_youtube_ratio', '0'),
(1194, 149, 'eg_wistia_ratio', '0'),
(1195, 149, 'eg_html5_ratio', '0'),
(1196, 149, 'eg_soundcloud_ratio', '0'),
(1197, 149, 'eg_settings_custom_meta_skin', ''),
(1198, 149, 'eg_settings_custom_meta_element', ''),
(1199, 149, 'eg_settings_custom_meta_setting', ''),
(1200, 149, 'eg_settings_custom_meta_style', ''),
(1201, 149, 'eg_custom_meta_216', 'true'),
(1202, 149, 'planet_shakers_options', 'a:7:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:7:\"chess_2\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:1:\"6\";s:15:\"blog_pagination\";s:8:\"infinite\";}'),
(1203, 149, 'planet_shakers_options_post_type', 'post'),
(1204, 149, 'planet_shakers_options_parent_cat', '2'),
(1205, 149, '_wpb_vc_js_status', 'false'),
(1206, 149, 'trx_addons_post_views_count', '0'),
(1207, 149, 'trx_addons_post_likes_count', '0'),
(1208, 149, '_edit_lock', '1528371308:1'),
(1209, 151, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1210, 151, '_edit_last', '1'),
(1211, 151, '_wp_page_template', 'blog.php'),
(1212, 151, 'slide_template', 'default'),
(1213, 151, 'eg_sources_html5_mp4', ''),
(1214, 151, 'eg_sources_html5_ogv', ''),
(1215, 151, 'eg_sources_html5_webm', ''),
(1216, 151, 'eg_sources_youtube', ''),
(1217, 151, 'eg_sources_vimeo', ''),
(1218, 151, 'eg_sources_wistia', ''),
(1219, 151, 'eg_sources_image', ''),
(1220, 151, 'eg_sources_iframe', ''),
(1221, 151, 'eg_sources_soundcloud', ''),
(1222, 151, 'eg_vimeo_ratio', '0'),
(1223, 151, 'eg_youtube_ratio', '0'),
(1224, 151, 'eg_wistia_ratio', '0'),
(1225, 151, 'eg_html5_ratio', '0'),
(1226, 151, 'eg_soundcloud_ratio', '0'),
(1227, 151, 'eg_settings_custom_meta_skin', ''),
(1228, 151, 'eg_settings_custom_meta_element', ''),
(1229, 151, 'eg_settings_custom_meta_setting', ''),
(1230, 151, 'eg_settings_custom_meta_style', ''),
(1231, 151, 'eg_custom_meta_216', 'true'),
(1232, 151, 'planet_shakers_options', 'a:7:{s:10:\"body_style\";s:10:\"fullscreen\";s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:10:\"blog_style\";s:7:\"chess_3\";s:10:\"parent_cat\";s:1:\"2\";s:14:\"posts_per_page\";s:1:\"9\";s:15:\"blog_pagination\";s:8:\"infinite\";}'),
(1233, 151, 'planet_shakers_options_post_type', 'post'),
(1234, 151, 'planet_shakers_options_parent_cat', '2'),
(1235, 151, '_wpb_vc_js_status', 'false'),
(1236, 151, 'trx_addons_post_views_count', '0'),
(1237, 151, 'trx_addons_post_likes_count', '0'),
(1238, 151, '_edit_lock', '1701949076:1'),
(1239, 153, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1240, 153, '_edit_last', '1'),
(1241, 153, '_edit_lock', '1528371332:1'),
(1242, 153, '_wp_page_template', 'default'),
(1243, 153, 'slide_template', 'default'),
(1244, 153, 'eg_sources_html5_mp4', ''),
(1245, 153, 'eg_sources_html5_ogv', ''),
(1246, 153, 'eg_sources_html5_webm', ''),
(1247, 153, 'eg_sources_youtube', ''),
(1248, 153, 'eg_sources_vimeo', ''),
(1249, 153, 'eg_sources_wistia', ''),
(1250, 153, 'eg_sources_image', ''),
(1251, 153, 'eg_sources_iframe', ''),
(1252, 153, 'eg_sources_soundcloud', ''),
(1253, 153, 'eg_vimeo_ratio', '0'),
(1254, 153, 'eg_youtube_ratio', '0'),
(1255, 153, 'eg_wistia_ratio', '0'),
(1256, 153, 'eg_html5_ratio', '0'),
(1257, 153, 'eg_soundcloud_ratio', '0'),
(1258, 153, 'eg_settings_custom_meta_skin', ''),
(1259, 153, 'eg_settings_custom_meta_element', ''),
(1260, 153, 'eg_settings_custom_meta_setting', ''),
(1261, 153, 'eg_settings_custom_meta_style', ''),
(1262, 153, 'eg_custom_meta_216', 'true'),
(1263, 153, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(1264, 153, '_wpb_vc_js_status', 'false'),
(1265, 153, 'trx_addons_post_views_count', '1367'),
(1266, 153, 'trx_addons_post_likes_count', '0'),
(1267, 155, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1268, 155, '_edit_last', '1'),
(1269, 155, '_edit_lock', '1528371333:1'),
(1270, 155, '_wp_page_template', 'default'),
(1271, 155, 'slide_template', 'default'),
(1272, 155, 'eg_sources_html5_mp4', ''),
(1273, 155, 'eg_sources_html5_ogv', ''),
(1274, 155, 'eg_sources_html5_webm', ''),
(1275, 155, 'eg_sources_youtube', ''),
(1276, 155, 'eg_sources_vimeo', ''),
(1277, 155, 'eg_sources_wistia', ''),
(1278, 155, 'eg_sources_image', ''),
(1279, 155, 'eg_sources_iframe', ''),
(1280, 155, 'eg_sources_soundcloud', ''),
(1281, 155, 'eg_vimeo_ratio', '0'),
(1282, 155, 'eg_youtube_ratio', '0'),
(1283, 155, 'eg_wistia_ratio', '0'),
(1284, 155, 'eg_html5_ratio', '0'),
(1285, 155, 'eg_soundcloud_ratio', '0'),
(1286, 155, 'eg_settings_custom_meta_skin', ''),
(1287, 155, 'eg_settings_custom_meta_element', ''),
(1288, 155, 'eg_settings_custom_meta_setting', ''),
(1289, 155, 'eg_settings_custom_meta_style', ''),
(1290, 155, 'eg_custom_meta_216', 'true'),
(1291, 155, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(1292, 155, '_wpb_vc_js_status', 'false'),
(1293, 155, 'trx_addons_post_views_count', '1218'),
(1294, 155, 'trx_addons_post_likes_count', '0'),
(1295, 157, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1296, 157, '_edit_last', '1'),
(1297, 157, '_edit_lock', '1528371330:1'),
(1298, 122, 'eg_cobbles', '{\"3\":{\"cobbles\":\"2:1\"}}'),
(1299, 122, 'eg_use_skin', '{\"3\":{\"use-skin\":\"-1\"}}'),
(1300, 122, 'eg_image_fit', '-1'),
(1301, 122, 'eg_image_repeat', '-1'),
(1302, 122, 'eg_image_align_h', '-1'),
(1303, 122, 'eg_image_align_v', '-1'),
(1304, 120, 'eg_cobbles', '{\"3\":{\"cobbles\":\"2:1\"}}'),
(1305, 120, 'eg_use_skin', '{\"3\":{\"use-skin\":\"-1\"}}'),
(1306, 120, 'eg_image_fit', '-1'),
(1307, 120, 'eg_image_repeat', '-1'),
(1308, 120, 'eg_image_align_h', '-1'),
(1309, 120, 'eg_image_align_v', '-1'),
(1310, 109, 'eg_cobbles', '{\"3\":{\"cobbles\":\"2:1\"}}'),
(1311, 109, 'eg_use_skin', '{\"3\":{\"use-skin\":\"-1\"}}'),
(1312, 109, 'eg_image_fit', '-1'),
(1313, 109, 'eg_image_repeat', '-1'),
(1314, 109, 'eg_image_align_h', '-1'),
(1315, 109, 'eg_image_align_v', '-1'),
(1316, 107, 'eg_cobbles', '{\"3\":{\"cobbles\":\"2:2\"}}'),
(1317, 107, 'eg_use_skin', '{\"3\":{\"use-skin\":\"-1\"}}'),
(1318, 107, 'eg_image_fit', '-1'),
(1319, 107, 'eg_image_repeat', '-1'),
(1320, 107, 'eg_image_align_h', '-1'),
(1321, 107, 'eg_image_align_v', '-1'),
(1322, 157, '_wp_page_template', 'default'),
(1323, 157, 'slide_template', 'default'),
(1324, 157, 'eg_sources_html5_mp4', ''),
(1325, 157, 'eg_sources_html5_ogv', ''),
(1326, 157, 'eg_sources_html5_webm', ''),
(1327, 157, 'eg_sources_youtube', ''),
(1328, 157, 'eg_sources_vimeo', ''),
(1329, 157, 'eg_sources_wistia', ''),
(1330, 157, 'eg_sources_image', ''),
(1331, 157, 'eg_sources_iframe', ''),
(1332, 157, 'eg_sources_soundcloud', ''),
(1333, 157, 'eg_vimeo_ratio', '0'),
(1334, 157, 'eg_youtube_ratio', '0'),
(1335, 157, 'eg_wistia_ratio', '0'),
(1336, 157, 'eg_html5_ratio', '0'),
(1337, 157, 'eg_soundcloud_ratio', '0'),
(1338, 157, 'eg_settings_custom_meta_skin', ''),
(1339, 157, 'eg_settings_custom_meta_element', ''),
(1340, 157, 'eg_settings_custom_meta_setting', ''),
(1341, 157, 'eg_settings_custom_meta_style', ''),
(1342, 157, 'eg_custom_meta_216', 'true'),
(1343, 157, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(1344, 157, '_wpb_vc_js_status', 'false'),
(1345, 157, 'trx_addons_post_views_count', '1094'),
(1346, 157, 'trx_addons_post_likes_count', '0'),
(1348, 159, '_edit_last', '1'),
(1349, 159, '_edit_lock', '1699613245:1'),
(1350, 159, '_wp_page_template', 'default'),
(1351, 159, 'slide_template', 'default'),
(1352, 159, 'eg_sources_html5_mp4', ''),
(1353, 159, 'eg_sources_html5_ogv', ''),
(1354, 159, 'eg_sources_html5_webm', ''),
(1355, 159, 'eg_sources_youtube', ''),
(1356, 159, 'eg_sources_vimeo', ''),
(1357, 159, 'eg_sources_wistia', ''),
(1358, 159, 'eg_sources_image', ''),
(1359, 159, 'eg_sources_iframe', ''),
(1360, 159, 'eg_sources_soundcloud', ''),
(1361, 159, 'eg_vimeo_ratio', '0'),
(1362, 159, 'eg_youtube_ratio', '0'),
(1363, 159, 'eg_wistia_ratio', '0'),
(1364, 159, 'eg_html5_ratio', '0'),
(1365, 159, 'eg_soundcloud_ratio', '0'),
(1366, 159, 'eg_settings_custom_meta_skin', ''),
(1367, 159, 'eg_settings_custom_meta_element', ''),
(1368, 159, 'eg_settings_custom_meta_setting', ''),
(1369, 159, 'eg_settings_custom_meta_style', ''),
(1370, 159, 'eg_custom_meta_216', 'true'),
(1371, 159, 'planet_shakers_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(1372, 159, '_wpb_vc_js_status', 'true'),
(1373, 159, 'trx_addons_post_views_count', '3871'),
(1374, 159, 'trx_addons_post_likes_count', '0'),
(1375, 162, '_wp_attached_file', '2018/01/blue_pattern.jpg'),
(1376, 162, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:484;s:6:\"height\";i:484;s:4:\"file\";s:24:\"2018/01/blue_pattern.jpg\";s:8:\"filesize\";i:6588;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"blue_pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9093;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"blue_pattern-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2909;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"blue_pattern-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12545;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:24:\"blue_pattern-484x428.jpg\";s:5:\"width\";i:484;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15003;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:24:\"blue_pattern-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8198;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"blue_pattern-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1428;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:24:\"blue_pattern-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9151;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:24:\"blue_pattern-484x450.jpg\";s:5:\"width\";i:484;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15369;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:24:\"blue_pattern-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13618;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:24:\"blue_pattern-484x340.jpg\";s:5:\"width\";i:484;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8296;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:24:\"blue_pattern-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15327;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:24:\"blue_pattern-484x370.jpg\";s:5:\"width\";i:484;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13467;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:24:\"blue_pattern-484x370.jpg\";s:5:\"width\";i:484;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13467;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"blue_pattern-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12545;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:24:\"blue_pattern-484x433.jpg\";s:5:\"width\";i:484;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14937;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"blue_pattern-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5247;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"blue_pattern-370x484.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12765;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"blue_pattern-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(1377, 159, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(1389, 167, '_menu_item_type', 'custom'),
(1390, 167, '_menu_item_menu_item_parent', '0'),
(1391, 167, '_menu_item_object_id', '167'),
(1392, 167, '_menu_item_object', 'custom'),
(1393, 167, '_menu_item_target', ''),
(1394, 167, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1395, 167, '_menu_item_xfn', ''),
(1396, 167, '_menu_item_url', '#'),
(1529, 181, '_menu_item_type', 'post_type'),
(1530, 181, '_menu_item_menu_item_parent', '0'),
(1531, 181, '_menu_item_object_id', '139'),
(1532, 181, '_menu_item_object', 'page'),
(1533, 181, '_menu_item_target', '');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1534, 181, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1535, 181, '_menu_item_xfn', ''),
(1536, 181, '_menu_item_url', ''),
(1619, 190, '_menu_item_type', 'post_type'),
(1620, 190, '_menu_item_menu_item_parent', '0'),
(1621, 190, '_menu_item_object_id', '159'),
(1622, 190, '_menu_item_object', 'page'),
(1623, 190, '_menu_item_target', ''),
(1624, 190, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1625, 190, '_menu_item_xfn', ''),
(1626, 190, '_menu_item_url', ''),
(1629, 167, '_menu_item_layout_submenu', 'none'),
(1643, 181, '_menu_item_layout_submenu', 'none'),
(1652, 190, '_menu_item_layout_submenu', 'none'),
(1656, 192, '_wp_attached_file', '2018/01/post-15-copyright.jpg'),
(1657, 192, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2018/01/post-15-copyright.jpg\";s:8:\"filesize\";i:187593;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20488;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"post-15-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10427;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104329;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-15-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355047;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29134;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-15-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195318;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89711;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25370;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-15-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5131;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34093;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-15-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134820;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54230;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56138;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59797;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81571;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68699;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77564;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102985;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29134;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92143;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15199;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63648;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-15-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45604;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(1734, 196, '_edit_last', '990003'),
(1735, 196, '_edit_lock', '1699526522:990003'),
(1736, 196, '_thumbnail_id', '2472'),
(1737, 196, 'slide_template', ''),
(1738, 196, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(1739, 196, 'eg_sources_html5_mp4', ''),
(1740, 196, 'eg_sources_html5_ogv', ''),
(1741, 196, 'eg_sources_html5_webm', ''),
(1742, 196, 'eg_sources_youtube', ''),
(1743, 196, 'eg_sources_vimeo', ''),
(1744, 196, 'eg_sources_wistia', ''),
(1745, 196, 'eg_sources_image', ''),
(1746, 196, 'eg_sources_iframe', ''),
(1747, 196, 'eg_sources_soundcloud', ''),
(1748, 196, 'eg_vimeo_ratio', '0'),
(1749, 196, 'eg_youtube_ratio', '0'),
(1750, 196, 'eg_wistia_ratio', '0'),
(1751, 196, 'eg_html5_ratio', '0'),
(1752, 196, 'eg_soundcloud_ratio', '0'),
(1753, 196, 'eg_settings_custom_meta_skin', ''),
(1754, 196, 'eg_settings_custom_meta_element', ''),
(1755, 196, 'eg_settings_custom_meta_setting', ''),
(1756, 196, 'eg_settings_custom_meta_style', ''),
(1757, 196, 'eg_custom_meta_216', 'true'),
(1758, 196, 'planet_shakers_options', 'a:0:{}'),
(1760, 197, '_edit_last', '990003'),
(1761, 197, '_edit_lock', '1702039142:990003'),
(1762, 197, '_thumbnail_id', '2643'),
(1763, 197, 'slide_template', ''),
(1764, 197, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(1765, 197, 'eg_sources_html5_mp4', ''),
(1766, 197, 'eg_sources_html5_ogv', ''),
(1767, 197, 'eg_sources_html5_webm', ''),
(1768, 197, 'eg_sources_youtube', ''),
(1769, 197, 'eg_sources_vimeo', ''),
(1770, 197, 'eg_sources_wistia', ''),
(1771, 197, 'eg_sources_image', ''),
(1772, 197, 'eg_sources_iframe', ''),
(1773, 197, 'eg_sources_soundcloud', ''),
(1774, 197, 'eg_vimeo_ratio', '0'),
(1775, 197, 'eg_youtube_ratio', '0'),
(1776, 197, 'eg_wistia_ratio', '0'),
(1777, 197, 'eg_html5_ratio', '0'),
(1778, 197, 'eg_soundcloud_ratio', '0'),
(1779, 197, 'eg_settings_custom_meta_skin', ''),
(1780, 197, 'eg_settings_custom_meta_element', ''),
(1781, 197, 'eg_settings_custom_meta_setting', ''),
(1782, 197, 'eg_settings_custom_meta_style', ''),
(1783, 197, 'eg_custom_meta_216', 'true'),
(1784, 197, 'planet_shakers_options', 'a:0:{}'),
(1786, 198, '_edit_last', '990003'),
(1787, 198, '_edit_lock', '1699307942:990003'),
(1789, 198, 'slide_template', ''),
(1790, 198, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(1791, 198, 'eg_sources_html5_mp4', ''),
(1792, 198, 'eg_sources_html5_ogv', ''),
(1793, 198, 'eg_sources_html5_webm', ''),
(1794, 198, 'eg_sources_youtube', ''),
(1795, 198, 'eg_sources_vimeo', ''),
(1796, 198, 'eg_sources_wistia', ''),
(1797, 198, 'eg_sources_image', ''),
(1798, 198, 'eg_sources_iframe', ''),
(1799, 198, 'eg_sources_soundcloud', ''),
(1800, 198, 'eg_vimeo_ratio', '0'),
(1801, 198, 'eg_youtube_ratio', '0'),
(1802, 198, 'eg_wistia_ratio', '0'),
(1803, 198, 'eg_html5_ratio', '0'),
(1804, 198, 'eg_soundcloud_ratio', '0'),
(1805, 198, 'eg_settings_custom_meta_skin', ''),
(1806, 198, 'eg_settings_custom_meta_element', ''),
(1807, 198, 'eg_settings_custom_meta_setting', ''),
(1808, 198, 'eg_settings_custom_meta_style', ''),
(1809, 198, 'eg_custom_meta_216', 'true'),
(1810, 198, 'planet_shakers_options', 'a:0:{}'),
(1812, 199, '_edit_last', '990003'),
(1813, 199, '_edit_lock', '1700044905:990003'),
(1814, 200, '_wp_attached_file', '2018/01/post-16-copyright.jpg'),
(1815, 200, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2018/01/post-16-copyright.jpg\";s:8:\"filesize\";i:117269;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26910;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"post-16-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157162;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12391;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102162;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-16-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275759;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36192;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-16-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168392;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89842;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31576;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-16-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6113;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32159;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-16-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117439;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48269;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62537;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56604;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72358;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72431;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78284;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102630;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36192;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91738;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20258;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52820;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-16-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45319;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(1818, 97, 'enclosure', 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/sample-melody.mp3\n248448\naudio/mpeg\n'),
(1819, 199, '_thumbnail_id', '2753'),
(1820, 199, 'slide_template', ''),
(1821, 199, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(1822, 199, 'eg_sources_html5_mp4', ''),
(1823, 199, 'eg_sources_html5_ogv', ''),
(1824, 199, 'eg_sources_html5_webm', ''),
(1825, 199, 'eg_sources_youtube', ''),
(1826, 199, 'eg_sources_vimeo', ''),
(1827, 199, 'eg_sources_wistia', ''),
(1828, 199, 'eg_sources_image', ''),
(1829, 199, 'eg_sources_iframe', ''),
(1830, 199, 'eg_sources_soundcloud', ''),
(1831, 199, 'eg_vimeo_ratio', '0'),
(1832, 199, 'eg_youtube_ratio', '0'),
(1833, 199, 'eg_wistia_ratio', '0'),
(1834, 199, 'eg_html5_ratio', '0'),
(1835, 199, 'eg_soundcloud_ratio', '0'),
(1836, 199, 'eg_settings_custom_meta_skin', ''),
(1837, 199, 'eg_settings_custom_meta_element', ''),
(1838, 199, 'eg_settings_custom_meta_setting', ''),
(1839, 199, 'eg_settings_custom_meta_style', ''),
(1840, 199, 'eg_custom_meta_216', 'true'),
(1841, 199, 'planet_shakers_options', 'a:0:{}'),
(1843, 203, '_edit_last', '990003'),
(1844, 203, '_edit_lock', '1702039271:990003'),
(1845, 203, '_thumbnail_id', '2746'),
(1846, 203, 'slide_template', ''),
(1847, 203, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(1848, 203, 'eg_sources_html5_mp4', ''),
(1849, 203, 'eg_sources_html5_ogv', ''),
(1850, 203, 'eg_sources_html5_webm', ''),
(1851, 203, 'eg_sources_youtube', ''),
(1852, 203, 'eg_sources_vimeo', ''),
(1853, 203, 'eg_sources_wistia', ''),
(1854, 203, 'eg_sources_image', ''),
(1855, 203, 'eg_sources_iframe', ''),
(1856, 203, 'eg_sources_soundcloud', ''),
(1857, 203, 'eg_vimeo_ratio', '0'),
(1858, 203, 'eg_youtube_ratio', '0'),
(1859, 203, 'eg_wistia_ratio', '0'),
(1860, 203, 'eg_html5_ratio', '0'),
(1861, 203, 'eg_soundcloud_ratio', '0'),
(1862, 203, 'eg_settings_custom_meta_skin', ''),
(1863, 203, 'eg_settings_custom_meta_element', ''),
(1864, 203, 'eg_settings_custom_meta_setting', ''),
(1865, 203, 'eg_settings_custom_meta_style', ''),
(1866, 203, 'eg_custom_meta_216', 'true'),
(1867, 203, 'planet_shakers_options', 'a:0:{}'),
(1869, 204, '_edit_last', '990002'),
(1870, 204, '_edit_lock', '1572259068:990002'),
(1871, 204, '_wp_page_template', 'default'),
(1872, 204, 'slide_template', 'default'),
(1873, 204, 'eg_sources_html5_mp4', ''),
(1874, 204, 'eg_sources_html5_ogv', ''),
(1875, 204, 'eg_sources_html5_webm', ''),
(1876, 204, 'eg_sources_youtube', ''),
(1877, 204, 'eg_sources_vimeo', ''),
(1878, 204, 'eg_sources_wistia', ''),
(1879, 204, 'eg_sources_image', ''),
(1880, 204, 'eg_sources_iframe', ''),
(1881, 204, 'eg_sources_soundcloud', ''),
(1882, 204, 'eg_vimeo_ratio', '0'),
(1883, 204, 'eg_youtube_ratio', '0'),
(1884, 204, 'eg_wistia_ratio', '0'),
(1885, 204, 'eg_html5_ratio', '0'),
(1886, 204, 'eg_soundcloud_ratio', '0'),
(1887, 204, 'eg_settings_custom_meta_skin', ''),
(1888, 204, 'eg_settings_custom_meta_element', ''),
(1889, 204, 'eg_settings_custom_meta_setting', ''),
(1890, 204, 'eg_settings_custom_meta_style', ''),
(1891, 204, 'eg_custom_meta_216', 'true'),
(1892, 204, 'planet_shakers_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(1893, 204, '_wpb_vc_js_status', 'true'),
(1894, 204, 'trx_addons_post_views_count', '2212'),
(1895, 204, 'trx_addons_post_likes_count', '0'),
(1896, 204, '_wpb_shortcodes_custom_css', '.vc_custom_1529997829615{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1571135054007{margin-top: 5.8em !important;margin-bottom: 3.2em !important;}'),
(1945, 214, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1946, 214, '_edit_last', '1'),
(1947, 214, '_edit_lock', '1570523210:1'),
(1948, 214, 'slide_template', 'default'),
(1949, 214, 'trx_addons_layout_type', 'custom'),
(1950, 214, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"custom\";s:6:\"margin\";s:0:\"\";}'),
(1951, 214, 'eg_sources_html5_mp4', ''),
(1952, 214, 'eg_sources_html5_ogv', ''),
(1953, 214, 'eg_sources_html5_webm', ''),
(1954, 214, 'eg_sources_youtube', ''),
(1955, 214, 'eg_sources_vimeo', ''),
(1956, 214, 'eg_sources_wistia', ''),
(1957, 214, 'eg_sources_image', ''),
(1958, 214, 'eg_sources_iframe', ''),
(1959, 214, 'eg_sources_soundcloud', ''),
(1960, 214, 'eg_vimeo_ratio', '0'),
(1961, 214, 'eg_youtube_ratio', '0'),
(1962, 214, 'eg_wistia_ratio', '0'),
(1963, 214, 'eg_html5_ratio', '0'),
(1964, 214, 'eg_soundcloud_ratio', '0'),
(1965, 214, 'eg_settings_custom_meta_skin', ''),
(1966, 214, 'eg_settings_custom_meta_element', ''),
(1967, 214, 'eg_settings_custom_meta_setting', ''),
(1968, 214, 'eg_settings_custom_meta_style', ''),
(1969, 214, 'eg_custom_meta_216', 'true'),
(1970, 214, 'planet_shakers_options', 'a:0:{}'),
(1971, 214, '_wpb_vc_js_status', 'true'),
(1972, 216, '_wp_attached_file', '2018/01/post-17-copyright.jpg'),
(1973, 216, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2018/01/post-17-copyright.jpg\";s:8:\"filesize\";i:158017;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28177;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"post-17-copyright-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13174;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122242;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-17-copyright-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361142;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39123;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-17-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201790;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101774;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32541;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-17-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6361;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37635;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-17-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138310;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58901;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68252;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67187;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88521;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80813;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86912;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122012;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39123;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104093;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20194;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65421;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-17-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52618;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(1974, 217, '_tribe_modified_fields', 'a:40:{s:17:\"_vc_post_settings\";i:1515581276;s:12:\"_VenueOrigin\";i:1515581276;s:10:\"_edit_last\";i:1515581446;s:10:\"post_title\";i:1515581446;s:11:\"post_status\";i:1515581686;s:17:\"_EventShowMapLink\";i:1515581686;s:13:\"_EventShowMap\";i:1515581686;s:17:\"_VenueShowMapLink\";i:1515581686;s:13:\"_VenueShowMap\";i:1515581686;s:13:\"_VenueAddress\";i:1515581686;s:10:\"_VenueCity\";i:1515581686;s:13:\"_VenueCountry\";i:1515581686;s:14:\"_VenueProvince\";i:1515581686;s:11:\"_VenueState\";i:1515581686;s:9:\"_VenueZip\";i:1515581686;s:11:\"_VenuePhone\";i:1515581686;s:9:\"_VenueURL\";i:1515581686;s:19:\"_VenueStateProvince\";i:1515581686;s:14:\"slide_template\";i:1515581686;s:27:\"trx_addons_post_views_count\";i:1515581686;s:27:\"trx_addons_post_likes_count\";i:1515581686;s:20:\"eg_sources_html5_mp4\";i:1515581686;s:20:\"eg_sources_html5_ogv\";i:1515581686;s:21:\"eg_sources_html5_webm\";i:1515581686;s:18:\"eg_sources_youtube\";i:1515581686;s:16:\"eg_sources_vimeo\";i:1515581686;s:17:\"eg_sources_wistia\";i:1515581686;s:16:\"eg_sources_image\";i:1515581686;s:17:\"eg_sources_iframe\";i:1515581686;s:21:\"eg_sources_soundcloud\";i:1515581686;s:14:\"eg_vimeo_ratio\";i:1515581686;s:16:\"eg_youtube_ratio\";i:1515581686;s:15:\"eg_wistia_ratio\";i:1515581686;s:14:\"eg_html5_ratio\";i:1515581686;s:19:\"eg_soundcloud_ratio\";i:1515581686;s:28:\"eg_settings_custom_meta_skin\";i:1515581686;s:31:\"eg_settings_custom_meta_element\";i:1515581686;s:31:\"eg_settings_custom_meta_setting\";i:1515581686;s:29:\"eg_settings_custom_meta_style\";i:1515581686;s:18:\"eg_custom_meta_216\";i:1515581686;}'),
(1975, 217, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1976, 217, '_VenueOrigin', 'events-calendar'),
(1977, 217, '_edit_last', '1'),
(1978, 217, '_edit_lock', '1533286356:1'),
(1979, 217, '_EventShowMapLink', '1'),
(1980, 217, '_EventShowMap', '1'),
(1981, 217, '_VenueShowMapLink', '1'),
(1982, 217, '_VenueShowMap', '1'),
(1983, 217, '_VenueAddress', '123, New Lenox'),
(1984, 217, '_VenueCity', 'Chicago'),
(1985, 217, '_VenueCountry', 'United States'),
(1986, 217, '_VenueProvince', ''),
(1987, 217, '_VenueState', 'IL'),
(1988, 217, '_VenueZip', '60606'),
(1989, 217, '_VenuePhone', '8001234567'),
(1990, 217, '_VenueURL', ''),
(1991, 217, '_VenueStateProvince', 'IL'),
(1992, 217, 'slide_template', 'default'),
(1993, 217, 'trx_addons_post_views_count', '0'),
(1994, 217, 'trx_addons_post_likes_count', '0'),
(1995, 217, 'eg_sources_html5_mp4', ''),
(1996, 217, 'eg_sources_html5_ogv', ''),
(1997, 217, 'eg_sources_html5_webm', ''),
(1998, 217, 'eg_sources_youtube', ''),
(1999, 217, 'eg_sources_vimeo', ''),
(2000, 217, 'eg_sources_wistia', ''),
(2001, 217, 'eg_sources_image', ''),
(2002, 217, 'eg_sources_iframe', ''),
(2003, 217, 'eg_sources_soundcloud', ''),
(2004, 217, 'eg_vimeo_ratio', '0'),
(2005, 217, 'eg_youtube_ratio', '0'),
(2006, 217, 'eg_wistia_ratio', '0'),
(2007, 217, 'eg_html5_ratio', '0'),
(2008, 217, 'eg_soundcloud_ratio', '0'),
(2009, 217, 'eg_settings_custom_meta_skin', ''),
(2010, 217, 'eg_settings_custom_meta_element', ''),
(2011, 217, 'eg_settings_custom_meta_setting', ''),
(2012, 217, 'eg_settings_custom_meta_style', ''),
(2013, 217, 'eg_custom_meta_216', 'true'),
(2014, 218, '_tribe_modified_fields', 'a:30:{s:17:\"_vc_post_settings\";i:1515581693;s:16:\"_OrganizerOrigin\";i:1515581693;s:10:\"_edit_last\";i:1515581700;s:10:\"post_title\";i:1515581700;s:11:\"post_status\";i:1515581709;s:15:\"_OrganizerPhone\";i:1515581709;s:17:\"_OrganizerWebsite\";i:1515581709;s:15:\"_OrganizerEmail\";i:1515581709;s:14:\"slide_template\";i:1515581709;s:27:\"trx_addons_post_views_count\";i:1515581709;s:27:\"trx_addons_post_likes_count\";i:1515581709;s:20:\"eg_sources_html5_mp4\";i:1515581709;s:20:\"eg_sources_html5_ogv\";i:1515581709;s:21:\"eg_sources_html5_webm\";i:1515581709;s:18:\"eg_sources_youtube\";i:1515581709;s:16:\"eg_sources_vimeo\";i:1515581709;s:17:\"eg_sources_wistia\";i:1515581709;s:16:\"eg_sources_image\";i:1515581709;s:17:\"eg_sources_iframe\";i:1515581709;s:21:\"eg_sources_soundcloud\";i:1515581709;s:14:\"eg_vimeo_ratio\";i:1515581710;s:16:\"eg_youtube_ratio\";i:1515581710;s:15:\"eg_wistia_ratio\";i:1515581710;s:14:\"eg_html5_ratio\";i:1515581710;s:19:\"eg_soundcloud_ratio\";i:1515581710;s:28:\"eg_settings_custom_meta_skin\";i:1515581710;s:31:\"eg_settings_custom_meta_element\";i:1515581710;s:31:\"eg_settings_custom_meta_setting\";i:1515581710;s:29:\"eg_settings_custom_meta_style\";i:1515581710;s:18:\"eg_custom_meta_216\";i:1515581710;}'),
(2015, 218, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2016, 218, '_OrganizerOrigin', 'events-calendar'),
(2017, 218, '_edit_last', '1'),
(2018, 218, '_edit_lock', '1515581575:1'),
(2019, 218, '_OrganizerPhone', '800-123-4567'),
(2020, 218, '_OrganizerWebsite', ''),
(2021, 218, '_OrganizerEmail', '[email protected]'),
(2022, 218, 'slide_template', 'default'),
(2023, 218, 'trx_addons_post_views_count', '0'),
(2024, 218, 'trx_addons_post_likes_count', '0'),
(2025, 218, 'eg_sources_html5_mp4', ''),
(2026, 218, 'eg_sources_html5_ogv', ''),
(2027, 218, 'eg_sources_html5_webm', ''),
(2028, 218, 'eg_sources_youtube', ''),
(2029, 218, 'eg_sources_vimeo', ''),
(2030, 218, 'eg_sources_wistia', ''),
(2031, 218, 'eg_sources_image', ''),
(2032, 218, 'eg_sources_iframe', ''),
(2033, 218, 'eg_sources_soundcloud', ''),
(2034, 218, 'eg_vimeo_ratio', '0'),
(2035, 218, 'eg_youtube_ratio', '0'),
(2036, 218, 'eg_wistia_ratio', '0'),
(2037, 218, 'eg_html5_ratio', '0'),
(2038, 218, 'eg_soundcloud_ratio', '0'),
(2039, 218, 'eg_settings_custom_meta_skin', ''),
(2040, 218, 'eg_settings_custom_meta_element', ''),
(2041, 218, 'eg_settings_custom_meta_setting', ''),
(2042, 218, 'eg_settings_custom_meta_style', ''),
(2043, 218, 'eg_custom_meta_216', 'true'),
(2044, 219, '_tribe_modified_fields', 'a:57:{s:17:\"_vc_post_settings\";i:1556189257;s:12:\"_EventOrigin\";i:1515581722;s:10:\"_edit_last\";i:1572950555;s:10:\"post_title\";i:1515581895;s:11:\"post_status\";i:1515582728;s:12:\"post_content\";i:1572950556;s:16:\"tribe_events_cat\";i:1580725807;s:13:\"_thumbnail_id\";i:1515582728;s:14:\"slide_template\";i:1580725807;s:20:\"eg_sources_html5_mp4\";i:1515582728;s:20:\"eg_sources_html5_ogv\";i:1515582728;s:21:\"eg_sources_html5_webm\";i:1515582728;s:18:\"eg_sources_youtube\";i:1515582728;s:16:\"eg_sources_vimeo\";i:1515582728;s:17:\"eg_sources_wistia\";i:1515582728;s:16:\"eg_sources_image\";i:1515582728;s:17:\"eg_sources_iframe\";i:1515582728;s:21:\"eg_sources_soundcloud\";i:1515582728;s:14:\"eg_vimeo_ratio\";i:1515582728;s:16:\"eg_youtube_ratio\";i:1515582728;s:15:\"eg_wistia_ratio\";i:1515582728;s:14:\"eg_html5_ratio\";i:1515582728;s:19:\"eg_soundcloud_ratio\";i:1515582728;s:28:\"eg_settings_custom_meta_skin\";i:1515582728;s:31:\"eg_settings_custom_meta_element\";i:1515582728;s:31:\"eg_settings_custom_meta_setting\";i:1515582728;s:29:\"eg_settings_custom_meta_style\";i:1515582728;s:18:\"eg_custom_meta_216\";i:1515582728;s:27:\"trx_addons_post_views_count\";i:1694600675;s:27:\"trx_addons_post_likes_count\";i:1515582728;s:17:\"_EventShowMapLink\";i:1515582729;s:13:\"_EventShowMap\";i:1515582729;s:13:\"_EventVenueID\";i:1515582729;s:17:\"_EventOrganizerID\";i:1515582729;s:15:\"_EventStartDate\";i:1515582729;s:13:\"_EventEndDate\";i:1556189257;s:18:\"_EventStartDateUTC\";i:1676650438;s:16:\"_EventEndDateUTC\";i:1676650438;s:14:\"_EventDuration\";i:1556189257;s:20:\"_EventCurrencySymbol\";i:1515582729;s:22:\"_EventCurrencyPosition\";i:1515582729;s:10:\"_EventCost\";i:1515582729;s:9:\"_EventURL\";i:1515582729;s:14:\"_EventTimezone\";i:1580725807;s:18:\"_EventTimezoneAbbr\";i:1580725807;s:8:\"post_tag\";i:1515589911;s:12:\"post_excerpt\";i:1572950556;s:23:\"_EventOrganizerID_Order\";i:1531829863;s:20:\"eg_sources_revslider\";i:1556189256;s:18:\"eg_sources_essgrid\";i:1556189257;s:16:\"eg_featured_grid\";i:1556189257;s:14:\"eg_votes_count\";i:1556189257;s:16:\"rs_page_bg_color\";i:1580725807;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650424;}'),
(2046, 219, '_EventOrigin', 'events-calendar'),
(2047, 219, '_edit_last', '990002'),
(2048, 219, '_edit_lock', '1580725667:990002'),
(2049, 219, '_thumbnail_id', '112'),
(2050, 219, 'slide_template', ''),
(2051, 219, 'eg_sources_html5_mp4', ''),
(2052, 219, 'eg_sources_html5_ogv', ''),
(2053, 219, 'eg_sources_html5_webm', ''),
(2054, 219, 'eg_sources_youtube', ''),
(2055, 219, 'eg_sources_vimeo', ''),
(2056, 219, 'eg_sources_wistia', ''),
(2057, 219, 'eg_sources_image', ''),
(2058, 219, 'eg_sources_iframe', ''),
(2059, 219, 'eg_sources_soundcloud', ''),
(2060, 219, 'eg_vimeo_ratio', '0'),
(2061, 219, 'eg_youtube_ratio', '0'),
(2062, 219, 'eg_wistia_ratio', '0'),
(2063, 219, 'eg_html5_ratio', '0'),
(2064, 219, 'eg_soundcloud_ratio', '0'),
(2065, 219, 'eg_settings_custom_meta_skin', ''),
(2066, 219, 'eg_settings_custom_meta_element', ''),
(2067, 219, 'eg_settings_custom_meta_setting', ''),
(2068, 219, 'eg_settings_custom_meta_style', ''),
(2069, 219, 'eg_custom_meta_216', 'true'),
(2083, 219, 'trx_addons_post_views_count', '908'),
(2084, 219, 'trx_addons_post_likes_count', '0'),
(2085, 219, '_EventShowMapLink', '1'),
(2086, 219, '_EventShowMap', '1'),
(2087, 219, '_EventVenueID', '217'),
(2088, 219, '_EventOrganizerID', '218'),
(2089, 219, '_EventStartDate', '2023-07-05 10:00:00'),
(2090, 219, '_EventEndDate', '2027-07-01 23:30:00'),
(2091, 219, '_EventStartDateUTC', '2023-07-05 10:00:00'),
(2092, 219, '_EventEndDateUTC', '2027-07-01 23:30:00'),
(2093, 219, '_EventDuration', '125933400'),
(2094, 219, '_EventCurrencySymbol', ''),
(2095, 219, '_EventCurrencyPosition', 'prefix'),
(2096, 219, '_EventCost', ''),
(2097, 219, '_EventURL', ''),
(2098, 219, '_EventTimezone', 'Europe/London'),
(2099, 219, '_EventTimezoneAbbr', 'BST'),
(2100, 221, '_tribe_modified_fields', 'a:56:{s:17:\"_vc_post_settings\";i:1556189251;s:12:\"_EventOrigin\";i:1515583101;s:10:\"_edit_last\";i:1572950592;s:10:\"post_title\";i:1515583156;s:11:\"post_status\";i:1515583670;s:12:\"post_content\";i:1580725995;s:16:\"tribe_events_cat\";i:1580725995;s:13:\"_thumbnail_id\";i:1515583669;s:14:\"slide_template\";i:1580725995;s:20:\"eg_sources_html5_mp4\";i:1515583669;s:20:\"eg_sources_html5_ogv\";i:1515583669;s:21:\"eg_sources_html5_webm\";i:1515583669;s:18:\"eg_sources_youtube\";i:1515583669;s:16:\"eg_sources_vimeo\";i:1515583669;s:17:\"eg_sources_wistia\";i:1515583669;s:16:\"eg_sources_image\";i:1515583669;s:17:\"eg_sources_iframe\";i:1515583669;s:21:\"eg_sources_soundcloud\";i:1515583669;s:14:\"eg_vimeo_ratio\";i:1515583669;s:16:\"eg_youtube_ratio\";i:1515583669;s:15:\"eg_wistia_ratio\";i:1515583669;s:14:\"eg_html5_ratio\";i:1515583670;s:19:\"eg_soundcloud_ratio\";i:1515583670;s:28:\"eg_settings_custom_meta_skin\";i:1515583670;s:31:\"eg_settings_custom_meta_element\";i:1515583670;s:31:\"eg_settings_custom_meta_setting\";i:1515583670;s:29:\"eg_settings_custom_meta_style\";i:1515583670;s:18:\"eg_custom_meta_216\";i:1515583670;s:27:\"trx_addons_post_views_count\";i:1694204874;s:27:\"trx_addons_post_likes_count\";i:1515583670;s:17:\"_EventShowMapLink\";i:1515583670;s:13:\"_EventShowMap\";i:1515583670;s:13:\"_EventVenueID\";i:1515583670;s:17:\"_EventOrganizerID\";i:1515583670;s:15:\"_EventStartDate\";i:1515583670;s:13:\"_EventEndDate\";i:1556189251;s:18:\"_EventStartDateUTC\";i:1676650439;s:16:\"_EventEndDateUTC\";i:1676650439;s:14:\"_EventDuration\";i:1556189251;s:20:\"_EventCurrencySymbol\";i:1515583670;s:22:\"_EventCurrencyPosition\";i:1515583670;s:10:\"_EventCost\";i:1515583670;s:9:\"_EventURL\";i:1515583670;s:14:\"_EventTimezone\";i:1580725995;s:18:\"_EventTimezoneAbbr\";i:1580725995;s:8:\"post_tag\";i:1515589905;s:20:\"eg_sources_revslider\";i:1556189251;s:18:\"eg_sources_essgrid\";i:1556189251;s:16:\"eg_featured_grid\";i:1556189251;s:14:\"eg_votes_count\";i:1556189251;s:12:\"post_excerpt\";i:1572950592;s:16:\"rs_page_bg_color\";i:1580725995;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650425;}'),
(2102, 221, '_EventOrigin', 'events-calendar'),
(2103, 221, '_edit_last', '990002'),
(2104, 221, '_edit_lock', '1580725859:990002'),
(2118, 221, '_thumbnail_id', '114'),
(2119, 221, 'slide_template', ''),
(2120, 221, 'eg_sources_html5_mp4', ''),
(2121, 221, 'eg_sources_html5_ogv', ''),
(2122, 221, 'eg_sources_html5_webm', ''),
(2123, 221, 'eg_sources_youtube', ''),
(2124, 221, 'eg_sources_vimeo', ''),
(2125, 221, 'eg_sources_wistia', ''),
(2126, 221, 'eg_sources_image', ''),
(2127, 221, 'eg_sources_iframe', ''),
(2128, 221, 'eg_sources_soundcloud', ''),
(2129, 221, 'eg_vimeo_ratio', '0'),
(2130, 221, 'eg_youtube_ratio', '0'),
(2131, 221, 'eg_wistia_ratio', '0'),
(2132, 221, 'eg_html5_ratio', '0'),
(2133, 221, 'eg_soundcloud_ratio', '0'),
(2134, 221, 'eg_settings_custom_meta_skin', ''),
(2135, 221, 'eg_settings_custom_meta_element', ''),
(2136, 221, 'eg_settings_custom_meta_setting', ''),
(2137, 221, 'eg_settings_custom_meta_style', ''),
(2138, 221, 'eg_custom_meta_216', 'true'),
(2152, 221, 'trx_addons_post_views_count', '743'),
(2153, 221, 'trx_addons_post_likes_count', '0'),
(2154, 221, '_EventShowMapLink', '1'),
(2155, 221, '_EventShowMap', '1'),
(2156, 221, '_EventVenueID', '217'),
(2157, 221, '_EventOrganizerID', '218'),
(2158, 221, '_EventStartDate', '2023-08-16 09:00:00'),
(2159, 221, '_EventEndDate', '2026-08-05 12:00:00'),
(2160, 221, '_EventStartDateUTC', '2023-08-16 09:00:00'),
(2161, 221, '_EventEndDateUTC', '2026-08-05 12:00:00'),
(2162, 221, '_EventDuration', '93754800'),
(2163, 221, '_EventCurrencySymbol', ''),
(2164, 221, '_EventCurrencyPosition', 'prefix'),
(2165, 221, '_EventCost', ''),
(2166, 221, '_EventURL', ''),
(2167, 221, '_EventTimezone', 'Europe/London'),
(2168, 221, '_EventTimezoneAbbr', 'BST'),
(2169, 225, '_tribe_modified_fields', 'a:58:{s:17:\"_vc_post_settings\";i:1556189244;s:12:\"_EventOrigin\";i:1515583724;s:10:\"_edit_last\";i:1572950597;s:10:\"post_title\";i:1515583830;s:11:\"post_status\";i:1515583794;s:16:\"tribe_events_cat\";i:1580725980;s:13:\"_thumbnail_id\";i:1515583793;s:14:\"slide_template\";i:1580725980;s:20:\"eg_sources_html5_mp4\";i:1515583793;s:20:\"eg_sources_html5_ogv\";i:1515583793;s:21:\"eg_sources_html5_webm\";i:1515583793;s:18:\"eg_sources_youtube\";i:1515583793;s:16:\"eg_sources_vimeo\";i:1515583793;s:17:\"eg_sources_wistia\";i:1515583793;s:16:\"eg_sources_image\";i:1515583793;s:17:\"eg_sources_iframe\";i:1515583793;s:21:\"eg_sources_soundcloud\";i:1515583793;s:14:\"eg_vimeo_ratio\";i:1515583793;s:16:\"eg_youtube_ratio\";i:1515583793;s:15:\"eg_wistia_ratio\";i:1515583793;s:14:\"eg_html5_ratio\";i:1515583793;s:19:\"eg_soundcloud_ratio\";i:1515583793;s:28:\"eg_settings_custom_meta_skin\";i:1515583793;s:31:\"eg_settings_custom_meta_element\";i:1515583793;s:31:\"eg_settings_custom_meta_setting\";i:1515583793;s:29:\"eg_settings_custom_meta_style\";i:1515583793;s:18:\"eg_custom_meta_216\";i:1515583793;s:12:\"post_content\";i:1572950597;s:27:\"trx_addons_post_views_count\";i:1694509164;s:27:\"trx_addons_post_likes_count\";i:1515583794;s:17:\"_EventShowMapLink\";i:1515583794;s:13:\"_EventShowMap\";i:1515583794;s:13:\"_EventVenueID\";i:1515583794;s:17:\"_EventOrganizerID\";i:1515583794;s:15:\"_EventStartDate\";i:1515583794;s:13:\"_EventEndDate\";i:1556189244;s:18:\"_EventStartDateUTC\";i:1580725980;s:16:\"_EventEndDateUTC\";i:1580725980;s:14:\"_EventDuration\";i:1556189244;s:20:\"_EventCurrencySymbol\";i:1515583794;s:22:\"_EventCurrencyPosition\";i:1515583794;s:10:\"_EventCost\";i:1515583794;s:9:\"_EventURL\";i:1515583794;s:14:\"_EventTimezone\";i:1580725980;s:18:\"_EventTimezoneAbbr\";i:1580725980;s:12:\"_wp_old_slug\";i:1515583830;s:8:\"post_tag\";i:1515589901;s:12:\"post_excerpt\";i:1572950597;s:23:\"_EventOrganizerID_Order\";i:1531829145;s:20:\"eg_sources_revslider\";i:1556189244;s:18:\"eg_sources_essgrid\";i:1556189244;s:16:\"eg_featured_grid\";i:1556189244;s:14:\"eg_votes_count\";i:1556189244;s:16:\"rs_page_bg_color\";i:1580725980;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650425;}'),
(2171, 225, '_EventOrigin', 'events-calendar'),
(2172, 225, '_edit_last', '990002'),
(2173, 225, '_edit_lock', '1580725840:990002'),
(2174, 225, '_thumbnail_id', '83'),
(2175, 225, 'slide_template', ''),
(2176, 225, 'eg_sources_html5_mp4', ''),
(2177, 225, 'eg_sources_html5_ogv', ''),
(2178, 225, 'eg_sources_html5_webm', ''),
(2179, 225, 'eg_sources_youtube', ''),
(2180, 225, 'eg_sources_vimeo', ''),
(2181, 225, 'eg_sources_wistia', ''),
(2182, 225, 'eg_sources_image', ''),
(2183, 225, 'eg_sources_iframe', ''),
(2184, 225, 'eg_sources_soundcloud', ''),
(2185, 225, 'eg_vimeo_ratio', '0'),
(2186, 225, 'eg_youtube_ratio', '0'),
(2187, 225, 'eg_wistia_ratio', '0'),
(2188, 225, 'eg_html5_ratio', '0'),
(2189, 225, 'eg_soundcloud_ratio', '0'),
(2190, 225, 'eg_settings_custom_meta_skin', ''),
(2191, 225, 'eg_settings_custom_meta_element', ''),
(2192, 225, 'eg_settings_custom_meta_setting', ''),
(2193, 225, 'eg_settings_custom_meta_style', ''),
(2194, 225, 'eg_custom_meta_216', 'true'),
(2208, 225, 'trx_addons_post_views_count', '1024'),
(2209, 225, 'trx_addons_post_likes_count', '0'),
(2210, 225, '_EventShowMapLink', '1'),
(2211, 225, '_EventShowMap', '1'),
(2212, 225, '_EventVenueID', '217'),
(2213, 225, '_EventOrganizerID', '218'),
(2214, 225, '_EventStartDate', '2023-09-09 11:00:00'),
(2215, 225, '_EventEndDate', '2025-09-25 16:30:00'),
(2216, 225, '_EventStartDateUTC', '2023-09-09 10:00:00'),
(2217, 225, '_EventEndDateUTC', '2025-09-25 15:30:00'),
(2218, 225, '_EventDuration', '64560600'),
(2219, 225, '_EventCurrencySymbol', ''),
(2220, 225, '_EventCurrencyPosition', 'prefix'),
(2221, 225, '_EventCost', ''),
(2222, 225, '_EventURL', ''),
(2223, 225, '_EventTimezone', 'Europe/London'),
(2224, 225, '_EventTimezoneAbbr', 'BST'),
(2238, 225, '_wp_old_slug', 'college-young-adults-the-journey-worship-2'),
(2239, 228, '_tribe_modified_fields', 'a:57:{s:17:\"_vc_post_settings\";i:1556189236;s:12:\"_EventOrigin\";i:1515583843;s:10:\"_edit_last\";i:1572950604;s:10:\"post_title\";i:1515584082;s:11:\"post_status\";i:1515584197;s:12:\"post_content\";i:1572950605;s:16:\"tribe_events_cat\";i:1580725956;s:13:\"_thumbnail_id\";i:1515584196;s:14:\"slide_template\";i:1580725903;s:20:\"eg_sources_html5_mp4\";i:1515584196;s:20:\"eg_sources_html5_ogv\";i:1515584196;s:21:\"eg_sources_html5_webm\";i:1515584196;s:18:\"eg_sources_youtube\";i:1515584196;s:16:\"eg_sources_vimeo\";i:1515584196;s:17:\"eg_sources_wistia\";i:1515584196;s:16:\"eg_sources_image\";i:1515584196;s:17:\"eg_sources_iframe\";i:1515584196;s:21:\"eg_sources_soundcloud\";i:1515584196;s:14:\"eg_vimeo_ratio\";i:1515584196;s:16:\"eg_youtube_ratio\";i:1515584196;s:15:\"eg_wistia_ratio\";i:1515584196;s:14:\"eg_html5_ratio\";i:1515584196;s:19:\"eg_soundcloud_ratio\";i:1515584196;s:28:\"eg_settings_custom_meta_skin\";i:1515584196;s:31:\"eg_settings_custom_meta_element\";i:1515584196;s:31:\"eg_settings_custom_meta_setting\";i:1515584196;s:29:\"eg_settings_custom_meta_style\";i:1515584196;s:18:\"eg_custom_meta_216\";i:1515584196;s:27:\"trx_addons_post_views_count\";i:1694346138;s:27:\"trx_addons_post_likes_count\";i:1515584197;s:17:\"_EventShowMapLink\";i:1515584197;s:13:\"_EventShowMap\";i:1515584197;s:13:\"_EventVenueID\";i:1533286384;s:17:\"_EventOrganizerID\";i:1515584197;s:15:\"_EventStartDate\";i:1515584197;s:13:\"_EventEndDate\";i:1556189236;s:18:\"_EventStartDateUTC\";i:1580725904;s:16:\"_EventEndDateUTC\";i:1580725904;s:14:\"_EventDuration\";i:1676650439;s:20:\"_EventCurrencySymbol\";i:1515584197;s:22:\"_EventCurrencyPosition\";i:1515584197;s:10:\"_EventCost\";i:1515584197;s:9:\"_EventURL\";i:1515584197;s:14:\"_EventTimezone\";i:1580725904;s:18:\"_EventTimezoneAbbr\";i:1580725904;s:8:\"post_tag\";i:1580725956;s:12:\"post_excerpt\";i:1572950605;s:23:\"_EventOrganizerID_Order\";i:1529487170;s:20:\"eg_sources_revslider\";i:1556189236;s:18:\"eg_sources_essgrid\";i:1556189236;s:16:\"eg_featured_grid\";i:1556189236;s:14:\"eg_votes_count\";i:1556189236;s:16:\"rs_page_bg_color\";i:1580725904;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650425;}'),
(2241, 228, '_EventOrigin', 'events-calendar'),
(2242, 228, '_edit_last', '990002'),
(2243, 228, '_edit_lock', '1580725815:990002'),
(2244, 228, '_thumbnail_id', '84'),
(2245, 228, 'slide_template', ''),
(2246, 228, 'eg_sources_html5_mp4', ''),
(2247, 228, 'eg_sources_html5_ogv', ''),
(2248, 228, 'eg_sources_html5_webm', ''),
(2249, 228, 'eg_sources_youtube', ''),
(2250, 228, 'eg_sources_vimeo', ''),
(2251, 228, 'eg_sources_wistia', ''),
(2252, 228, 'eg_sources_image', ''),
(2253, 228, 'eg_sources_iframe', ''),
(2254, 228, 'eg_sources_soundcloud', ''),
(2255, 228, 'eg_vimeo_ratio', '0'),
(2256, 228, 'eg_youtube_ratio', '0'),
(2257, 228, 'eg_wistia_ratio', '0'),
(2258, 228, 'eg_html5_ratio', '0'),
(2259, 228, 'eg_soundcloud_ratio', '0'),
(2260, 228, 'eg_settings_custom_meta_skin', ''),
(2261, 228, 'eg_settings_custom_meta_element', ''),
(2262, 228, 'eg_settings_custom_meta_setting', ''),
(2263, 228, 'eg_settings_custom_meta_style', ''),
(2264, 228, 'eg_custom_meta_216', 'true'),
(2278, 228, 'trx_addons_post_views_count', '775'),
(2279, 228, 'trx_addons_post_likes_count', '0'),
(2280, 228, '_EventShowMapLink', '1'),
(2281, 228, '_EventShowMap', '1'),
(2283, 228, '_EventOrganizerID', '218'),
(2284, 228, '_EventStartDate', '2023-10-01 09:30:00'),
(2285, 228, '_EventEndDate', '2026-11-10 13:00:00'),
(2286, 228, '_EventStartDateUTC', '2023-10-01 08:30:00'),
(2287, 228, '_EventEndDateUTC', '2026-11-10 12:00:00'),
(2288, 228, '_EventDuration', '98163000'),
(2289, 228, '_EventCurrencySymbol', ''),
(2290, 228, '_EventCurrencyPosition', 'prefix'),
(2291, 228, '_EventCost', ''),
(2292, 228, '_EventURL', ''),
(2293, 228, '_EventTimezone', 'Europe/London'),
(2294, 228, '_EventTimezoneAbbr', 'BST'),
(2295, 230, '_tribe_modified_fields', 'a:57:{s:17:\"_vc_post_settings\";i:1556189230;s:12:\"_EventOrigin\";i:1515587648;s:10:\"_edit_last\";i:1572950610;s:10:\"post_title\";i:1515588242;s:11:\"post_status\";i:1515588494;s:12:\"post_content\";i:1572950610;s:16:\"tribe_events_cat\";i:1515588494;s:13:\"_thumbnail_id\";i:1515588494;s:14:\"slide_template\";i:1580725886;s:20:\"eg_sources_html5_mp4\";i:1515588494;s:20:\"eg_sources_html5_ogv\";i:1515588494;s:21:\"eg_sources_html5_webm\";i:1515588494;s:18:\"eg_sources_youtube\";i:1515588494;s:16:\"eg_sources_vimeo\";i:1515588494;s:17:\"eg_sources_wistia\";i:1515588494;s:16:\"eg_sources_image\";i:1515588494;s:17:\"eg_sources_iframe\";i:1515588494;s:21:\"eg_sources_soundcloud\";i:1515588494;s:14:\"eg_vimeo_ratio\";i:1515588494;s:16:\"eg_youtube_ratio\";i:1515588494;s:15:\"eg_wistia_ratio\";i:1515588494;s:14:\"eg_html5_ratio\";i:1515588494;s:19:\"eg_soundcloud_ratio\";i:1515588494;s:28:\"eg_settings_custom_meta_skin\";i:1515588494;s:31:\"eg_settings_custom_meta_element\";i:1515588494;s:31:\"eg_settings_custom_meta_setting\";i:1515588494;s:29:\"eg_settings_custom_meta_style\";i:1515588494;s:18:\"eg_custom_meta_216\";i:1515588494;s:27:\"trx_addons_post_views_count\";i:1694404348;s:27:\"trx_addons_post_likes_count\";i:1515588494;s:17:\"_EventShowMapLink\";i:1515588494;s:13:\"_EventShowMap\";i:1515588494;s:13:\"_EventVenueID\";i:1515588494;s:17:\"_EventOrganizerID\";i:1515588495;s:15:\"_EventStartDate\";i:1515588495;s:13:\"_EventEndDate\";i:1556189230;s:18:\"_EventStartDateUTC\";i:1580725886;s:16:\"_EventEndDateUTC\";i:1580725886;s:14:\"_EventDuration\";i:1556189230;s:20:\"_EventCurrencySymbol\";i:1515588495;s:22:\"_EventCurrencyPosition\";i:1515588495;s:10:\"_EventCost\";i:1515588495;s:9:\"_EventURL\";i:1515588495;s:14:\"_EventTimezone\";i:1580725886;s:18:\"_EventTimezoneAbbr\";i:1580725886;s:8:\"post_tag\";i:1515589897;s:12:\"post_excerpt\";i:1572950610;s:23:\"_EventOrganizerID_Order\";i:1531829847;s:20:\"eg_sources_revslider\";i:1556189230;s:18:\"eg_sources_essgrid\";i:1556189230;s:16:\"eg_featured_grid\";i:1556189230;s:14:\"eg_votes_count\";i:1556189230;s:16:\"rs_page_bg_color\";i:1580725886;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650425;}'),
(2297, 230, '_EventOrigin', 'events-calendar'),
(2298, 230, '_edit_last', '990002'),
(2299, 230, '_edit_lock', '1580725746:990002'),
(2300, 230, '_thumbnail_id', '102'),
(2301, 230, 'slide_template', ''),
(2302, 230, 'eg_sources_html5_mp4', ''),
(2303, 230, 'eg_sources_html5_ogv', ''),
(2304, 230, 'eg_sources_html5_webm', ''),
(2305, 230, 'eg_sources_youtube', ''),
(2306, 230, 'eg_sources_vimeo', ''),
(2307, 230, 'eg_sources_wistia', ''),
(2308, 230, 'eg_sources_image', ''),
(2309, 230, 'eg_sources_iframe', ''),
(2310, 230, 'eg_sources_soundcloud', ''),
(2311, 230, 'eg_vimeo_ratio', '0'),
(2312, 230, 'eg_youtube_ratio', '0'),
(2313, 230, 'eg_wistia_ratio', '0');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2314, 230, 'eg_html5_ratio', '0'),
(2315, 230, 'eg_soundcloud_ratio', '0'),
(2316, 230, 'eg_settings_custom_meta_skin', ''),
(2317, 230, 'eg_settings_custom_meta_element', ''),
(2318, 230, 'eg_settings_custom_meta_setting', ''),
(2319, 230, 'eg_settings_custom_meta_style', ''),
(2320, 230, 'eg_custom_meta_216', 'true'),
(2334, 230, 'trx_addons_post_views_count', '946'),
(2335, 230, 'trx_addons_post_likes_count', '0'),
(2336, 230, '_EventShowMapLink', '1'),
(2337, 230, '_EventShowMap', '1'),
(2338, 230, '_EventVenueID', '217'),
(2339, 230, '_EventOrganizerID', '218'),
(2340, 230, '_EventStartDate', '2023-10-01 10:00:00'),
(2341, 230, '_EventEndDate', '2027-10-11 12:00:00'),
(2342, 230, '_EventStartDateUTC', '2023-10-01 09:00:00'),
(2343, 230, '_EventEndDateUTC', '2027-10-11 11:00:00'),
(2344, 230, '_EventDuration', '127101600'),
(2345, 230, '_EventCurrencySymbol', ''),
(2346, 230, '_EventCurrencyPosition', 'prefix'),
(2347, 230, '_EventCost', ''),
(2348, 230, '_EventURL', ''),
(2349, 230, '_EventTimezone', 'Europe/London'),
(2350, 230, '_EventTimezoneAbbr', 'BST'),
(2351, 232, '_tribe_modified_fields', 'a:58:{s:17:\"_vc_post_settings\";i:1556189224;s:12:\"_EventOrigin\";i:1515588501;s:10:\"_edit_last\";i:1572950631;s:10:\"post_title\";i:1515588614;s:11:\"post_status\";i:1515588651;s:16:\"tribe_events_cat\";i:1515588651;s:13:\"_thumbnail_id\";i:1531829949;s:14:\"slide_template\";i:1580725756;s:20:\"eg_sources_html5_mp4\";i:1515588651;s:20:\"eg_sources_html5_ogv\";i:1515588651;s:21:\"eg_sources_html5_webm\";i:1515588651;s:18:\"eg_sources_youtube\";i:1515588651;s:16:\"eg_sources_vimeo\";i:1515588651;s:17:\"eg_sources_wistia\";i:1515588651;s:16:\"eg_sources_image\";i:1515588651;s:17:\"eg_sources_iframe\";i:1515588651;s:21:\"eg_sources_soundcloud\";i:1515588651;s:14:\"eg_vimeo_ratio\";i:1515588651;s:16:\"eg_youtube_ratio\";i:1515588651;s:15:\"eg_wistia_ratio\";i:1515588651;s:14:\"eg_html5_ratio\";i:1515588651;s:19:\"eg_soundcloud_ratio\";i:1515588651;s:28:\"eg_settings_custom_meta_skin\";i:1515588651;s:31:\"eg_settings_custom_meta_element\";i:1515588651;s:31:\"eg_settings_custom_meta_setting\";i:1515588651;s:29:\"eg_settings_custom_meta_style\";i:1515588651;s:18:\"eg_custom_meta_216\";i:1515588651;s:12:\"post_content\";i:1572950632;s:27:\"trx_addons_post_views_count\";i:1694523575;s:27:\"trx_addons_post_likes_count\";i:1515588652;s:17:\"_EventShowMapLink\";i:1515588652;s:13:\"_EventShowMap\";i:1515588652;s:13:\"_EventVenueID\";i:1515588652;s:17:\"_EventOrganizerID\";i:1515588652;s:12:\"_EventAllDay\";i:1560780295;s:15:\"_EventStartDate\";i:1560780198;s:13:\"_EventEndDate\";i:1560780295;s:18:\"_EventStartDateUTC\";i:1676650439;s:16:\"_EventEndDateUTC\";i:1676650439;s:20:\"_EventCurrencySymbol\";i:1515588652;s:22:\"_EventCurrencyPosition\";i:1515588652;s:10:\"_EventCost\";i:1515588652;s:9:\"_EventURL\";i:1515588652;s:14:\"_EventTimezone\";i:1580725756;s:18:\"_EventTimezoneAbbr\";i:1580725756;s:8:\"post_tag\";i:1515589892;s:23:\"_EventOrganizerID_Order\";i:1529488776;s:12:\"post_excerpt\";i:1572950632;s:20:\"eg_sources_revslider\";i:1556189224;s:18:\"eg_sources_essgrid\";i:1556189224;s:16:\"eg_featured_grid\";i:1556189224;s:14:\"eg_votes_count\";i:1556189224;s:14:\"_EventDuration\";i:1676650439;s:16:\"rs_page_bg_color\";i:1580725756;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650424;}'),
(2353, 232, '_EventOrigin', 'events-calendar'),
(2354, 232, '_edit_last', '990002'),
(2355, 232, '_edit_lock', '1580725621:990002'),
(2356, 232, '_thumbnail_id', '83'),
(2357, 232, 'slide_template', ''),
(2358, 232, 'eg_sources_html5_mp4', ''),
(2359, 232, 'eg_sources_html5_ogv', ''),
(2360, 232, 'eg_sources_html5_webm', ''),
(2361, 232, 'eg_sources_youtube', ''),
(2362, 232, 'eg_sources_vimeo', ''),
(2363, 232, 'eg_sources_wistia', ''),
(2364, 232, 'eg_sources_image', ''),
(2365, 232, 'eg_sources_iframe', ''),
(2366, 232, 'eg_sources_soundcloud', ''),
(2367, 232, 'eg_vimeo_ratio', '0'),
(2368, 232, 'eg_youtube_ratio', '0'),
(2369, 232, 'eg_wistia_ratio', '0'),
(2370, 232, 'eg_html5_ratio', '0'),
(2371, 232, 'eg_soundcloud_ratio', '0'),
(2372, 232, 'eg_settings_custom_meta_skin', ''),
(2373, 232, 'eg_settings_custom_meta_element', ''),
(2374, 232, 'eg_settings_custom_meta_setting', ''),
(2375, 232, 'eg_settings_custom_meta_style', ''),
(2376, 232, 'eg_custom_meta_216', 'true'),
(2390, 232, 'trx_addons_post_views_count', '1188'),
(2391, 232, 'trx_addons_post_likes_count', '0'),
(2392, 232, '_EventShowMapLink', '1'),
(2393, 232, '_EventShowMap', '1'),
(2394, 232, '_EventVenueID', '217'),
(2395, 232, '_EventOrganizerID', '218'),
(2397, 232, '_EventStartDate', '2024-06-12 00:00:00'),
(2398, 232, '_EventEndDate', '2030-06-18 23:59:00'),
(2399, 232, '_EventStartDateUTC', '2024-06-12 00:00:00'),
(2400, 232, '_EventEndDateUTC', '2030-06-18 23:59:00'),
(2401, 232, '_EventCurrencySymbol', ''),
(2402, 232, '_EventCurrencyPosition', 'prefix'),
(2403, 232, '_EventCost', ''),
(2404, 232, '_EventURL', ''),
(2405, 232, '_EventTimezone', 'Europe/London'),
(2406, 232, '_EventTimezoneAbbr', 'BST'),
(2410, 235, '_tribe_modified_fields', 'a:57:{s:17:\"_vc_post_settings\";i:1556189209;s:12:\"_EventOrigin\";i:1515588907;s:10:\"_edit_last\";i:1572950614;s:10:\"post_title\";i:1515588959;s:11:\"post_status\";i:1515589006;s:16:\"tribe_events_cat\";i:1515589005;s:13:\"_thumbnail_id\";i:1515589005;s:14:\"slide_template\";i:1580725866;s:20:\"eg_sources_html5_mp4\";i:1515589006;s:20:\"eg_sources_html5_ogv\";i:1515589006;s:21:\"eg_sources_html5_webm\";i:1515589006;s:18:\"eg_sources_youtube\";i:1515589006;s:16:\"eg_sources_vimeo\";i:1515589006;s:17:\"eg_sources_wistia\";i:1515589006;s:16:\"eg_sources_image\";i:1515589006;s:17:\"eg_sources_iframe\";i:1515589006;s:21:\"eg_sources_soundcloud\";i:1515589006;s:14:\"eg_vimeo_ratio\";i:1515589006;s:16:\"eg_youtube_ratio\";i:1515589006;s:15:\"eg_wistia_ratio\";i:1515589006;s:14:\"eg_html5_ratio\";i:1515589006;s:19:\"eg_soundcloud_ratio\";i:1515589006;s:28:\"eg_settings_custom_meta_skin\";i:1515589006;s:31:\"eg_settings_custom_meta_element\";i:1515589006;s:31:\"eg_settings_custom_meta_setting\";i:1515589006;s:29:\"eg_settings_custom_meta_style\";i:1515589006;s:18:\"eg_custom_meta_216\";i:1515589006;s:12:\"post_content\";i:1572950614;s:27:\"trx_addons_post_views_count\";i:1694487256;s:27:\"trx_addons_post_likes_count\";i:1515589006;s:17:\"_EventShowMapLink\";i:1515589006;s:13:\"_EventShowMap\";i:1515589006;s:13:\"_EventVenueID\";i:1515589006;s:17:\"_EventOrganizerID\";i:1515589006;s:15:\"_EventStartDate\";i:1515589006;s:13:\"_EventEndDate\";i:1556189209;s:18:\"_EventStartDateUTC\";i:1676650439;s:16:\"_EventEndDateUTC\";i:1676650439;s:14:\"_EventDuration\";i:1676650439;s:20:\"_EventCurrencySymbol\";i:1515589006;s:22:\"_EventCurrencyPosition\";i:1515589006;s:10:\"_EventCost\";i:1515589006;s:9:\"_EventURL\";i:1515589006;s:14:\"_EventTimezone\";i:1580725866;s:18:\"_EventTimezoneAbbr\";i:1580725866;s:8:\"post_tag\";i:1515589885;s:12:\"post_excerpt\";i:1572950614;s:23:\"_EventOrganizerID_Order\";i:1531829831;s:20:\"eg_sources_revslider\";i:1556189209;s:18:\"eg_sources_essgrid\";i:1556189209;s:16:\"eg_featured_grid\";i:1556189209;s:14:\"eg_votes_count\";i:1556189209;s:16:\"rs_page_bg_color\";i:1580725866;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650424;}'),
(2412, 235, '_EventOrigin', 'events-calendar'),
(2413, 235, '_edit_last', '990002'),
(2414, 235, '_edit_lock', '1580725726:990002'),
(2415, 235, '_thumbnail_id', '85'),
(2416, 235, 'slide_template', ''),
(2417, 235, 'eg_sources_html5_mp4', ''),
(2418, 235, 'eg_sources_html5_ogv', ''),
(2419, 235, 'eg_sources_html5_webm', ''),
(2420, 235, 'eg_sources_youtube', ''),
(2421, 235, 'eg_sources_vimeo', ''),
(2422, 235, 'eg_sources_wistia', ''),
(2423, 235, 'eg_sources_image', ''),
(2424, 235, 'eg_sources_iframe', ''),
(2425, 235, 'eg_sources_soundcloud', ''),
(2426, 235, 'eg_vimeo_ratio', '0'),
(2427, 235, 'eg_youtube_ratio', '0'),
(2428, 235, 'eg_wistia_ratio', '0'),
(2429, 235, 'eg_html5_ratio', '0'),
(2430, 235, 'eg_soundcloud_ratio', '0'),
(2431, 235, 'eg_settings_custom_meta_skin', ''),
(2432, 235, 'eg_settings_custom_meta_element', ''),
(2433, 235, 'eg_settings_custom_meta_setting', ''),
(2434, 235, 'eg_settings_custom_meta_style', ''),
(2435, 235, 'eg_custom_meta_216', 'true'),
(2449, 235, 'trx_addons_post_views_count', '1026'),
(2450, 235, 'trx_addons_post_likes_count', '0'),
(2451, 235, '_EventShowMapLink', '1'),
(2452, 235, '_EventShowMap', '1'),
(2453, 235, '_EventVenueID', '217'),
(2454, 235, '_EventOrganizerID', '218'),
(2455, 235, '_EventStartDate', '2023-12-10 08:00:00'),
(2456, 235, '_EventEndDate', '2025-02-17 17:00:00'),
(2457, 235, '_EventStartDateUTC', '2023-12-10 07:00:00'),
(2458, 235, '_EventEndDateUTC', '2025-02-17 16:00:00'),
(2459, 235, '_EventDuration', '37616400'),
(2460, 235, '_EventCurrencySymbol', ''),
(2461, 235, '_EventCurrencyPosition', 'prefix'),
(2462, 235, '_EventCost', ''),
(2463, 235, '_EventURL', ''),
(2464, 235, '_EventTimezone', 'Europe/London'),
(2465, 235, '_EventTimezoneAbbr', 'GMT'),
(2466, 237, '_tribe_modified_fields', 'a:58:{s:17:\"_vc_post_settings\";i:1556189202;s:12:\"_EventOrigin\";i:1515589488;s:10:\"_edit_last\";i:1572950619;s:10:\"post_title\";i:1525339163;s:11:\"post_status\";i:1515589545;s:16:\"tribe_events_cat\";i:1515589544;s:13:\"_thumbnail_id\";i:1515589544;s:14:\"slide_template\";i:1580725834;s:20:\"eg_sources_html5_mp4\";i:1515589544;s:20:\"eg_sources_html5_ogv\";i:1515589545;s:21:\"eg_sources_html5_webm\";i:1515589545;s:18:\"eg_sources_youtube\";i:1515589545;s:16:\"eg_sources_vimeo\";i:1515589545;s:17:\"eg_sources_wistia\";i:1515589545;s:16:\"eg_sources_image\";i:1515589545;s:17:\"eg_sources_iframe\";i:1515589545;s:21:\"eg_sources_soundcloud\";i:1515589545;s:14:\"eg_vimeo_ratio\";i:1515589545;s:16:\"eg_youtube_ratio\";i:1515589545;s:15:\"eg_wistia_ratio\";i:1515589545;s:14:\"eg_html5_ratio\";i:1515589545;s:19:\"eg_soundcloud_ratio\";i:1515589545;s:28:\"eg_settings_custom_meta_skin\";i:1515589545;s:31:\"eg_settings_custom_meta_element\";i:1515589545;s:31:\"eg_settings_custom_meta_setting\";i:1515589545;s:29:\"eg_settings_custom_meta_style\";i:1515589545;s:18:\"eg_custom_meta_216\";i:1515589545;s:12:\"post_content\";i:1572950619;s:27:\"trx_addons_post_views_count\";i:1694335333;s:27:\"trx_addons_post_likes_count\";i:1515589545;s:17:\"_EventShowMapLink\";i:1515589545;s:13:\"_EventShowMap\";i:1515589545;s:13:\"_EventVenueID\";i:1515589545;s:17:\"_EventOrganizerID\";i:1515589545;s:15:\"_EventStartDate\";i:1515589545;s:13:\"_EventEndDate\";i:1556189202;s:18:\"_EventStartDateUTC\";i:1676650439;s:16:\"_EventEndDateUTC\";i:1676650439;s:14:\"_EventDuration\";i:1556189202;s:20:\"_EventCurrencySymbol\";i:1515589545;s:22:\"_EventCurrencyPosition\";i:1515589545;s:10:\"_EventCost\";i:1515589545;s:9:\"_EventURL\";i:1515589545;s:14:\"_EventTimezone\";i:1580725834;s:18:\"_EventTimezoneAbbr\";i:1580725834;s:8:\"post_tag\";i:1515589881;s:12:\"_wp_old_slug\";i:1525339163;s:12:\"post_excerpt\";i:1572950619;s:23:\"_EventOrganizerID_Order\";i:1531829823;s:20:\"eg_sources_revslider\";i:1556189202;s:18:\"eg_sources_essgrid\";i:1556189202;s:16:\"eg_featured_grid\";i:1556189202;s:14:\"eg_votes_count\";i:1556189202;s:16:\"rs_page_bg_color\";i:1580725834;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650424;}'),
(2468, 237, '_EventOrigin', 'events-calendar'),
(2469, 237, '_edit_last', '990002'),
(2470, 237, '_edit_lock', '1580725712:990002'),
(2471, 237, '_thumbnail_id', '200'),
(2472, 237, 'slide_template', ''),
(2473, 237, 'eg_sources_html5_mp4', ''),
(2474, 237, 'eg_sources_html5_ogv', ''),
(2475, 237, 'eg_sources_html5_webm', ''),
(2476, 237, 'eg_sources_youtube', ''),
(2477, 237, 'eg_sources_vimeo', ''),
(2478, 237, 'eg_sources_wistia', ''),
(2479, 237, 'eg_sources_image', ''),
(2480, 237, 'eg_sources_iframe', ''),
(2481, 237, 'eg_sources_soundcloud', ''),
(2482, 237, 'eg_vimeo_ratio', '0'),
(2483, 237, 'eg_youtube_ratio', '0'),
(2484, 237, 'eg_wistia_ratio', '0'),
(2485, 237, 'eg_html5_ratio', '0'),
(2486, 237, 'eg_soundcloud_ratio', '0'),
(2487, 237, 'eg_settings_custom_meta_skin', ''),
(2488, 237, 'eg_settings_custom_meta_element', ''),
(2489, 237, 'eg_settings_custom_meta_setting', ''),
(2490, 237, 'eg_settings_custom_meta_style', ''),
(2491, 237, 'eg_custom_meta_216', 'true'),
(2505, 237, 'trx_addons_post_views_count', '1093'),
(2506, 237, 'trx_addons_post_likes_count', '0'),
(2507, 237, '_EventShowMapLink', '1'),
(2508, 237, '_EventShowMap', '1'),
(2509, 237, '_EventVenueID', '217'),
(2510, 237, '_EventOrganizerID', '218'),
(2511, 237, '_EventStartDate', '2024-01-05 10:00:00'),
(2512, 237, '_EventEndDate', '2027-01-20 16:30:00'),
(2513, 237, '_EventStartDateUTC', '2024-01-05 09:00:00'),
(2514, 237, '_EventEndDateUTC', '2027-01-20 15:30:00'),
(2515, 237, '_EventDuration', '96013800'),
(2516, 237, '_EventCurrencySymbol', ''),
(2517, 237, '_EventCurrencyPosition', 'prefix'),
(2518, 237, '_EventCost', ''),
(2519, 237, '_EventURL', ''),
(2520, 237, '_EventTimezone', 'Europe/London'),
(2521, 237, '_EventTimezoneAbbr', 'GMT'),
(2523, 240, '_tribe_modified_fields', 'a:57:{s:17:\"_vc_post_settings\";i:1556189188;s:12:\"_EventOrigin\";i:1515589698;s:10:\"_edit_last\";i:1572950627;s:10:\"post_title\";i:1515589718;s:11:\"post_status\";i:1515589740;s:16:\"tribe_events_cat\";i:1515589739;s:13:\"_thumbnail_id\";i:1515589739;s:14:\"slide_template\";i:1580725780;s:20:\"eg_sources_html5_mp4\";i:1515589739;s:20:\"eg_sources_html5_ogv\";i:1515589739;s:21:\"eg_sources_html5_webm\";i:1515589739;s:18:\"eg_sources_youtube\";i:1515589739;s:16:\"eg_sources_vimeo\";i:1515589739;s:17:\"eg_sources_wistia\";i:1515589739;s:16:\"eg_sources_image\";i:1515589739;s:17:\"eg_sources_iframe\";i:1515589739;s:21:\"eg_sources_soundcloud\";i:1515589739;s:14:\"eg_vimeo_ratio\";i:1515589739;s:16:\"eg_youtube_ratio\";i:1515589739;s:15:\"eg_wistia_ratio\";i:1515589739;s:14:\"eg_html5_ratio\";i:1515589739;s:19:\"eg_soundcloud_ratio\";i:1515589739;s:28:\"eg_settings_custom_meta_skin\";i:1515589739;s:31:\"eg_settings_custom_meta_element\";i:1515589739;s:31:\"eg_settings_custom_meta_setting\";i:1515589739;s:29:\"eg_settings_custom_meta_style\";i:1515589740;s:18:\"eg_custom_meta_216\";i:1515589740;s:12:\"post_content\";i:1572950627;s:27:\"trx_addons_post_views_count\";i:1694332726;s:27:\"trx_addons_post_likes_count\";i:1515589740;s:17:\"_EventShowMapLink\";i:1515589740;s:13:\"_EventShowMap\";i:1515589740;s:13:\"_EventVenueID\";i:1515589740;s:17:\"_EventOrganizerID\";i:1515589740;s:15:\"_EventStartDate\";i:1529050297;s:13:\"_EventEndDate\";i:1556189188;s:18:\"_EventStartDateUTC\";i:1529050297;s:16:\"_EventEndDateUTC\";i:1556189188;s:14:\"_EventDuration\";i:1556189188;s:20:\"_EventCurrencySymbol\";i:1515589740;s:22:\"_EventCurrencyPosition\";i:1515589740;s:10:\"_EventCost\";i:1515589740;s:9:\"_EventURL\";i:1515589740;s:14:\"_EventTimezone\";i:1580725780;s:18:\"_EventTimezoneAbbr\";i:1580725780;s:8:\"post_tag\";i:1580725780;s:23:\"_EventOrganizerID_Order\";i:1529048070;s:12:\"post_excerpt\";i:1572950627;s:20:\"eg_sources_revslider\";i:1556189188;s:18:\"eg_sources_essgrid\";i:1556189188;s:16:\"eg_featured_grid\";i:1556189188;s:14:\"eg_votes_count\";i:1556189188;s:16:\"rs_page_bg_color\";i:1580725780;s:32:\"_tec_ct1_current_migration_phase\";i:1676650439;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650439;s:24:\"_tec_ct1_migrated_report\";i:1676650439;s:24:\"_tec_ct1_report_category\";i:1676650424;}'),
(2525, 240, '_EventOrigin', 'events-calendar'),
(2526, 240, '_edit_last', '990002'),
(2527, 240, '_edit_lock', '1580725641:990002'),
(2528, 240, '_thumbnail_id', '216'),
(2529, 240, 'slide_template', ''),
(2530, 240, 'eg_sources_html5_mp4', ''),
(2531, 240, 'eg_sources_html5_ogv', ''),
(2532, 240, 'eg_sources_html5_webm', ''),
(2533, 240, 'eg_sources_youtube', ''),
(2534, 240, 'eg_sources_vimeo', ''),
(2535, 240, 'eg_sources_wistia', ''),
(2536, 240, 'eg_sources_image', ''),
(2537, 240, 'eg_sources_iframe', ''),
(2538, 240, 'eg_sources_soundcloud', ''),
(2539, 240, 'eg_vimeo_ratio', '0'),
(2540, 240, 'eg_youtube_ratio', '0'),
(2541, 240, 'eg_wistia_ratio', '0'),
(2542, 240, 'eg_html5_ratio', '0'),
(2543, 240, 'eg_soundcloud_ratio', '0'),
(2544, 240, 'eg_settings_custom_meta_skin', ''),
(2545, 240, 'eg_settings_custom_meta_element', ''),
(2546, 240, 'eg_settings_custom_meta_setting', ''),
(2547, 240, 'eg_settings_custom_meta_style', ''),
(2548, 240, 'eg_custom_meta_216', 'true'),
(2562, 240, 'trx_addons_post_views_count', '1103'),
(2563, 240, 'trx_addons_post_likes_count', '0'),
(2564, 240, '_EventShowMapLink', '1'),
(2565, 240, '_EventShowMap', '1'),
(2566, 240, '_EventVenueID', '217'),
(2567, 240, '_EventOrganizerID', '218'),
(2568, 240, '_EventStartDate', '2024-04-07 07:30:00'),
(2569, 240, '_EventEndDate', '2028-04-09 20:00:00'),
(2570, 240, '_EventStartDateUTC', '2024-04-07 07:30:00'),
(2571, 240, '_EventEndDateUTC', '2028-04-09 20:00:00'),
(2572, 240, '_EventDuration', '126448200'),
(2573, 240, '_EventCurrencySymbol', ''),
(2574, 240, '_EventCurrencyPosition', 'prefix'),
(2575, 240, '_EventCost', ''),
(2576, 240, '_EventURL', ''),
(2577, 240, '_EventTimezone', 'Europe/London'),
(2578, 240, '_EventTimezoneAbbr', 'GMT'),
(2579, 242, '_tribe_modified_fields', 'a:57:{s:17:\"_vc_post_settings\";i:1556189195;s:12:\"_EventOrigin\";i:1515589745;s:10:\"_edit_last\";i:1572950623;s:10:\"post_title\";i:1515589763;s:11:\"post_status\";i:1515589789;s:16:\"tribe_events_cat\";i:1515589788;s:13:\"_thumbnail_id\";i:1515589788;s:14:\"slide_template\";i:1580725822;s:20:\"eg_sources_html5_mp4\";i:1515589788;s:20:\"eg_sources_html5_ogv\";i:1515589788;s:21:\"eg_sources_html5_webm\";i:1515589788;s:18:\"eg_sources_youtube\";i:1515589788;s:16:\"eg_sources_vimeo\";i:1515589788;s:17:\"eg_sources_wistia\";i:1515589788;s:16:\"eg_sources_image\";i:1515589788;s:17:\"eg_sources_iframe\";i:1515589788;s:21:\"eg_sources_soundcloud\";i:1515589788;s:14:\"eg_vimeo_ratio\";i:1515589788;s:16:\"eg_youtube_ratio\";i:1515589788;s:15:\"eg_wistia_ratio\";i:1515589788;s:14:\"eg_html5_ratio\";i:1515589788;s:19:\"eg_soundcloud_ratio\";i:1515589788;s:28:\"eg_settings_custom_meta_skin\";i:1515589788;s:31:\"eg_settings_custom_meta_element\";i:1515589788;s:31:\"eg_settings_custom_meta_setting\";i:1515589788;s:29:\"eg_settings_custom_meta_style\";i:1515589788;s:18:\"eg_custom_meta_216\";i:1515589788;s:12:\"post_content\";i:1572950623;s:27:\"trx_addons_post_views_count\";i:1694115199;s:27:\"trx_addons_post_likes_count\";i:1515589789;s:17:\"_EventShowMapLink\";i:1515589789;s:13:\"_EventShowMap\";i:1515589789;s:13:\"_EventVenueID\";i:1515589789;s:17:\"_EventOrganizerID\";i:1515589789;s:15:\"_EventStartDate\";i:1515589789;s:13:\"_EventEndDate\";i:1556189195;s:18:\"_EventStartDateUTC\";i:1676650439;s:16:\"_EventEndDateUTC\";i:1676650440;s:14:\"_EventDuration\";i:1572950623;s:20:\"_EventCurrencySymbol\";i:1515589789;s:22:\"_EventCurrencyPosition\";i:1515589789;s:10:\"_EventCost\";i:1515589789;s:9:\"_EventURL\";i:1515589789;s:14:\"_EventTimezone\";i:1580725822;s:18:\"_EventTimezoneAbbr\";i:1580725822;s:8:\"post_tag\";i:1580725822;s:23:\"_EventOrganizerID_Order\";i:1528987986;s:12:\"post_excerpt\";i:1572950623;s:20:\"eg_sources_revslider\";i:1556189195;s:18:\"eg_sources_essgrid\";i:1556189195;s:16:\"eg_featured_grid\";i:1556189195;s:14:\"eg_votes_count\";i:1556189195;s:16:\"rs_page_bg_color\";i:1580725822;s:32:\"_tec_ct1_current_migration_phase\";i:1676650440;s:27:\"_tec_ct1_migration_lock_uid\";i:1676650440;s:24:\"_tec_ct1_migrated_report\";i:1676650440;s:24:\"_tec_ct1_report_category\";i:1676650425;}'),
(2581, 242, '_EventOrigin', 'events-calendar'),
(2582, 242, '_edit_last', '990002'),
(2583, 242, '_edit_lock', '1580725682:990002'),
(2584, 242, '_thumbnail_id', '105'),
(2585, 242, 'slide_template', ''),
(2586, 242, 'eg_sources_html5_mp4', ''),
(2587, 242, 'eg_sources_html5_ogv', ''),
(2588, 242, 'eg_sources_html5_webm', ''),
(2589, 242, 'eg_sources_youtube', ''),
(2590, 242, 'eg_sources_vimeo', ''),
(2591, 242, 'eg_sources_wistia', ''),
(2592, 242, 'eg_sources_image', ''),
(2593, 242, 'eg_sources_iframe', ''),
(2594, 242, 'eg_sources_soundcloud', ''),
(2595, 242, 'eg_vimeo_ratio', '0'),
(2596, 242, 'eg_youtube_ratio', '0'),
(2597, 242, 'eg_wistia_ratio', '0'),
(2598, 242, 'eg_html5_ratio', '0'),
(2599, 242, 'eg_soundcloud_ratio', '0'),
(2600, 242, 'eg_settings_custom_meta_skin', ''),
(2601, 242, 'eg_settings_custom_meta_element', ''),
(2602, 242, 'eg_settings_custom_meta_setting', ''),
(2603, 242, 'eg_settings_custom_meta_style', ''),
(2604, 242, 'eg_custom_meta_216', 'true'),
(2618, 242, 'trx_addons_post_views_count', '1112'),
(2619, 242, 'trx_addons_post_likes_count', '0'),
(2620, 242, '_EventShowMapLink', '1'),
(2621, 242, '_EventShowMap', '1'),
(2622, 242, '_EventVenueID', '217'),
(2623, 242, '_EventOrganizerID', '218'),
(2624, 242, '_EventStartDate', '2024-03-08 08:00:00'),
(2625, 242, '_EventEndDate', '2025-03-05 17:00:00'),
(2626, 242, '_EventStartDateUTC', '2024-03-08 07:00:00'),
(2627, 242, '_EventEndDateUTC', '2025-03-05 16:00:00'),
(2628, 242, '_EventDuration', '31395600'),
(2629, 242, '_EventCurrencySymbol', ''),
(2630, 242, '_EventCurrencyPosition', 'prefix'),
(2631, 242, '_EventCost', ''),
(2632, 242, '_EventURL', ''),
(2633, 242, '_EventTimezone', 'Europe/London'),
(2634, 242, '_EventTimezoneAbbr', 'GMT'),
(2665, 250, '_edit_last', '990002'),
(2666, 250, '_edit_lock', '1582623126:990002'),
(2667, 250, '_wp_page_template', 'default'),
(2668, 250, 'slide_template', 'default'),
(2669, 250, 'eg_sources_html5_mp4', ''),
(2670, 250, 'eg_sources_html5_ogv', ''),
(2671, 250, 'eg_sources_html5_webm', ''),
(2672, 250, 'eg_sources_youtube', ''),
(2673, 250, 'eg_sources_vimeo', ''),
(2674, 250, 'eg_sources_wistia', ''),
(2675, 250, 'eg_sources_image', ''),
(2676, 250, 'eg_sources_iframe', ''),
(2677, 250, 'eg_sources_soundcloud', ''),
(2678, 250, 'eg_vimeo_ratio', '0'),
(2679, 250, 'eg_youtube_ratio', '0'),
(2680, 250, 'eg_wistia_ratio', '0'),
(2681, 250, 'eg_html5_ratio', '0'),
(2682, 250, 'eg_soundcloud_ratio', '0'),
(2683, 250, 'eg_settings_custom_meta_skin', ''),
(2684, 250, 'eg_settings_custom_meta_element', ''),
(2685, 250, 'eg_settings_custom_meta_setting', ''),
(2686, 250, 'eg_settings_custom_meta_style', ''),
(2687, 250, 'eg_custom_meta_216', 'true'),
(2688, 250, 'planet_shakers_options', 'a:4:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:18:\"header-custom-2001\";}'),
(2689, 250, '_wpb_vc_js_status', 'true'),
(2690, 250, '_wpb_shortcodes_custom_css', '.vc_custom_1529418958383{background-color: #f5f4f2 !important;}.vc_custom_1515662452908{background-color: #f5f4f2 !important;}.vc_custom_1529418958383{background-color: #f5f4f2 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1571052364331{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955798875{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1537963532446{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1528968974306{background-size: cover !important;}'),
(2691, 250, 'trx_addons_post_views_count', '3572'),
(2692, 250, 'trx_addons_post_likes_count', '0'),
(2693, 252, '_wp_attached_file', '2018/01/img-2.png'),
(2694, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:523;s:6:\"height\";i:377;s:4:\"file\";s:17:\"2018/01/img-2.png\";s:8:\"filesize\";i:45156;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"img-2-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28975;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"img-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15279;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"img-2-370x267.png\";s:5:\"width\";i:370;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38927;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:17:\"img-2-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37381;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:15:\"img-2-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7774;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:17:\"img-2-270x343.png\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40799;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:17:\"img-2-370x377.png\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40439;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:17:\"img-2-523x340.png\";s:5:\"width\";i:523;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47153;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:17:\"img-2-440x377.png\";s:5:\"width\";i:440;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45077;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:17:\"img-2-520x377.png\";s:5:\"width\";i:520;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47554;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:17:\"img-2-523x370.png\";s:5:\"width\";i:523;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47556;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:17:\"img-2-523x370.png\";s:5:\"width\";i:523;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47556;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"img-2-370x267.png\";s:5:\"width\";i:370;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38927;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:17:\"img-2-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24445;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:17:\"img-2-370x377.png\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40439;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:17:\"img-2-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51229;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2729, 257, '_edit_last', '1'),
(2730, 257, '_edit_lock', '1696608226:1'),
(2731, 257, '_thumbnail_id', '2429'),
(2732, 257, 'slide_template', ''),
(2733, 257, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(2734, 257, 'eg_sources_html5_mp4', ''),
(2735, 257, 'eg_sources_html5_ogv', ''),
(2736, 257, 'eg_sources_html5_webm', ''),
(2737, 257, 'eg_sources_youtube', ''),
(2738, 257, 'eg_sources_vimeo', ''),
(2739, 257, 'eg_sources_wistia', ''),
(2740, 257, 'eg_sources_image', ''),
(2741, 257, 'eg_sources_iframe', ''),
(2742, 257, 'eg_sources_soundcloud', ''),
(2743, 257, 'eg_vimeo_ratio', '0'),
(2744, 257, 'eg_youtube_ratio', '0'),
(2745, 257, 'eg_wistia_ratio', '0'),
(2746, 257, 'eg_html5_ratio', '0'),
(2747, 257, 'eg_soundcloud_ratio', '0'),
(2748, 257, 'eg_settings_custom_meta_skin', ''),
(2749, 257, 'eg_settings_custom_meta_element', ''),
(2750, 257, 'eg_settings_custom_meta_setting', ''),
(2751, 257, 'eg_settings_custom_meta_style', ''),
(2752, 257, 'eg_custom_meta_216', 'true'),
(2753, 257, 'planet_shakers_options', 'a:0:{}'),
(2755, 258, '_edit_last', '990003'),
(2756, 258, '_edit_lock', '1699306705:990003'),
(2757, 258, '_thumbnail_id', '2428'),
(2758, 258, 'slide_template', ''),
(2759, 258, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(2760, 258, 'eg_sources_html5_mp4', ''),
(2761, 258, 'eg_sources_html5_ogv', ''),
(2762, 258, 'eg_sources_html5_webm', ''),
(2763, 258, 'eg_sources_youtube', ''),
(2764, 258, 'eg_sources_vimeo', ''),
(2765, 258, 'eg_sources_wistia', ''),
(2766, 258, 'eg_sources_image', ''),
(2767, 258, 'eg_sources_iframe', ''),
(2768, 258, 'eg_sources_soundcloud', ''),
(2769, 258, 'eg_vimeo_ratio', '0'),
(2770, 258, 'eg_youtube_ratio', '0'),
(2771, 258, 'eg_wistia_ratio', '0'),
(2772, 258, 'eg_html5_ratio', '0'),
(2773, 258, 'eg_soundcloud_ratio', '0'),
(2774, 258, 'eg_settings_custom_meta_skin', ''),
(2775, 258, 'eg_settings_custom_meta_element', ''),
(2776, 258, 'eg_settings_custom_meta_setting', ''),
(2777, 258, 'eg_settings_custom_meta_style', ''),
(2778, 258, 'eg_custom_meta_216', 'true'),
(2779, 258, 'planet_shakers_options', 'a:0:{}'),
(2781, 259, '_edit_last', '1'),
(2782, 259, '_edit_lock', '1696608214:1'),
(2783, 260, '_wp_attached_file', '2018/01/post-18-copyright.jpg'),
(2784, 260, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1279;s:4:\"file\";s:29:\"2018/01/post-18-copyright.jpg\";s:8:\"filesize\";i:114250;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21429;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"post-18-copyright-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94129;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"post-18-copyright-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277552;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-370x246.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29608;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"post-18-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167985;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84127;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26750;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"post-18-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4997;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26060;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"post-18-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132401;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41182;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54933;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48751;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64378;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65626;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75518;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-760x506.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93093;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-370x246.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29608;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86665;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16736;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45111;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"post-18-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38096;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2785, 259, '_thumbnail_id', '2427'),
(2786, 259, 'slide_template', ''),
(2787, 259, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(2788, 259, 'eg_sources_html5_mp4', ''),
(2789, 259, 'eg_sources_html5_ogv', ''),
(2790, 259, 'eg_sources_html5_webm', ''),
(2791, 259, 'eg_sources_youtube', ''),
(2792, 259, 'eg_sources_vimeo', ''),
(2793, 259, 'eg_sources_wistia', ''),
(2794, 259, 'eg_sources_image', ''),
(2795, 259, 'eg_sources_iframe', ''),
(2796, 259, 'eg_sources_soundcloud', ''),
(2797, 259, 'eg_vimeo_ratio', '0'),
(2798, 259, 'eg_youtube_ratio', '0'),
(2799, 259, 'eg_wistia_ratio', '0'),
(2800, 259, 'eg_html5_ratio', '0'),
(2801, 259, 'eg_soundcloud_ratio', '0'),
(2802, 259, 'eg_settings_custom_meta_skin', ''),
(2803, 259, 'eg_settings_custom_meta_element', ''),
(2804, 259, 'eg_settings_custom_meta_setting', ''),
(2805, 259, 'eg_settings_custom_meta_style', ''),
(2806, 259, 'eg_custom_meta_216', 'true'),
(2807, 259, 'planet_shakers_options', 'a:0:{}'),
(2809, 262, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2810, 262, '_edit_last', '1'),
(2811, 262, '_edit_lock', '1532507064:1'),
(2812, 262, 'slide_template', 'default'),
(2813, 262, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:11:\"icon-give-1\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:25:\"Generosity: our privilege\";s:5:\"image\";s:0:\"\";}'),
(2814, 262, 'eg_sources_html5_mp4', ''),
(2815, 262, 'eg_sources_html5_ogv', ''),
(2816, 262, 'eg_sources_html5_webm', ''),
(2817, 262, 'eg_sources_youtube', ''),
(2818, 262, 'eg_sources_vimeo', ''),
(2819, 262, 'eg_sources_wistia', ''),
(2820, 262, 'eg_sources_image', ''),
(2821, 262, 'eg_sources_iframe', ''),
(2822, 262, 'eg_sources_soundcloud', ''),
(2823, 262, 'eg_vimeo_ratio', '0'),
(2824, 262, 'eg_youtube_ratio', '0'),
(2825, 262, 'eg_wistia_ratio', '0'),
(2826, 262, 'eg_html5_ratio', '0'),
(2827, 262, 'eg_soundcloud_ratio', '0'),
(2828, 262, 'eg_settings_custom_meta_skin', ''),
(2829, 262, 'eg_settings_custom_meta_element', ''),
(2830, 262, 'eg_settings_custom_meta_setting', ''),
(2831, 262, 'eg_settings_custom_meta_style', ''),
(2832, 262, 'eg_custom_meta_216', 'true'),
(2833, 262, 'planet_shakers_options', 'a:0:{}'),
(2834, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2835, 263, '_edit_last', '1'),
(2836, 263, '_edit_lock', '1532507015:1'),
(2837, 263, 'slide_template', 'default'),
(2838, 263, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:14:\"icon-members-1\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:18:\"Join the movement!\";s:5:\"image\";s:0:\"\";}'),
(2839, 263, 'eg_sources_html5_mp4', ''),
(2840, 263, 'eg_sources_html5_ogv', ''),
(2841, 263, 'eg_sources_html5_webm', ''),
(2842, 263, 'eg_sources_youtube', ''),
(2843, 263, 'eg_sources_vimeo', ''),
(2844, 263, 'eg_sources_wistia', ''),
(2845, 263, 'eg_sources_image', ''),
(2846, 263, 'eg_sources_iframe', ''),
(2847, 263, 'eg_sources_soundcloud', ''),
(2848, 263, 'eg_vimeo_ratio', '0'),
(2849, 263, 'eg_youtube_ratio', '0'),
(2850, 263, 'eg_wistia_ratio', '0'),
(2851, 263, 'eg_html5_ratio', '0'),
(2852, 263, 'eg_soundcloud_ratio', '0'),
(2853, 263, 'eg_settings_custom_meta_skin', ''),
(2854, 263, 'eg_settings_custom_meta_element', ''),
(2855, 263, 'eg_settings_custom_meta_setting', ''),
(2856, 263, 'eg_settings_custom_meta_style', ''),
(2857, 263, 'eg_custom_meta_216', 'true'),
(2858, 263, 'planet_shakers_options', 'a:0:{}'),
(2860, 264, '_edit_last', '1'),
(2861, 264, '_edit_lock', '1699306940:990003'),
(2862, 265, '_wp_attached_file', '2018/01/img-3-copyright.jpg'),
(2863, 265, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:668;s:6:\"height\";i:427;s:4:\"file\";s:27:\"2018/01/img-3-copyright.jpg\";s:8:\"filesize\";i:18915;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8804;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24579;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21792;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"img-3-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4586;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23162;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-370x427.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33511;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43173;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-440x427.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37687;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-520x427.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45645;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49786;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-668x370.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51220;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24579;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13743;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-370x427.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33511;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"img-3-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2864, 264, '_wp_page_template', 'default'),
(2866, 264, 'eg_sources_html5_mp4', ''),
(2867, 264, 'eg_sources_html5_ogv', ''),
(2868, 264, 'eg_sources_html5_webm', ''),
(2869, 264, 'eg_sources_youtube', ''),
(2870, 264, 'eg_sources_vimeo', ''),
(2871, 264, 'eg_sources_wistia', ''),
(2872, 264, 'eg_sources_image', ''),
(2873, 264, 'eg_sources_iframe', ''),
(2874, 264, 'eg_sources_soundcloud', ''),
(2875, 264, 'eg_vimeo_ratio', '0'),
(2876, 264, 'eg_youtube_ratio', '0'),
(2877, 264, 'eg_wistia_ratio', '0'),
(2878, 264, 'eg_html5_ratio', '0'),
(2879, 264, 'eg_soundcloud_ratio', '0'),
(2880, 264, 'eg_settings_custom_meta_skin', ''),
(2881, 264, 'eg_settings_custom_meta_element', ''),
(2882, 264, 'eg_settings_custom_meta_setting', ''),
(2883, 264, 'eg_settings_custom_meta_style', ''),
(2884, 264, 'eg_custom_meta_216', 'true'),
(2885, 264, 'planet_shakers_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(2886, 264, '_wpb_vc_js_status', 'true'),
(2887, 264, 'trx_addons_post_views_count', '3042'),
(2888, 264, 'trx_addons_post_likes_count', '0'),
(2889, 264, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1696856737937{background-color: #000000 !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(2891, 270, '_edit_last', '1'),
(2892, 270, '_edit_lock', '1699609738:990003'),
(2893, 271, '_wp_attached_file', '2018/01/img-4-copyright.jpg'),
(2894, 271, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:668;s:6:\"height\";i:427;s:4:\"file\";s:27:\"2018/01/img-4-copyright.jpg\";s:8:\"filesize\";i:25103;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11598;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31453;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28104;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"img-4-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5819;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27699;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-370x427.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42253;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54008;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-440x427.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48001;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-520x427.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56597;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61944;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-668x370.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63756;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31453;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18139;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-370x427.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42253;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"img-4-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39777;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2896, 272, '_edit_last', '990003'),
(2897, 272, '_edit_lock', '1699613490:990003'),
(2898, 273, '_wp_attached_file', '2018/01/team1-copyright.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2899, 273, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1197;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/01/team1-copyright.jpg\";s:8:\"filesize\";i:52106;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"team1-copyright-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15897;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"team1-copyright-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"team1-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8684;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"team1-copyright-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73185;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"team1-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22028;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"team1-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117455;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"team1-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60312;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"team1-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18543;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"team1-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4253;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"team1-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30297;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"team1-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73586;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"team1-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45229;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"team1-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40224;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"team1-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47734;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"team1-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63202;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"team1-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47136;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"team1-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50916;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"team1-copyright-760x508.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71743;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"team1-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22028;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"team1-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61785;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"team1-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11278;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"team1-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54867;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"team1-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37357;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2900, 274, '_wp_attached_file', '2018/01/team2-copyright.jpg'),
(2901, 274, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1196;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/01/team2-copyright.jpg\";s:8:\"filesize\";i:80527;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"team2-copyright-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20526;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"team2-copyright-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"team2-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11440;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"team2-copyright-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103064;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"team2-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29124;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"team2-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162605;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"team2-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81842;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"team2-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23778;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"team2-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5408;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"team2-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39882;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"team2-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104577;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"team2-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62843;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"team2-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54141;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"team2-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68808;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"team2-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92183;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"team2-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63640;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"team2-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68307;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"team2-copyright-760x508.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101191;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"team2-copyright-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29124;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"team2-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83613;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"team2-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14129;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"team2-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73165;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"team2-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53312;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2904, 272, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:23:\"Finance & Admin Manager\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:31:\"[email protected]\";s:5:\"phone\";s:16:\"(+250) 781484103\";s:7:\"address\";s:13:\"Kigali-Rwanda\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:34:\"https://www.twitter.com/NgoUmuhuza\";s:4:\"name\";s:14:\"icon-twitter-1\";}}}'),
(2905, 272, 'eg_sources_html5_mp4', ''),
(2906, 272, 'eg_sources_html5_ogv', ''),
(2907, 272, 'eg_sources_html5_webm', ''),
(2908, 272, 'eg_sources_youtube', ''),
(2909, 272, 'eg_sources_vimeo', ''),
(2910, 272, 'eg_sources_wistia', ''),
(2911, 272, 'eg_sources_image', ''),
(2912, 272, 'eg_sources_iframe', ''),
(2913, 272, 'eg_sources_soundcloud', ''),
(2914, 272, 'eg_vimeo_ratio', '0'),
(2915, 272, 'eg_youtube_ratio', '0'),
(2916, 272, 'eg_wistia_ratio', '0'),
(2917, 272, 'eg_html5_ratio', '0'),
(2918, 272, 'eg_soundcloud_ratio', '0'),
(2919, 272, 'eg_settings_custom_meta_skin', ''),
(2920, 272, 'eg_settings_custom_meta_element', ''),
(2921, 272, 'eg_settings_custom_meta_setting', ''),
(2922, 272, 'eg_settings_custom_meta_style', ''),
(2923, 272, 'eg_custom_meta_216', 'true'),
(2924, 272, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(2925, 272, 'trx_addons_post_views_count', '536'),
(2926, 272, 'trx_addons_post_likes_count', '0'),
(2928, 275, '_edit_last', '990003'),
(2929, 275, '_edit_lock', '1699610813:990003'),
(2930, 275, '_thumbnail_id', '2530'),
(2932, 275, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:18:\"Executive Director\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:31:\"[email protected]\";s:5:\"phone\";s:16:\"(+250) 788539555\";s:7:\"address\";s:13:\"Kigali-Rwanda\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:32:\"https://twitter.com/Mathildekayi\";s:4:\"name\";s:12:\"icon-twitter\";}}}'),
(2933, 275, 'eg_sources_html5_mp4', ''),
(2934, 275, 'eg_sources_html5_ogv', ''),
(2935, 275, 'eg_sources_html5_webm', ''),
(2936, 275, 'eg_sources_youtube', ''),
(2937, 275, 'eg_sources_vimeo', ''),
(2938, 275, 'eg_sources_wistia', ''),
(2939, 275, 'eg_sources_image', ''),
(2940, 275, 'eg_sources_iframe', ''),
(2941, 275, 'eg_sources_soundcloud', ''),
(2942, 275, 'eg_vimeo_ratio', '0'),
(2943, 275, 'eg_youtube_ratio', '0'),
(2944, 275, 'eg_wistia_ratio', '0'),
(2945, 275, 'eg_html5_ratio', '0'),
(2946, 275, 'eg_soundcloud_ratio', '0'),
(2947, 275, 'eg_settings_custom_meta_skin', ''),
(2948, 275, 'eg_settings_custom_meta_element', ''),
(2949, 275, 'eg_settings_custom_meta_setting', ''),
(2950, 275, 'eg_settings_custom_meta_style', ''),
(2951, 275, 'eg_custom_meta_216', 'true'),
(2952, 275, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(2953, 275, 'trx_addons_post_views_count', '607'),
(2954, 275, 'trx_addons_post_likes_count', '0'),
(2955, 270, '_wp_page_template', 'default'),
(2957, 270, 'eg_sources_html5_mp4', ''),
(2958, 270, 'eg_sources_html5_ogv', ''),
(2959, 270, 'eg_sources_html5_webm', ''),
(2960, 270, 'eg_sources_youtube', ''),
(2961, 270, 'eg_sources_vimeo', ''),
(2962, 270, 'eg_sources_wistia', ''),
(2963, 270, 'eg_sources_image', ''),
(2964, 270, 'eg_sources_iframe', ''),
(2965, 270, 'eg_sources_soundcloud', ''),
(2966, 270, 'eg_vimeo_ratio', '0'),
(2967, 270, 'eg_youtube_ratio', '0'),
(2968, 270, 'eg_wistia_ratio', '0'),
(2969, 270, 'eg_html5_ratio', '0'),
(2970, 270, 'eg_soundcloud_ratio', '0'),
(2971, 270, 'eg_settings_custom_meta_skin', ''),
(2972, 270, 'eg_settings_custom_meta_element', ''),
(2973, 270, 'eg_settings_custom_meta_setting', ''),
(2974, 270, 'eg_settings_custom_meta_style', ''),
(2975, 270, 'eg_custom_meta_216', 'true'),
(2976, 270, 'planet_shakers_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(2977, 270, '_wpb_vc_js_status', 'true'),
(2978, 270, 'trx_addons_post_views_count', '3764'),
(2979, 270, 'trx_addons_post_likes_count', '0'),
(2980, 277, '_wp_attached_file', '2018/01/bg_2-copyright.jpg'),
(2981, 277, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1944;s:6:\"height\";i:676;s:4:\"file\";s:26:\"2018/01/bg_2-copyright.jpg\";s:8:\"filesize\";i:190398;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15207;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"bg_2-copyright-1024x356.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11940;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-768x267.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63273;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"bg_2-copyright-1536x534.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187764;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-370x129.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21194;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:27:\"bg_2-copyright-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182580;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93220;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29612;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:24:\"bg_2-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6011;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33255;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:27:\"bg_2-copyright-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133571;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51683;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62117;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59949;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77805;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72518;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81313;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-760x264.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61910;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-370x129.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21194;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96028;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18243;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56682;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:26:\"bg_2-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47279;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2982, 270, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(2983, 279, '_wp_attached_file', '2018/01/img-5-copyright.jpg'),
(2984, 279, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2018/01/img-5-copyright.jpg\";s:8:\"filesize\";i:62524;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11967;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131070;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44689;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"img-5-copyright-1000x658.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131703;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78640;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27193;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"img-5-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5946;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32971;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"img-5-copyright-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90043;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49861;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54729;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56294;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72524;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63067;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67615;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-760x760.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129047;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44689;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80589;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17336;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55659;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"img-5-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44689;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2985, 270, '_oembed_c47e555824dd0f6c0a54a6bd14a03c11', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(2986, 270, '_oembed_time_c47e555824dd0f6c0a54a6bd14a03c11', '1573573001'),
(3016, 284, '_menu_item_type', 'post_type'),
(3017, 284, '_menu_item_menu_item_parent', '167'),
(3018, 284, '_menu_item_object_id', '270'),
(3019, 284, '_menu_item_object', 'page'),
(3020, 284, '_menu_item_target', ''),
(3021, 284, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3022, 284, '_menu_item_xfn', ''),
(3023, 284, '_menu_item_url', ''),
(3026, 285, '_menu_item_type', 'post_type'),
(3027, 285, '_menu_item_menu_item_parent', '167'),
(3028, 285, '_menu_item_object_id', '264'),
(3029, 285, '_menu_item_object', 'page'),
(3030, 285, '_menu_item_target', ''),
(3031, 285, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3032, 285, '_menu_item_xfn', ''),
(3033, 285, '_menu_item_url', ''),
(3035, 284, '_menu_item_layout_submenu', 'none'),
(3036, 285, '_menu_item_layout_submenu', 'none'),
(3038, 286, '_edit_last', '990002'),
(3039, 286, '_edit_lock', '1582623014:990002'),
(3068, 286, '_wp_page_template', 'default'),
(3069, 286, 'slide_template', 'default'),
(3070, 286, 'eg_sources_html5_mp4', ''),
(3071, 286, 'eg_sources_html5_ogv', ''),
(3072, 286, 'eg_sources_html5_webm', ''),
(3073, 286, 'eg_sources_youtube', ''),
(3074, 286, 'eg_sources_vimeo', ''),
(3075, 286, 'eg_sources_wistia', ''),
(3076, 286, 'eg_sources_image', ''),
(3077, 286, 'eg_sources_iframe', ''),
(3078, 286, 'eg_sources_soundcloud', ''),
(3079, 286, 'eg_vimeo_ratio', '0'),
(3080, 286, 'eg_youtube_ratio', '0'),
(3081, 286, 'eg_wistia_ratio', '0'),
(3082, 286, 'eg_html5_ratio', '0'),
(3083, 286, 'eg_soundcloud_ratio', '0'),
(3084, 286, 'eg_settings_custom_meta_skin', ''),
(3085, 286, 'eg_settings_custom_meta_element', ''),
(3086, 286, 'eg_settings_custom_meta_setting', ''),
(3087, 286, 'eg_settings_custom_meta_style', ''),
(3088, 286, 'eg_custom_meta_216', 'true'),
(3089, 286, 'planet_shakers_options', 'a:4:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:18:\"header-custom-2029\";}'),
(3090, 286, '_wpb_vc_js_status', 'true'),
(3091, 286, 'trx_addons_post_views_count', '5957'),
(3092, 286, 'trx_addons_post_likes_count', '0'),
(3093, 286, '_wpb_shortcodes_custom_css', '.vc_custom_1531740879618{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1570794629485{background-color: #f9f7f5 !important;}.vc_custom_1529322565536{background-color: #f9f7f5 !important;}.vc_custom_1515662452908{background-color: #f5f4f2 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1529391064992{background-color: #f9f7f5 !important;}.vc_custom_1529330078585{background-color: #eb763c !important;}.vc_custom_1515600411869{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1565108980763{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1529400884175{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(3094, 293, '_wp_attached_file', '2018/01/img-6-copyright.jpg'),
(3095, 293, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:668;s:6:\"height\";i:427;s:4:\"file\";s:27:\"2018/01/img-6-copyright.jpg\";s:8:\"filesize\";i:23013;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10465;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29400;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26438;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"img-6-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5367;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27073;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-370x427.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40371;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51913;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-440x427.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45594;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-520x427.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54010;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59718;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-668x370.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61669;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29400;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16930;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-370x427.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40371;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"img-6-copyright-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(3096, 214, '_wpb_shortcodes_custom_css', '.vc_custom_1515662452908{background-color: #f5f4f2 !important;}'),
(3126, 301, '_edit_last', '990002'),
(3127, 301, '_edit_lock', '1699537652:990003'),
(3128, 304, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3129, 304, '_edit_last', '1'),
(3130, 304, '_edit_lock', '1525338919:1'),
(3131, 304, '_thumbnail_id', '105'),
(3132, 304, 'slide_template', 'default'),
(3133, 304, 'trx_addons_options', 'a:4:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";}'),
(3134, 304, 'eg_sources_html5_mp4', ''),
(3135, 304, 'eg_sources_html5_ogv', ''),
(3136, 304, 'eg_sources_html5_webm', ''),
(3137, 304, 'eg_sources_youtube', ''),
(3138, 304, 'eg_sources_vimeo', ''),
(3139, 304, 'eg_sources_wistia', ''),
(3140, 304, 'eg_sources_image', ''),
(3141, 304, 'eg_sources_iframe', ''),
(3142, 304, 'eg_sources_soundcloud', ''),
(3143, 304, 'eg_vimeo_ratio', '0'),
(3144, 304, 'eg_youtube_ratio', '0'),
(3145, 304, 'eg_wistia_ratio', '0'),
(3146, 304, 'eg_html5_ratio', '0'),
(3147, 304, 'eg_soundcloud_ratio', '0'),
(3148, 304, 'eg_settings_custom_meta_skin', ''),
(3149, 304, 'eg_settings_custom_meta_element', ''),
(3150, 304, 'eg_settings_custom_meta_setting', ''),
(3151, 304, 'eg_settings_custom_meta_style', ''),
(3152, 304, 'eg_custom_meta_216', 'true'),
(3153, 304, 'planet_shakers_options', 'a:0:{}'),
(3180, 301, '_wp_page_template', 'default'),
(3182, 301, 'eg_sources_html5_mp4', ''),
(3183, 301, 'eg_sources_html5_ogv', ''),
(3184, 301, 'eg_sources_html5_webm', ''),
(3185, 301, 'eg_sources_youtube', ''),
(3186, 301, 'eg_sources_vimeo', ''),
(3187, 301, 'eg_sources_wistia', ''),
(3188, 301, 'eg_sources_image', ''),
(3189, 301, 'eg_sources_iframe', ''),
(3190, 301, 'eg_sources_soundcloud', ''),
(3191, 301, 'eg_vimeo_ratio', '0'),
(3192, 301, 'eg_youtube_ratio', '0'),
(3193, 301, 'eg_wistia_ratio', '0'),
(3194, 301, 'eg_html5_ratio', '0'),
(3195, 301, 'eg_soundcloud_ratio', '0'),
(3196, 301, 'eg_settings_custom_meta_skin', ''),
(3197, 301, 'eg_settings_custom_meta_element', ''),
(3198, 301, 'eg_settings_custom_meta_setting', ''),
(3199, 301, 'eg_settings_custom_meta_style', ''),
(3200, 301, 'eg_custom_meta_216', 'true'),
(3201, 301, 'planet_shakers_options', 'a:4:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";s:11:\"header_type\";s:6:\"custom\";s:12:\"header_style\";s:16:\"header-custom-26\";}'),
(3202, 301, '_wpb_vc_js_status', 'true'),
(3203, 301, '_wpb_shortcodes_custom_css', '.vc_custom_1570792629640{background-color: #f9f7f5 !important;}.vc_custom_1529077407433{background-color: #f9f7f5 !important;}.vc_custom_1529305698997{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1570530987192{background-size: cover !important;}.vc_custom_1570793599897{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955798875{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1531212324771{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1532514401006{background-color: #eb763c !important;}.vc_custom_1533824711504{padding-right: 0px !important;}.vc_custom_1537963532446{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570793360424{background-size: cover !important;}'),
(3204, 301, 'trx_addons_post_views_count', '8789'),
(3205, 301, 'trx_addons_post_likes_count', '0'),
(3206, 301, '_oembed_c47e555824dd0f6c0a54a6bd14a03c11', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(3207, 301, '_oembed_time_c47e555824dd0f6c0a54a6bd14a03c11', '1572253518'),
(3236, 309, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3237, 309, '_edit_last', '1'),
(3238, 309, '_edit_lock', '1525966937:1'),
(3239, 309, '_thumbnail_id', '192'),
(3240, 309, 'slide_template', 'default'),
(3241, 309, 'trx_addons_options', 'a:4:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";}'),
(3242, 309, 'eg_sources_html5_mp4', ''),
(3243, 309, 'eg_sources_html5_ogv', ''),
(3244, 309, 'eg_sources_html5_webm', ''),
(3245, 309, 'eg_sources_youtube', ''),
(3246, 309, 'eg_sources_vimeo', ''),
(3247, 309, 'eg_sources_wistia', ''),
(3248, 309, 'eg_sources_image', ''),
(3249, 309, 'eg_sources_iframe', ''),
(3250, 309, 'eg_sources_soundcloud', ''),
(3251, 309, 'eg_vimeo_ratio', '0'),
(3252, 309, 'eg_youtube_ratio', '0'),
(3253, 309, 'eg_wistia_ratio', '0'),
(3254, 309, 'eg_html5_ratio', '0'),
(3255, 309, 'eg_soundcloud_ratio', '0'),
(3256, 309, 'eg_settings_custom_meta_skin', ''),
(3257, 309, 'eg_settings_custom_meta_element', ''),
(3258, 309, 'eg_settings_custom_meta_setting', ''),
(3259, 309, 'eg_settings_custom_meta_style', ''),
(3260, 309, 'eg_custom_meta_216', 'true'),
(3261, 309, 'planet_shakers_options', 'a:0:{}'),
(3291, 316, '_edit_last', '990003'),
(3292, 316, '_edit_lock', '1704710285:990003'),
(3293, 259, 'trx_addons_post_views_count', '1387'),
(3294, 259, 'trx_addons_post_likes_count', '0'),
(3295, 316, '_wp_page_template', 'default'),
(3297, 316, 'eg_sources_html5_mp4', ''),
(3298, 316, 'eg_sources_html5_ogv', ''),
(3299, 316, 'eg_sources_html5_webm', ''),
(3300, 316, 'eg_sources_youtube', ''),
(3301, 316, 'eg_sources_vimeo', ''),
(3302, 316, 'eg_sources_wistia', ''),
(3303, 316, 'eg_sources_image', ''),
(3304, 316, 'eg_sources_iframe', ''),
(3305, 316, 'eg_sources_soundcloud', ''),
(3306, 316, 'eg_vimeo_ratio', '0'),
(3307, 316, 'eg_youtube_ratio', '0'),
(3308, 316, 'eg_wistia_ratio', '0'),
(3309, 316, 'eg_html5_ratio', '0'),
(3310, 316, 'eg_soundcloud_ratio', '0'),
(3311, 316, 'eg_settings_custom_meta_skin', ''),
(3312, 316, 'eg_settings_custom_meta_element', ''),
(3313, 316, 'eg_settings_custom_meta_setting', ''),
(3314, 316, 'eg_settings_custom_meta_style', ''),
(3315, 316, 'eg_custom_meta_216', 'true'),
(3316, 316, 'planet_shakers_options', 'a:2:{s:14:\"remove_margins\";s:1:\"1\";s:16:\"sidebar_position\";s:4:\"hide\";}'),
(3317, 316, '_wpb_vc_js_status', 'true'),
(3318, 316, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(3319, 316, 'trx_addons_post_views_count', '67700'),
(3320, 316, 'trx_addons_post_likes_count', '0'),
(3321, 259, '_wp_old_slug', 'christian-community'),
(3322, 258, '_wp_old_slug', 'charity-programs'),
(3323, 257, '_wp_old_slug', 'christian-education'),
(3324, 318, '_wp_attached_file', '2018/01/img-7-copyright.jpg'),
(3325, 318, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:961;s:6:\"height\";i:368;s:4:\"file\";s:27:\"2018/01/img-7-copyright.jpg\";s:8:\"filesize\";i:31591;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65805;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-370x142.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20556;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-760x368.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84301;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31859;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"img-7-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5822;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38215;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-370x368.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51242;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67474;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-440x368.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60362;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-520x368.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68791;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-640x368.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59607;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-740x368.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82066;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-760x291.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65352;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-370x142.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20556;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-770x368.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80576;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19140;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-370x368.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51242;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"img-7-copyright-370x368.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(3326, 319, '_wp_attached_file', '2018/01/img-8-copyright.jpg'),
(3327, 319, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:961;s:6:\"height\";i:368;s:4:\"file\";s:27:\"2018/01/img-8-copyright.jpg\";s:8:\"filesize\";i:29672;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15785;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10485;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63934;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-370x142.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21300;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-760x368.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70826;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26778;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"img-8-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5393;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27872;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-370x368.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39092;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54190;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-440x368.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47302;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-520x368.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53787;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-640x368.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44843;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-740x368.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67970;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-760x291.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63738;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-370x142.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21300;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-770x368.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68930;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16451;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-370x368.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39092;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"img-8-copyright-370x368.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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, 316, '_oembed_c47e555824dd0f6c0a54a6bd14a03c11', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(3329, 316, '_oembed_time_c47e555824dd0f6c0a54a6bd14a03c11', '1575379131'),
(3358, 327, '_menu_item_type', 'post_type'),
(3359, 327, '_menu_item_menu_item_parent', '0'),
(3360, 327, '_menu_item_object_id', '316'),
(3361, 327, '_menu_item_object', 'page'),
(3362, 327, '_menu_item_target', ''),
(3363, 327, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3364, 327, '_menu_item_xfn', ''),
(3365, 327, '_menu_item_url', ''),
(3387, 327, '_menu_item_layout_submenu', 'none'),
(3392, 330, '_edit_last', '990003'),
(3393, 330, '_edit_lock', '1702064150:990003'),
(3799, 330, 'trx_addons_layout_type', 'footer'),
(3800, 330, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"footer\";s:6:\"margin\";s:0:\"\";}');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3801, 330, 'eg_sources_html5_mp4', ''),
(3802, 330, 'eg_sources_html5_ogv', ''),
(3803, 330, 'eg_sources_html5_webm', ''),
(3804, 330, 'eg_sources_youtube', ''),
(3805, 330, 'eg_sources_vimeo', ''),
(3806, 330, 'eg_sources_wistia', ''),
(3807, 330, 'eg_sources_image', ''),
(3808, 330, 'eg_sources_iframe', ''),
(3809, 330, 'eg_sources_soundcloud', ''),
(3810, 330, 'eg_vimeo_ratio', '0'),
(3811, 330, 'eg_youtube_ratio', '0'),
(3812, 330, 'eg_wistia_ratio', '0'),
(3813, 330, 'eg_html5_ratio', '0'),
(3814, 330, 'eg_soundcloud_ratio', '0'),
(3815, 330, 'eg_settings_custom_meta_skin', ''),
(3816, 330, 'eg_settings_custom_meta_element', ''),
(3817, 330, 'eg_settings_custom_meta_setting', ''),
(3818, 330, 'eg_settings_custom_meta_style', ''),
(3819, 330, 'eg_custom_meta_216', 'true'),
(3820, 330, 'planet_shakers_options', 'a:0:{}'),
(3821, 330, '_wpb_vc_js_status', 'true'),
(3825, 370, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3826, 370, '_edit_last', '1'),
(3827, 370, '_edit_lock', '1515669024:1'),
(3828, 370, 'slide_template', 'default'),
(3829, 370, 'eg_sources_html5_mp4', ''),
(3830, 370, 'eg_sources_html5_ogv', ''),
(3831, 370, 'eg_sources_html5_webm', ''),
(3832, 370, 'eg_sources_youtube', ''),
(3833, 370, 'eg_sources_vimeo', ''),
(3834, 370, 'eg_sources_wistia', ''),
(3835, 370, 'eg_sources_image', ''),
(3836, 370, 'eg_sources_iframe', ''),
(3837, 370, 'eg_sources_soundcloud', ''),
(3838, 370, 'eg_vimeo_ratio', '0'),
(3839, 370, 'eg_youtube_ratio', '0'),
(3840, 370, 'eg_wistia_ratio', '0'),
(3841, 370, 'eg_html5_ratio', '0'),
(3842, 370, 'eg_soundcloud_ratio', '0'),
(3843, 370, 'eg_settings_custom_meta_skin', ''),
(3844, 370, 'eg_settings_custom_meta_element', ''),
(3845, 370, 'eg_settings_custom_meta_setting', ''),
(3846, 370, 'eg_settings_custom_meta_style', ''),
(3847, 370, 'eg_custom_meta_216', 'true'),
(3848, 370, 'trx_donations_goal', '10000'),
(3849, 370, 'trx_donations_manual', '4856'),
(3850, 370, '_thumbnail_id', '102'),
(3851, 370, '_wpb_vc_js_status', 'true'),
(3852, 370, 'trx_addons_post_views_count', '4'),
(3853, 370, 'trx_addons_post_likes_count', '0'),
(3854, 371, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3855, 371, '_edit_last', '1'),
(3856, 371, '_edit_lock', '1515668912:1'),
(3857, 371, '_thumbnail_id', '260'),
(3858, 371, 'slide_template', 'default'),
(3859, 371, 'eg_sources_html5_mp4', ''),
(3860, 371, 'eg_sources_html5_ogv', ''),
(3861, 371, 'eg_sources_html5_webm', ''),
(3862, 371, 'eg_sources_youtube', ''),
(3863, 371, 'eg_sources_vimeo', ''),
(3864, 371, 'eg_sources_wistia', ''),
(3865, 371, 'eg_sources_image', ''),
(3866, 371, 'eg_sources_iframe', ''),
(3867, 371, 'eg_sources_soundcloud', ''),
(3868, 371, 'eg_vimeo_ratio', '0'),
(3869, 371, 'eg_youtube_ratio', '0'),
(3870, 371, 'eg_wistia_ratio', '0'),
(3871, 371, 'eg_html5_ratio', '0'),
(3872, 371, 'eg_soundcloud_ratio', '0'),
(3873, 371, 'eg_settings_custom_meta_skin', ''),
(3874, 371, 'eg_settings_custom_meta_element', ''),
(3875, 371, 'eg_settings_custom_meta_setting', ''),
(3876, 371, 'eg_settings_custom_meta_style', ''),
(3877, 371, 'eg_custom_meta_216', 'true'),
(3878, 371, '_wpb_vc_js_status', 'false'),
(3879, 371, 'trx_donations_goal', '25000'),
(3880, 371, 'trx_donations_manual', '16798'),
(3882, 373, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3883, 373, '_edit_last', '1'),
(3884, 373, '_edit_lock', '1515668852:1'),
(3885, 373, '_thumbnail_id', '64'),
(3886, 373, 'slide_template', 'default'),
(3887, 373, 'eg_sources_html5_mp4', ''),
(3888, 373, 'eg_sources_html5_ogv', ''),
(3889, 373, 'eg_sources_html5_webm', ''),
(3890, 373, 'eg_sources_youtube', ''),
(3891, 373, 'eg_sources_vimeo', ''),
(3892, 373, 'eg_sources_wistia', ''),
(3893, 373, 'eg_sources_image', ''),
(3894, 373, 'eg_sources_iframe', ''),
(3895, 373, 'eg_sources_soundcloud', ''),
(3896, 373, 'eg_vimeo_ratio', '0'),
(3897, 373, 'eg_youtube_ratio', '0'),
(3898, 373, 'eg_wistia_ratio', '0'),
(3899, 373, 'eg_html5_ratio', '0'),
(3900, 373, 'eg_soundcloud_ratio', '0'),
(3901, 373, 'eg_settings_custom_meta_skin', ''),
(3902, 373, 'eg_settings_custom_meta_element', ''),
(3903, 373, 'eg_settings_custom_meta_setting', ''),
(3904, 373, 'eg_settings_custom_meta_style', ''),
(3905, 373, 'eg_custom_meta_216', 'true'),
(3906, 373, '_wpb_vc_js_status', 'false'),
(3907, 373, 'trx_donations_goal', '14500'),
(3908, 373, 'trx_donations_manual', '4090'),
(3909, 374, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3910, 374, '_edit_last', '1'),
(3911, 374, '_edit_lock', '1515668943:1'),
(3912, 374, '_thumbnail_id', '116'),
(3913, 374, 'slide_template', 'default'),
(3914, 374, 'eg_sources_html5_mp4', ''),
(3915, 374, 'eg_sources_html5_ogv', ''),
(3916, 374, 'eg_sources_html5_webm', ''),
(3917, 374, 'eg_sources_youtube', ''),
(3918, 374, 'eg_sources_vimeo', ''),
(3919, 374, 'eg_sources_wistia', ''),
(3920, 374, 'eg_sources_image', ''),
(3921, 374, 'eg_sources_iframe', ''),
(3922, 374, 'eg_sources_soundcloud', ''),
(3923, 374, 'eg_vimeo_ratio', '0'),
(3924, 374, 'eg_youtube_ratio', '0'),
(3925, 374, 'eg_wistia_ratio', '0'),
(3926, 374, 'eg_html5_ratio', '0'),
(3927, 374, 'eg_soundcloud_ratio', '0'),
(3928, 374, 'eg_settings_custom_meta_skin', ''),
(3929, 374, 'eg_settings_custom_meta_element', ''),
(3930, 374, 'eg_settings_custom_meta_setting', ''),
(3931, 374, 'eg_settings_custom_meta_style', ''),
(3932, 374, 'eg_custom_meta_216', 'true'),
(3933, 374, '_wpb_vc_js_status', 'false'),
(3934, 374, 'trx_donations_goal', '50000'),
(3935, 374, 'trx_donations_manual', '47995'),
(3936, 375, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(3937, 375, '_edit_last', '1'),
(3938, 375, '_edit_lock', '1533390558:1'),
(3939, 375, '_thumbnail_id', '114'),
(3940, 375, 'slide_template', 'default'),
(3941, 375, 'eg_sources_html5_mp4', ''),
(3942, 375, 'eg_sources_html5_ogv', ''),
(3943, 375, 'eg_sources_html5_webm', ''),
(3944, 375, 'eg_sources_youtube', ''),
(3945, 375, 'eg_sources_vimeo', ''),
(3946, 375, 'eg_sources_wistia', ''),
(3947, 375, 'eg_sources_image', ''),
(3948, 375, 'eg_sources_iframe', ''),
(3949, 375, 'eg_sources_soundcloud', ''),
(3950, 375, 'eg_vimeo_ratio', '0'),
(3951, 375, 'eg_youtube_ratio', '0'),
(3952, 375, 'eg_wistia_ratio', '0'),
(3953, 375, 'eg_html5_ratio', '0'),
(3954, 375, 'eg_soundcloud_ratio', '0'),
(3955, 375, 'eg_settings_custom_meta_skin', ''),
(3956, 375, 'eg_settings_custom_meta_element', ''),
(3957, 375, 'eg_settings_custom_meta_setting', ''),
(3958, 375, 'eg_settings_custom_meta_style', ''),
(3959, 375, 'eg_custom_meta_216', 'true'),
(3960, 375, '_wpb_vc_js_status', 'false'),
(3961, 375, 'trx_donations_goal', '60000'),
(3962, 375, 'trx_donations_manual', '52348'),
(3963, 376, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1571135303234-810d2cba-0663-0\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:10:{s:9:\"post_type\";s:10:\"give_forms\";s:9:\"max_items\";s:2:\"10\";s:5:\"style\";s:10:\"pagination\";s:14:\"items_per_page\";s:1:\"3\";s:13:\"element_width\";s:2:\"12\";s:13:\"paging_design\";s:18:\"pagination_rounded\";s:4:\"item\";s:19:\"masonryGrid_Default\";s:25:\"initial_loading_animation\";s:4:\"none\";s:7:\"grid_id\";s:36:\"vc_gid:1571135303234-810d2cba-0663-0\";s:8:\"el_class\";s:9:\"give_grid\";}s:7:\"content\";s:0:\"\";}}}}'),
(3964, 376, '_edit_last', '990002'),
(3965, 376, '_wp_page_template', 'default'),
(3966, 376, 'slide_template', 'default'),
(3967, 376, 'eg_sources_html5_mp4', ''),
(3968, 376, 'eg_sources_html5_ogv', ''),
(3969, 376, 'eg_sources_html5_webm', ''),
(3970, 376, 'eg_sources_youtube', ''),
(3971, 376, 'eg_sources_vimeo', ''),
(3972, 376, 'eg_sources_wistia', ''),
(3973, 376, 'eg_sources_image', ''),
(3974, 376, 'eg_sources_iframe', ''),
(3975, 376, 'eg_sources_soundcloud', ''),
(3976, 376, 'eg_vimeo_ratio', '0'),
(3977, 376, 'eg_youtube_ratio', '0'),
(3978, 376, 'eg_wistia_ratio', '0'),
(3979, 376, 'eg_html5_ratio', '0'),
(3980, 376, 'eg_soundcloud_ratio', '0'),
(3981, 376, 'eg_settings_custom_meta_skin', ''),
(3982, 376, 'eg_settings_custom_meta_element', ''),
(3983, 376, 'eg_settings_custom_meta_setting', ''),
(3984, 376, 'eg_settings_custom_meta_style', ''),
(3985, 376, 'eg_custom_meta_216', 'true'),
(3986, 376, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(3987, 376, '_wpb_vc_js_status', 'true'),
(3988, 376, 'trx_addons_post_views_count', '5363'),
(3989, 376, 'trx_addons_post_likes_count', '0'),
(3990, 376, '_edit_lock', '1571135521:990002'),
(3991, 375, 'trx_addons_post_views_count', '6'),
(3992, 375, 'trx_addons_post_likes_count', '0'),
(4075, 375, 'trx_donations_supporters', 'a:1:{i:0;a:8:{s:11:\"donation_id\";i:375;s:5:\"email\";s:32:\"[email protected]\";s:4:\"name\";s:10:\"Amy Walker\";s:7:\"message\";s:64:\"Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\";s:6:\"amount\";d:5;s:4:\"site\";s:0:\"\";s:14:\"show_in_rating\";s:1:\"1\";s:4:\"time\";i:1516629541;}}'),
(4076, 375, 'trx_donations_raised', '5'),
(4079, 395, '_edit_last', '1'),
(4080, 395, '_edit_lock', '1696867871:1'),
(4081, 395, '_wp_page_template', 'default'),
(4083, 395, 'eg_sources_html5_mp4', ''),
(4084, 395, 'eg_sources_html5_ogv', ''),
(4085, 395, 'eg_sources_html5_webm', ''),
(4086, 395, 'eg_sources_youtube', ''),
(4087, 395, 'eg_sources_vimeo', ''),
(4088, 395, 'eg_sources_wistia', ''),
(4089, 395, 'eg_sources_image', ''),
(4090, 395, 'eg_sources_iframe', ''),
(4091, 395, 'eg_sources_soundcloud', ''),
(4092, 395, 'eg_vimeo_ratio', '0'),
(4093, 395, 'eg_youtube_ratio', '0'),
(4094, 395, 'eg_wistia_ratio', '0'),
(4095, 395, 'eg_html5_ratio', '0'),
(4096, 395, 'eg_soundcloud_ratio', '0'),
(4097, 395, 'eg_settings_custom_meta_skin', ''),
(4098, 395, 'eg_settings_custom_meta_element', ''),
(4099, 395, 'eg_settings_custom_meta_setting', ''),
(4100, 395, 'eg_settings_custom_meta_style', ''),
(4101, 395, 'eg_custom_meta_216', 'true'),
(4102, 395, 'planet_shakers_options', 'a:1:{s:16:\"sidebar_position\";s:4:\"hide\";}'),
(4103, 395, '_wpb_vc_js_status', 'true'),
(4104, 395, 'trx_addons_post_views_count', '1988'),
(4105, 395, 'trx_addons_post_likes_count', '0'),
(4122, 304, 'trx_addons_post_views_count', '1152'),
(4123, 304, 'trx_addons_post_likes_count', '0'),
(4140, 237, '_wp_old_slug', 'declaration-of-love-to-him-and-the-world'),
(4144, 309, 'trx_addons_post_views_count', '456'),
(4145, 309, 'trx_addons_post_likes_count', '0'),
(4146, 199, 'trx_addons_post_views_count', '650'),
(4147, 199, 'trx_addons_post_likes_count', '0'),
(4155, 258, 'trx_addons_post_views_count', '1315'),
(4156, 258, 'trx_addons_post_likes_count', '0'),
(4168, 11, '_edit_lock', '1696570512:1'),
(4169, 11, '_edit_last', '1'),
(4171, 11, 'eg_sources_html5_mp4', ''),
(4172, 11, 'eg_sources_html5_ogv', ''),
(4173, 11, 'eg_sources_html5_webm', ''),
(4174, 11, 'eg_sources_youtube', ''),
(4175, 11, 'eg_sources_vimeo', ''),
(4176, 11, 'eg_sources_wistia', ''),
(4177, 11, 'eg_sources_image', ''),
(4178, 11, 'eg_sources_iframe', ''),
(4179, 11, 'eg_sources_soundcloud', ''),
(4180, 11, 'eg_vimeo_ratio', '0'),
(4181, 11, 'eg_youtube_ratio', '0'),
(4182, 11, 'eg_wistia_ratio', '0'),
(4183, 11, 'eg_html5_ratio', '0'),
(4184, 11, 'eg_soundcloud_ratio', '0'),
(4185, 11, 'eg_settings_custom_meta_skin', ''),
(4186, 11, 'eg_settings_custom_meta_element', ''),
(4187, 11, 'eg_settings_custom_meta_setting', ''),
(4188, 11, 'eg_settings_custom_meta_style', ''),
(4189, 11, 'eg_custom_meta_216', 'true'),
(4190, 11, '_wpb_vc_js_status', 'true'),
(4191, 330, 'trx_addons_post_views_count', '30'),
(4192, 330, 'trx_addons_post_likes_count', '0'),
(4195, 492, '_wp_attached_file', '2018/01/Untitled-2.png'),
(4196, 492, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1297;s:6:\"height\";i:864;s:4:\"file\";s:22:\"2018/01/Untitled-2.png\";s:8:\"filesize\";i:1053304;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Untitled-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:76450;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Untitled-2-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:673939;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31293;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Untitled-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:407729;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled-2-370x246.png\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109579;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:23:\"Untitled-2-1170x658.png\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:721001;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:22:\"Untitled-2-760x428.png\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:342603;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:22:\"Untitled-2-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92966;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:20:\"Untitled-2-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13766;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:22:\"Untitled-2-270x343.png\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101862;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:23:\"Untitled-2-1170x450.png\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:496578;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:22:\"Untitled-2-370x430.png\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165843;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:22:\"Untitled-2-570x340.png\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:215996;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:22:\"Untitled-2-440x430.png\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197343;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:22:\"Untitled-2-520x510.png\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:265587;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:22:\"Untitled-2-640x370.png\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256840;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:22:\"Untitled-2-740x370.png\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:293101;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"Untitled-2-760x506.png\";s:5:\"width\";i:760;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:400132;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"Untitled-2-370x246.png\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109579;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:22:\"Untitled-2-770x433.png\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349707;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"Untitled-2-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54324;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"Untitled-2-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:184374;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"Untitled-2-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147379;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(4227, 498, '_wp_attached_file', '2018/05/house.png'),
(4228, 498, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:34;s:6:\"height\";i:28;s:4:\"file\";s:17:\"2018/05/house.png\";s:8:\"filesize\";i:557;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4229, 374, 'trx_addons_post_views_count', '4'),
(4246, 536, '_form', '<div class=\"sc_form_details trx_addons_columns_wrap\">\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[text* your-name placeholder \"Enter Your Name\"] </label>\n				</div>\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[email* your-email placeholder \"Enter Your Email\"] </label>\n			</div>\n		</div>\n		<label>\n		   [textarea your-message placeholder \"Enter Your Message\"] </label>\n[wpgdprc \"By using this form you agree with the storage and handling of your data by this website.\"]\n\n[submit class:sc_button class:color_style_link3 class:sc_button_bordered class:sc_item_button class:sc_item_button_bordered class:sc_title_button class:sc_button_size_normal class:sc_button_icon_left class:sc_button_hover_slide_left class:sc_button_hover_style_link3 \"Send Message\"]'),
(4247, 536, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:47:\"[your-name] <[email protected]>\";s:9:\"recipient\";s:21:\"[email protected]\";s:4:\"body\";s:202:\"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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4248, 536, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:76:\"Planet Shakers  Religion, Church <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:144:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:31:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4249, 536, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s: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:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(4250, 536, '_additional_settings', ''),
(4251, 536, '_locale', 'en_US'),
(4252, 203, 'trx_addons_post_views_count', '696'),
(4255, 270, '_oembed_9f0e4b4bb5a016df722813d49d3e6a13', '<iframe src=\"https://player.vimeo.com/video/51589652?app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" title=\"Timelapse - Lighthouse (Oct 2012)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4256, 270, '_oembed_time_9f0e4b4bb5a016df722813d49d3e6a13', '1528124341'),
(4258, 270, '_oembed_22ee39467ba6ccede78326f5b4309cf8', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"539\" height=\"303\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4259, 270, '_oembed_time_22ee39467ba6ccede78326f5b4309cf8', '1528207142'),
(4260, 270, '_oembed_0601837a94e2fc0bf53a0c680acad612', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"421\" height=\"237\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4261, 270, '_oembed_time_0601837a94e2fc0bf53a0c680acad612', '1528207150'),
(4262, 270, '_oembed_473c8692b0099f125a093dfdbeab2973', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"426\" height=\"240\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4263, 270, '_oembed_time_473c8692b0099f125a093dfdbeab2973', '1528282302'),
(4264, 263, 'trx_addons_post_views_count', '608'),
(4266, 262, 'trx_addons_post_views_count', '581'),
(4269, 831, '_form', '<div class=\"get_acquainted\">\n	<label>[text* your-name placeholder \"Enter Your Name\"] </label>\n	<label>[email* your-email placeholder \"Enter Your Email\"] </label>\n	[submit \"Submit Email\"]\n</div>'),
(4270, 831, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:47:\"[your-name] <[email protected]>\";s:9:\"recipient\";s:21:\"[email protected]\";s:4:\"body\";s:202:\"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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4271, 831, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:76:\"Planet Shakers  Religion, Church <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:144:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:31:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4272, 831, '_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: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.\";s:16:\"invalid_datetime\";s:31:\"Invalid date and time supplied.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:12:\"invalid_time\";s:22:\"Invalid time supplied.\";}'),
(4273, 831, '_additional_settings', ''),
(4274, 831, '_locale', 'en_US'),
(4275, 838, '_wp_attached_file', '2018/06/Depositphotos_20311259_original-scaled.jpg'),
(4276, 838, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:50:\"2018/06/Depositphotos_20311259_original-scaled.jpg\";s:8:\"filesize\";i:811636;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19995;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Depositphotos_20311259_original-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"Depositphotos_20311259_original-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308628;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"Depositphotos_20311259_original-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:529371;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:44:\"Depositphotos_20311259_original-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169487;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79843;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24360;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:41:\"Depositphotos_20311259_original-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5378;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34211;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:44:\"Depositphotos_20311259_original-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122742;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52539;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51965;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57211;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76062;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61086;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70042;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90076;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82034;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14996;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61244;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:43:\"Depositphotos_20311259_original-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44751;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:46:\"A group of young women sit together and smile.\";s:17:\"created_timestamp\";s:10:\"1360263355\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:22:\"Young Women in Meeting\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:45:{i:0;s:10:\"attractive\";i:1;s:9:\"beautiful\";i:2;s:11:\"bible study\";i:3;s:9:\"book club\";i:4;s:4:\"cafe\";i:5;s:6:\"casual\";i:6;s:9:\"caucasian\";i:7;s:9:\"christian\";i:8;s:12:\"church group\";i:9;s:6:\"coffee\";i:10;s:12:\"conversation\";i:11;s:4:\"cute\";i:12;s:10:\"discussion\";i:13;s:5:\"drink\";i:14;s:7:\"fashion\";i:15;s:6:\"female\";i:16;s:6:\"people\";i:17;s:6:\"friend\";i:18;s:3:\"fun\";i:19;s:5:\"group\";i:20;s:8:\"hang out\";i:21;s:5:\"happy\";i:22;s:7:\"meeting\";i:23;s:5:\"model\";i:24;s:6:\"people\";i:25;s:6:\"pretty\";i:26;s:7:\"reading\";i:27;s:8:\"religion\";i:28;s:10:\"restaurant\";i:29;s:11:\"small group\";i:30;s:5:\"smile\";i:31;s:6:\"social\";i:32;s:9:\"socialize\";i:33;s:8:\"students\";i:34;s:15:\"tablet computer\";i:35;s:4:\"talk\";i:36;s:3:\"tea\";i:37;s:10:\"technology\";i:38;s:5:\"white\";i:39;s:5:\"woman\";i:40;s:10:\"women only\";i:41;s:5:\"young\";i:42;s:12:\"young adults\";i:43;s:9:\"scripture\";i:44;s:7:\"meeting\";}}s:14:\"original_image\";s:35:\"Depositphotos_20311259_original.jpg\";}'),
(4277, 257, 'trx_addons_post_views_count', '1143'),
(4278, 316, '_oembed_b0f0bba72d35018c6795929a25998132', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"369\" height=\"208\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4279, 316, '_oembed_time_b0f0bba72d35018c6795929a25998132', '1528897740'),
(4280, 316, '_oembed_dcc2e6b5aea9ebe7c32848995a906b31', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"427\" height=\"240\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4281, 316, '_oembed_time_dcc2e6b5aea9ebe7c32848995a906b31', '1528898992'),
(4282, 270, '_oembed_dcc2e6b5aea9ebe7c32848995a906b31', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"427\" height=\"240\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4283, 270, '_oembed_time_dcc2e6b5aea9ebe7c32848995a906b31', '1528899264'),
(4284, 316, '_oembed_473c8692b0099f125a093dfdbeab2973', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"426\" height=\"240\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4285, 316, '_oembed_time_473c8692b0099f125a093dfdbeab2973', '1528958884'),
(4286, 863, '_wp_attached_file', '2018/06/footer_bg.jpg'),
(4287, 863, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1009;s:6:\"height\";i:774;s:4:\"file\";s:21:\"2018/06/footer_bg.jpg\";s:8:\"filesize\";i:2367639;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"footer_bg-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"footer_bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"footer_bg-768x589.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346803;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"footer_bg-370x284.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98618;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:22:\"footer_bg-1009x658.jpg\";s:5:\"width\";i:1009;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:529827;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"footer_bg-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:262911;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"footer_bg-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75248;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"footer_bg-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12631;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"footer_bg-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94399;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:22:\"footer_bg-1009x450.jpg\";s:5:\"width\";i:1009;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:375718;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"footer_bg-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154343;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"footer_bg-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169115;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"footer_bg-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180424;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"footer_bg-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:241126;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"footer_bg-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200592;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"footer_bg-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:225942;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"footer_bg-760x583.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:583;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340433;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"footer_bg-370x284.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98618;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"footer_bg-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269335;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"footer_bg-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42906;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"footer_bg-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167700;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"footer_bg-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(4294, 867, '_wp_attached_file', '2018/06/promo_bg-copyright.jpg'),
(4295, 867, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:367;s:4:\"file\";s:30:\"2018/06/promo_bg-copyright.jpg\";s:8:\"filesize\";i:110178;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"promo_bg-copyright-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7055;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"promo_bg-copyright-1024x321.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4724;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26082;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-370x116.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9433;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-760x367.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35756;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12721;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:28:\"promo_bg-copyright-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2652;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11252;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-370x367.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17393;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25314;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-440x367.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20818;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-520x367.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25066;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-640x367.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30137;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-740x367.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35024;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-760x238.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25602;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-370x116.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9433;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-770x367.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37027;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8160;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-370x367.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17393;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:30:\"promo_bg-copyright-370x367.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17393;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(4297, 872, '_wp_attached_file', '2018/06/christ.png'),
(4298, 872, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:372;s:6:\"height\";i:377;s:4:\"file\";s:18:\"2018/06/christ.png\";s:8:\"filesize\";i:18235;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"christ-296x300.png\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"christ-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6682;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"christ-370x375.png\";s:5:\"width\";i:370;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18346;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"christ-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12939;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"christ-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3514;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"christ-270x343.png\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17849;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"christ-370x377.png\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16093;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"christ-372x340.png\";s:5:\"width\";i:372;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15741;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"christ-372x370.png\";s:5:\"width\";i:372;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16077;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"christ-372x370.png\";s:5:\"width\";i:372;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16077;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"christ-370x375.png\";s:5:\"width\";i:370;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18346;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"christ-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10328;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"christ-370x377.png\";s:5:\"width\";i:370;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16093;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"christ-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(4299, 316, '_oembed_538065fd8bf3b256660e6a1227aa5496', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"433\" height=\"244\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4300, 316, '_oembed_time_538065fd8bf3b256660e6a1227aa5496', '1528974148'),
(4301, 316, '_oembed_bdb3f5e7666b503291fccd5b80efa243', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"434\" height=\"244\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4302, 316, '_oembed_time_bdb3f5e7666b503291fccd5b80efa243', '1528979826'),
(4316, 242, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4330, 240, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4338, 26, '_edit_lock', '1571126328:1'),
(4339, 26, 'slide_template', 'default'),
(4340, 26, 'eg_sources_html5_mp4', ''),
(4341, 26, 'eg_sources_html5_ogv', ''),
(4342, 26, 'eg_sources_html5_webm', ''),
(4343, 26, 'eg_sources_youtube', ''),
(4344, 26, 'eg_sources_vimeo', ''),
(4345, 26, 'eg_sources_wistia', ''),
(4346, 26, 'eg_sources_image', ''),
(4347, 26, 'eg_sources_iframe', ''),
(4348, 26, 'eg_sources_soundcloud', ''),
(4349, 26, 'eg_vimeo_ratio', '0'),
(4350, 26, 'eg_youtube_ratio', '0'),
(4351, 26, 'eg_wistia_ratio', '0'),
(4352, 26, 'eg_html5_ratio', '0'),
(4353, 26, 'eg_soundcloud_ratio', '0'),
(4354, 26, 'eg_settings_custom_meta_skin', ''),
(4355, 26, 'eg_settings_custom_meta_element', ''),
(4356, 26, 'eg_settings_custom_meta_setting', ''),
(4357, 26, 'eg_settings_custom_meta_style', ''),
(4358, 26, 'eg_custom_meta_216', 'true'),
(4359, 26, '_wpb_vc_js_status', 'true'),
(4360, 26, 'trx_addons_post_views_count', '25'),
(4361, 26, 'trx_addons_post_likes_count', '0'),
(4362, 26, '_edit_last', '1'),
(4364, 26, '_wpb_shortcodes_custom_css', '.vc_custom_1561210536097{background-color: #f5f4f2 !important;}.vc_custom_1561210541865{background-color: #f5f4f2 !important;}.vc_custom_1570526744334{margin-left: 1.9em !important;}'),
(4365, 12, '_edit_lock', '1696876083:1'),
(4366, 12, '_edit_last', '1'),
(4368, 12, 'eg_sources_html5_mp4', ''),
(4369, 12, 'eg_sources_html5_ogv', ''),
(4370, 12, 'eg_sources_html5_webm', ''),
(4371, 12, 'eg_sources_youtube', ''),
(4372, 12, 'eg_sources_vimeo', ''),
(4373, 12, 'eg_sources_wistia', ''),
(4374, 12, 'eg_sources_image', ''),
(4375, 12, 'eg_sources_iframe', ''),
(4376, 12, 'eg_sources_soundcloud', ''),
(4377, 12, 'eg_vimeo_ratio', '0'),
(4378, 12, 'eg_youtube_ratio', '0'),
(4379, 12, 'eg_wistia_ratio', '0'),
(4380, 12, 'eg_html5_ratio', '0'),
(4381, 12, 'eg_soundcloud_ratio', '0'),
(4382, 12, 'eg_settings_custom_meta_skin', ''),
(4383, 12, 'eg_settings_custom_meta_element', ''),
(4384, 12, 'eg_settings_custom_meta_setting', ''),
(4385, 12, 'eg_settings_custom_meta_style', ''),
(4386, 12, 'eg_custom_meta_216', 'true'),
(4387, 12, '_wpb_vc_js_status', 'true'),
(4388, 73, '_thumbnail_id', '113'),
(4389, 72, '_thumbnail_id', '112'),
(4390, 71, '_thumbnail_id', '105'),
(4406, 228, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4407, 232, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4408, 1089, '_wp_attached_file', '2018/06/post-1-copyright-1170x658.jpg'),
(4413, 1138, '_edit_last', '990002'),
(4414, 1138, '_wp_page_template', 'default'),
(4416, 1138, 'eg_sources_html5_mp4', ''),
(4417, 1138, 'eg_sources_html5_ogv', ''),
(4418, 1138, 'eg_sources_html5_webm', ''),
(4419, 1138, 'eg_sources_youtube', ''),
(4420, 1138, 'eg_sources_vimeo', ''),
(4421, 1138, 'eg_sources_wistia', ''),
(4422, 1138, 'eg_sources_image', ''),
(4423, 1138, 'eg_sources_iframe', '');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4424, 1138, 'eg_sources_soundcloud', ''),
(4425, 1138, 'eg_vimeo_ratio', '0'),
(4426, 1138, 'eg_youtube_ratio', '0'),
(4427, 1138, 'eg_wistia_ratio', '0'),
(4428, 1138, 'eg_html5_ratio', '0'),
(4429, 1138, 'eg_soundcloud_ratio', '0'),
(4430, 1138, 'eg_settings_custom_meta_skin', ''),
(4431, 1138, 'eg_settings_custom_meta_element', ''),
(4432, 1138, 'eg_settings_custom_meta_setting', ''),
(4433, 1138, 'eg_settings_custom_meta_style', ''),
(4434, 1138, 'eg_custom_meta_216', 'true'),
(4435, 1138, 'planet_shakers_options', 'a:0:{}'),
(4436, 1138, '_wpb_vc_js_status', 'true'),
(4437, 1138, '_wpb_shortcodes_custom_css', '.vc_custom_1527690588959{background-color: #f7f8f9 !important;}.vc_custom_1527690597112{background-color: #f7f8f9 !important;}.vc_custom_1527690601612{background-color: #f7f8f9 !important;}.vc_custom_1527690606563{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}.vc_custom_1527690611459{background-color: #f7f8f9 !important;}'),
(4438, 1138, 'trx_addons_post_views_count', '926'),
(4439, 1138, 'trx_addons_post_likes_count', '0'),
(4440, 1138, '_edit_lock', '1660566810:990002'),
(4442, 316, '_oembed_cc86537b58303d184841e9a7d6c4a38f', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"422\" height=\"237\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4443, 316, '_oembed_time_cc86537b58303d184841e9a7d6c4a38f', '1531210722'),
(4444, 301, '_oembed_dcc2e6b5aea9ebe7c32848995a906b31', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"427\" height=\"240\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4445, 301, '_oembed_time_dcc2e6b5aea9ebe7c32848995a906b31', '1531212310'),
(4446, 301, '_oembed_cc86537b58303d184841e9a7d6c4a38f', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"422\" height=\"237\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4447, 301, '_oembed_time_cc86537b58303d184841e9a7d6c4a38f', '1531212339'),
(4448, 301, '_oembed_d877419c61cf8315211cb422c3ab1f88', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"423\" height=\"238\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4449, 301, '_oembed_time_d877419c61cf8315211cb422c3ab1f88', '1531231407'),
(4450, 270, '_oembed_d877419c61cf8315211cb422c3ab1f88', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"423\" height=\"238\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4451, 270, '_oembed_time_d877419c61cf8315211cb422c3ab1f88', '1531235180'),
(4452, 270, '_oembed_bb2ce991124480dba9c515c9c568ed44', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"430\" height=\"242\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4453, 270, '_oembed_time_bb2ce991124480dba9c515c9c568ed44', '1531312491'),
(4489, 196, 'trx_addons_post_views_count', '570'),
(4491, 1194, '_mc4wp_settings', 'a:10:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";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\";s:5:\"lists\";a:0:{}s:15:\"subscriber_tags\";s:0:\"\";s:18:\"grecaptcha_enabled\";s:1:\"0\";}'),
(4492, 1194, 'text_subscribed', 'Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),
(4493, 1194, 'text_invalid_email', 'Please provide a valid email address.'),
(4494, 1194, 'text_required_field_missing', 'Please fill in the required fields.'),
(4495, 1194, 'text_already_subscribed', 'Given email address is already subscribed, thank you!'),
(4496, 1194, 'text_error', 'Oops. Something went wrong. Please try again later.'),
(4497, 1194, 'text_unsubscribed', 'You were successfully unsubscribed.'),
(4498, 1194, 'text_not_subscribed', 'Given email address is not subscribed.'),
(4499, 1194, 'text_no_lists_selected', 'Please select at least one list.'),
(4500, 1194, 'text_updated', 'Thank you, your records have been updated!'),
(4515, 1213, '_form', '<div class=\"sc_form_details trx_addons_columns_wrap\">\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[text* your-name placeholder \"Enter Your Name\"] </label>\n				</div>\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[email* your-email placeholder \"Enter Your Email\"] </label>\n			</div>\n		</div>\n		<label>\n		   [textarea your-message placeholder \"Enter Your Message\"] </label>\n\n[submit]'),
(4516, 1213, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:55:\"[your-name] <[email protected]>\";s:9:\"recipient\";s:21:\"[email protected]\";s:4:\"body\";s:202:\"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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4517, 1213, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:76:\"Planet Shakers  Religion, Church <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:144:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:31:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4518, 1213, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s: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: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:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(4519, 1213, '_additional_settings', ''),
(4520, 1213, '_locale', 'en_US'),
(4534, 225, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4587, 237, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4601, 235, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4628, 230, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4642, 219, '_EventOrganizerID_Order', 'a:1:{i:0;s:3:\"218\";}'),
(4643, 270, '_oembed_cc86537b58303d184841e9a7d6c4a38f', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"422\" height=\"237\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4644, 270, '_oembed_time_cc86537b58303d184841e9a7d6c4a38f', '1531909381'),
(4645, 270, '_oembed_fb3062e4bafb3626daf230e2a6201b78', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"429\" height=\"241\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4646, 270, '_oembed_time_fb3062e4bafb3626daf230e2a6201b78', '1531909437'),
(4647, 316, '_oembed_6a145f08b49949a6f5a81b276b43f218', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"562\" height=\"316\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4648, 316, '_oembed_time_6a145f08b49949a6f5a81b276b43f218', '1531912469'),
(4649, 316, '_oembed_d877419c61cf8315211cb422c3ab1f88', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"423\" height=\"238\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4650, 316, '_oembed_time_d877419c61cf8315211cb422c3ab1f88', '1531920627'),
(4652, 1194, '_wp_old_date', '2018-07-16'),
(4653, 301, '_oembed_fb3062e4bafb3626daf230e2a6201b78', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"429\" height=\"241\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4654, 301, '_oembed_time_fb3062e4bafb3626daf230e2a6201b78', '1532431191'),
(4655, 316, '_oembed_fb3062e4bafb3626daf230e2a6201b78', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"429\" height=\"241\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4656, 316, '_oembed_time_fb3062e4bafb3626daf230e2a6201b78', '1532432478'),
(4657, 263, '_thumbnail_id', '192'),
(4658, 262, '_thumbnail_id', '64'),
(4659, 316, '_oembed_e9dbf19e43c5c3246da29837c1a9f151', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"568\" height=\"320\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4660, 316, '_oembed_time_e9dbf19e43c5c3246da29837c1a9f151', '1532513507'),
(4665, 316, '_oembed_31744005be0f0502a615153250f405fc', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"569\" height=\"320\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4666, 316, '_oembed_time_31744005be0f0502a615153250f405fc', '1532954953'),
(4667, 316, '_oembed_bb2ce991124480dba9c515c9c568ed44', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"430\" height=\"242\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(4668, 316, '_oembed_time_bb2ce991124480dba9c515c9c568ed44', '1532955154'),
(4670, 1374, 'eg_sources_html5_mp4', ''),
(4671, 1374, '_tribe_modified_fields', 'a:36:{s:20:\"eg_sources_html5_mp4\";i:1533286365;s:20:\"eg_sources_html5_ogv\";i:1533286365;s:21:\"eg_sources_html5_webm\";i:1533286365;s:18:\"eg_sources_youtube\";i:1533286365;s:16:\"eg_sources_vimeo\";i:1533286365;s:17:\"eg_sources_wistia\";i:1533286365;s:16:\"eg_sources_image\";i:1533286365;s:17:\"eg_sources_iframe\";i:1533286365;s:21:\"eg_sources_soundcloud\";i:1533286365;s:14:\"eg_vimeo_ratio\";i:1533286365;s:16:\"eg_youtube_ratio\";i:1533286365;s:15:\"eg_wistia_ratio\";i:1533286365;s:14:\"eg_html5_ratio\";i:1533286365;s:19:\"eg_soundcloud_ratio\";i:1533286365;s:28:\"eg_settings_custom_meta_skin\";i:1533286365;s:31:\"eg_settings_custom_meta_element\";i:1533286365;s:31:\"eg_settings_custom_meta_setting\";i:1533286365;s:29:\"eg_settings_custom_meta_style\";i:1533286365;s:18:\"eg_custom_meta_216\";i:1533286365;s:17:\"_vc_post_settings\";i:1533286365;s:12:\"_VenueOrigin\";i:1533286365;s:17:\"_EventShowMapLink\";i:1533286365;s:13:\"_EventShowMap\";i:1533286365;s:17:\"_VenueShowMapLink\";i:1533286365;s:13:\"_VenueShowMap\";i:1533286365;s:13:\"_VenueAddress\";i:1533286365;s:10:\"_VenueCity\";i:1533286365;s:13:\"_VenueCountry\";i:1533286365;s:14:\"_VenueProvince\";i:1533286365;s:11:\"_VenueState\";i:1533286365;s:9:\"_VenueZip\";i:1533286365;s:11:\"_VenuePhone\";i:1533286365;s:9:\"_VenueURL\";i:1533286365;s:18:\"_VenueEventShowMap\";i:1533286365;s:22:\"_VenueEventShowMapLink\";i:1533286365;s:19:\"_VenueStateProvince\";i:1533286365;}'),
(4672, 1374, 'eg_sources_html5_ogv', ''),
(4673, 1374, 'eg_sources_html5_webm', ''),
(4674, 1374, 'eg_sources_youtube', ''),
(4675, 1374, 'eg_sources_vimeo', ''),
(4676, 1374, 'eg_sources_wistia', ''),
(4677, 1374, 'eg_sources_image', ''),
(4678, 1374, 'eg_sources_iframe', ''),
(4679, 1374, 'eg_sources_soundcloud', ''),
(4680, 1374, 'eg_vimeo_ratio', '0'),
(4681, 1374, 'eg_youtube_ratio', '0'),
(4682, 1374, 'eg_wistia_ratio', '0'),
(4683, 1374, 'eg_html5_ratio', '0'),
(4684, 1374, 'eg_soundcloud_ratio', '0'),
(4685, 1374, 'eg_settings_custom_meta_skin', ''),
(4686, 1374, 'eg_settings_custom_meta_element', ''),
(4687, 1374, 'eg_settings_custom_meta_setting', ''),
(4688, 1374, 'eg_settings_custom_meta_style', ''),
(4689, 1374, 'eg_custom_meta_216', 'true'),
(4690, 1374, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4691, 1374, '_VenueOrigin', 'events-calendar'),
(4692, 1374, '_EventShowMapLink', '1'),
(4693, 1374, '_EventShowMap', '1'),
(4694, 1374, '_VenueShowMapLink', '1'),
(4695, 1374, '_VenueShowMap', '1'),
(4696, 1374, '_VenueAddress', ''),
(4697, 1374, '_VenueCity', ''),
(4698, 1374, '_VenueCountry', 'United States'),
(4699, 1374, '_VenueProvince', ''),
(4700, 1374, '_VenueState', 'IL'),
(4701, 1374, '_VenueZip', ''),
(4702, 1374, '_VenuePhone', ''),
(4703, 1374, '_VenueURL', ''),
(4704, 1374, '_VenueEventShowMap', '1'),
(4705, 1374, '_VenueEventShowMapLink', '1'),
(4706, 1374, '_VenueStateProvince', 'IL'),
(4708, 228, '_EventVenueID', '217'),
(4709, 376, 'planet_shakers_options_post_type', 'post'),
(4710, 376, 'planet_shakers_options_parent_cat', '0'),
(4712, 1378, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4713, 1379, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4714, 1380, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(4715, 1378, 'trx_addons_post_views_count', '205'),
(4719, 1380, 'trx_addons_post_views_count', '46'),
(4744, 1089, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:658;s:4:\"file\";s:37:\"2018/06/post-1-copyright-1170x658.jpg\";s:8:\"filesize\";i:159561;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20853;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"post-1-copyright-1170x658-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80910;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27896;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80425;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27896;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:35:\"post-1-copyright-1170x658-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5669;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27384;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:38:\"post-1-copyright-1170x658-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115970;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42358;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55443;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51561;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65812;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63833;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70853;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80495;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27896;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82841;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17753;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44273;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:37:\"post-1-copyright-1170x658-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(5181, 198, 'trx_addons_post_views_count', '592'),
(5195, 301, '_oembed_84ab78c915f8b7c6af1ab0cccc804893', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"418\" height=\"235\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(5196, 301, '_oembed_time_84ab78c915f8b7c6af1ab0cccc804893', '1533917486'),
(5197, 1380, 'trx_addons_post_likes_count', '0'),
(5198, 64, 'trx_addons_post_views_count', '524'),
(5199, 64, 'trx_addons_post_likes_count', '0'),
(5213, 11, 'trx_addons_post_views_count', '30'),
(5214, 11, 'trx_addons_post_likes_count', '0'),
(5216, 316, '_oembed_d0c5525d4a331a59e8ea338d6698af41', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"451\" height=\"254\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(5217, 316, '_oembed_time_d0c5525d4a331a59e8ea338d6698af41', '1537963261'),
(5218, 301, '_oembed_d0c5525d4a331a59e8ea338d6698af41', '<iframe src=\"https://player.vimeo.com/video/28906762?app_id=122963\" width=\"451\" height=\"254\" frameborder=\"0\" title=\"&ldquo;The Church We See&rdquo;\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),
(5219, 301, '_oembed_time_d0c5525d4a331a59e8ea338d6698af41', '1537963546'),
(5220, 82, 'eg_votes_count', '0'),
(5221, 87, 'eg_votes_count', '0'),
(5222, 89, 'eg_votes_count', '0'),
(5223, 91, 'eg_votes_count', '0'),
(5224, 93, 'eg_votes_count', '0'),
(5232, 395, 'eg_sources_revslider', ''),
(5233, 395, 'eg_sources_essgrid', ''),
(5234, 395, 'eg_featured_grid', ''),
(5235, 395, 'eg_votes_count', '0'),
(5237, 240, 'eg_sources_revslider', ''),
(5238, 240, 'eg_sources_essgrid', ''),
(5239, 240, 'eg_featured_grid', ''),
(5240, 240, 'eg_votes_count', '0'),
(5254, 242, 'eg_sources_revslider', ''),
(5255, 242, 'eg_sources_essgrid', ''),
(5256, 242, 'eg_featured_grid', ''),
(5257, 242, 'eg_votes_count', '0'),
(5271, 237, 'eg_sources_revslider', ''),
(5272, 237, 'eg_sources_essgrid', ''),
(5273, 237, 'eg_featured_grid', ''),
(5274, 237, 'eg_votes_count', '0'),
(5288, 235, 'eg_sources_revslider', ''),
(5289, 235, 'eg_sources_essgrid', ''),
(5290, 235, 'eg_featured_grid', ''),
(5291, 235, 'eg_votes_count', '0'),
(5305, 232, 'eg_sources_revslider', ''),
(5306, 232, 'eg_sources_essgrid', ''),
(5307, 232, 'eg_featured_grid', ''),
(5308, 232, 'eg_votes_count', '0'),
(5322, 230, 'eg_sources_revslider', ''),
(5323, 230, 'eg_sources_essgrid', ''),
(5324, 230, 'eg_featured_grid', ''),
(5325, 230, 'eg_votes_count', '0'),
(5339, 228, 'eg_sources_revslider', ''),
(5340, 228, 'eg_sources_essgrid', ''),
(5341, 228, 'eg_featured_grid', ''),
(5342, 228, 'eg_votes_count', '0'),
(5356, 225, 'eg_sources_revslider', ''),
(5357, 225, 'eg_sources_essgrid', ''),
(5358, 225, 'eg_featured_grid', ''),
(5359, 225, 'eg_votes_count', '0'),
(5373, 221, 'eg_sources_revslider', ''),
(5374, 221, 'eg_sources_essgrid', ''),
(5375, 221, 'eg_featured_grid', ''),
(5376, 221, 'eg_votes_count', '0'),
(5390, 219, 'eg_sources_revslider', ''),
(5391, 219, 'eg_sources_essgrid', ''),
(5392, 219, 'eg_featured_grid', ''),
(5393, 219, 'eg_votes_count', '0'),
(5412, 19, '_edit_lock', '1696850530:1'),
(5596, 19, '_edit_last', '990002'),
(5598, 19, 'eg_sources_html5_mp4', ''),
(5599, 19, 'eg_sources_html5_ogv', ''),
(5600, 19, 'eg_sources_html5_webm', ''),
(5601, 19, 'eg_sources_youtube', ''),
(5602, 19, 'eg_sources_vimeo', ''),
(5603, 19, 'eg_sources_wistia', ''),
(5604, 19, 'eg_sources_image', ''),
(5605, 19, 'eg_sources_iframe', ''),
(5606, 19, 'eg_sources_soundcloud', ''),
(5607, 19, 'eg_vimeo_ratio', '1'),
(5608, 19, 'eg_youtube_ratio', '1'),
(5609, 19, 'eg_wistia_ratio', '1'),
(5610, 19, 'eg_html5_ratio', '1'),
(5611, 19, 'eg_soundcloud_ratio', '1'),
(5612, 19, 'eg_sources_revslider', ''),
(5613, 19, 'eg_sources_essgrid', ''),
(5614, 19, 'eg_featured_grid', ''),
(5615, 19, 'eg_settings_custom_meta_skin', ''),
(5616, 19, 'eg_settings_custom_meta_element', ''),
(5617, 19, 'eg_settings_custom_meta_setting', ''),
(5618, 19, 'eg_settings_custom_meta_style', ''),
(5619, 19, 'eg_custom_meta_216', 'true'),
(5620, 19, 'eg_votes_count', '0'),
(5621, 19, '_wpb_vc_js_status', 'true'),
(5648, 316, 'eg_sources_revslider', ''),
(5649, 316, 'eg_sources_essgrid', ''),
(5650, 316, 'eg_featured_grid', ''),
(5651, 316, 'eg_votes_count', '0'),
(5653, 232, '_EventDuration', '189993540'),
(5654, 301, 'eg_sources_revslider', ''),
(5655, 301, 'eg_sources_essgrid', ''),
(5656, 301, 'eg_featured_grid', ''),
(5657, 301, 'eg_votes_count', '0'),
(5707, 330, 'eg_sources_revslider', ''),
(5708, 330, 'eg_sources_essgrid', ''),
(5709, 330, 'eg_featured_grid', ''),
(5710, 330, 'eg_votes_count', '0'),
(5713, 270, 'eg_sources_revslider', ''),
(5714, 270, 'eg_sources_essgrid', ''),
(5715, 270, 'eg_featured_grid', ''),
(5716, 270, 'eg_votes_count', '0'),
(5718, 54, 'eg_sources_revslider', ''),
(5719, 54, 'eg_sources_essgrid', ''),
(5720, 54, 'eg_featured_grid', ''),
(5721, 54, 'eg_votes_count', '0'),
(5724, 270, '_oembed_5e5f6a934c8fa46e353568139f885acf', '<iframe title=\"&ldquo;The Church We See&rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&app_id=122963\" width=\"411\" height=\"231\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(5725, 270, '_oembed_time_5e5f6a934c8fa46e353568139f885acf', '1560868714'),
(5728, 272, 'eg_sources_revslider', ''),
(5729, 272, 'eg_sources_essgrid', ''),
(5730, 272, 'eg_featured_grid', ''),
(5731, 272, 'eg_votes_count', '0'),
(5732, 275, 'eg_sources_revslider', ''),
(5733, 275, 'eg_sources_essgrid', ''),
(5734, 275, 'eg_featured_grid', ''),
(5735, 275, 'eg_votes_count', '0'),
(5736, 1138, 'eg_sources_revslider', ''),
(5737, 1138, 'eg_sources_essgrid', ''),
(5738, 1138, 'eg_featured_grid', ''),
(5739, 1138, 'eg_votes_count', '0'),
(5754, 250, 'eg_sources_revslider', ''),
(5755, 250, 'eg_sources_essgrid', ''),
(5756, 250, 'eg_featured_grid', ''),
(5757, 250, 'eg_votes_count', '0'),
(5759, 141, 'eg_sources_revslider', ''),
(5760, 141, 'eg_sources_essgrid', ''),
(5761, 141, 'eg_featured_grid', ''),
(5762, 141, 'eg_votes_count', '0'),
(5763, 128, 'eg_sources_revslider', ''),
(5764, 128, 'eg_sources_essgrid', ''),
(5765, 128, 'eg_featured_grid', ''),
(5766, 128, 'eg_votes_count', '0'),
(5767, 11, 'eg_sources_revslider', ''),
(5768, 11, 'eg_sources_essgrid', ''),
(5769, 11, 'eg_featured_grid', ''),
(5770, 11, 'eg_votes_count', '0'),
(5771, 12, 'eg_sources_revslider', ''),
(5772, 12, 'eg_sources_essgrid', ''),
(5773, 12, 'eg_featured_grid', ''),
(5774, 12, 'eg_votes_count', '0'),
(5779, 93, 'eg_sources_revslider', ''),
(5780, 93, 'eg_sources_essgrid', ''),
(5781, 93, 'eg_featured_grid', ''),
(5782, 159, 'eg_sources_revslider', ''),
(5783, 159, 'eg_sources_essgrid', ''),
(5784, 159, 'eg_featured_grid', ''),
(5785, 159, 'eg_votes_count', '0'),
(5787, 72, 'eg_sources_revslider', ''),
(5788, 72, 'eg_sources_essgrid', ''),
(5789, 72, 'eg_featured_grid', ''),
(5790, 72, 'eg_votes_count', '0'),
(5791, 286, 'eg_sources_revslider', ''),
(5792, 286, 'eg_sources_essgrid', ''),
(5793, 286, 'eg_featured_grid', ''),
(5794, 286, 'eg_votes_count', '0'),
(5796, 52, 'eg_sources_revslider', ''),
(5797, 52, 'eg_sources_essgrid', ''),
(5798, 52, 'eg_featured_grid', ''),
(5799, 52, 'eg_votes_count', '0'),
(5805, 264, 'eg_sources_revslider', ''),
(5806, 264, 'eg_sources_essgrid', ''),
(5807, 264, 'eg_featured_grid', ''),
(5808, 264, 'eg_votes_count', '0'),
(5811, 26, 'eg_sources_revslider', ''),
(5812, 26, 'eg_sources_essgrid', ''),
(5813, 26, 'eg_featured_grid', ''),
(5814, 26, 'eg_votes_count', '0'),
(5835, 301, '_oembed_e84d2e34a4c0f39cf32dec4c9a6cad08', '<iframe title=\"&ldquo;The Church We See&rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&app_id=122963\" width=\"419\" height=\"236\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(5836, 301, '_oembed_time_e84d2e34a4c0f39cf32dec4c9a6cad08', '1562074034'),
(5838, 1194, '_wp_old_date', '2018-07-24'),
(5845, 1194, '_wp_old_date', '2019-07-02'),
(5846, 316, '_oembed_e84d2e34a4c0f39cf32dec4c9a6cad08', '<iframe title=\"&ldquo;The Church We See&rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&app_id=122963\" width=\"419\" height=\"236\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(5847, 316, '_oembed_time_e84d2e34a4c0f39cf32dec4c9a6cad08', '1562330128'),
(5849, 316, '_oembed_1ab6ee4ba056a06bf9ab4d8462d3e1e3', '<iframe title=\"&ldquo;The Church We See&rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&app_id=122963\" width=\"425\" height=\"239\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(5850, 316, '_oembed_time_1ab6ee4ba056a06bf9ab4d8462d3e1e3', '1562330158'),
(5853, 71, 'eg_sources_revslider', ''),
(5854, 71, 'eg_sources_essgrid', ''),
(5855, 71, 'eg_featured_grid', ''),
(5856, 71, 'eg_votes_count', '0'),
(5872, 126, 'eg_sources_revslider', ''),
(5873, 126, 'eg_sources_essgrid', ''),
(5874, 126, 'eg_featured_grid', ''),
(5875, 126, 'eg_votes_count', '0'),
(6296, 316, '_oembed_fd7f2a62c129690f57557cbd7ae5bab1', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"540\" height=\"304\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6297, 316, '_oembed_time_fd7f2a62c129690f57557cbd7ae5bab1', '1571047692'),
(6298, 301, '_oembed_3358be94832d522bb4d5b47220b4b115', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"406\" height=\"228\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6299, 301, '_oembed_time_3358be94832d522bb4d5b47220b4b115', '1571047994'),
(6302, 316, '_oembed_f33d6de54a7c00604048545ee54be1cc', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"401\" height=\"226\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6303, 316, '_oembed_time_f33d6de54a7c00604048545ee54be1cc', '1571048473'),
(6307, 2001, '_edit_lock', '1571126702:1'),
(6308, 2001, '_edit_last', '1'),
(6309, 2001, 'slide_template', ''),
(6310, 2001, 'trx_addons_layout_type', 'header'),
(6311, 2001, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";}'),
(6312, 2001, 'eg_sources_html5_mp4', ''),
(6313, 2001, 'eg_sources_html5_ogv', ''),
(6314, 2001, 'eg_sources_html5_webm', ''),
(6315, 2001, 'eg_sources_youtube', ''),
(6316, 2001, 'eg_sources_vimeo', ''),
(6317, 2001, 'eg_sources_wistia', ''),
(6318, 2001, 'eg_sources_image', ''),
(6319, 2001, 'eg_sources_iframe', ''),
(6320, 2001, 'eg_sources_soundcloud', ''),
(6321, 2001, 'eg_vimeo_ratio', '1'),
(6322, 2001, 'eg_youtube_ratio', '1'),
(6323, 2001, 'eg_wistia_ratio', '1'),
(6324, 2001, 'eg_html5_ratio', '1'),
(6325, 2001, 'eg_soundcloud_ratio', '1'),
(6326, 2001, 'eg_sources_revslider', ''),
(6327, 2001, 'eg_sources_essgrid', ''),
(6328, 2001, 'eg_featured_grid', ''),
(6329, 2001, 'eg_settings_custom_meta_skin', ''),
(6330, 2001, 'eg_settings_custom_meta_element', ''),
(6331, 2001, 'eg_settings_custom_meta_setting', ''),
(6332, 2001, 'eg_settings_custom_meta_style', ''),
(6333, 2001, 'eg_custom_meta_216', 'true'),
(6334, 2001, 'eg_votes_count', '0'),
(6335, 2001, '_wpb_vc_js_status', 'true'),
(6336, 2001, '_wpb_shortcodes_custom_css', '.vc_custom_1571064973790{padding-left: 1.4em !important;}.vc_custom_1533912144013{padding-left: 2.5em !important;}.vc_custom_1561213062382{padding-left: 1.8em !important;}'),
(6353, 12, '_wpb_shortcodes_custom_css', '.vc_custom_1561121341652{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}.vc_custom_1561121349268{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}.vc_custom_1696856585174{background-color: #303030 !important;}.vc_custom_1696570884971{margin-top: 0.2em !important;}.vc_custom_1531400785576{margin-top: 0.2em !important;}'),
(6362, 2029, '_edit_lock', '1696856314:1'),
(6363, 2029, '_edit_last', '1'),
(6364, 2001, '_wp_old_slug', 'header-fullwidth-socials'),
(6365, 2029, 'slide_template', 'default'),
(6366, 2029, 'trx_addons_layout_type', 'header'),
(6367, 2029, 'trx_addons_options', 'a:2:{s:11:\"layout_type\";s:6:\"header\";s:6:\"margin\";s:0:\"\";}'),
(6368, 2029, 'eg_sources_html5_mp4', ''),
(6369, 2029, 'eg_sources_html5_ogv', ''),
(6370, 2029, 'eg_sources_html5_webm', ''),
(6371, 2029, 'eg_sources_youtube', ''),
(6372, 2029, 'eg_sources_vimeo', ''),
(6373, 2029, 'eg_sources_wistia', ''),
(6374, 2029, 'eg_sources_image', ''),
(6375, 2029, 'eg_sources_iframe', ''),
(6376, 2029, 'eg_sources_soundcloud', ''),
(6377, 2029, 'eg_vimeo_ratio', '1'),
(6378, 2029, 'eg_youtube_ratio', '1'),
(6379, 2029, 'eg_wistia_ratio', '1'),
(6380, 2029, 'eg_html5_ratio', '1'),
(6381, 2029, 'eg_soundcloud_ratio', '1'),
(6382, 2029, 'eg_sources_revslider', ''),
(6383, 2029, 'eg_sources_essgrid', ''),
(6384, 2029, 'eg_featured_grid', ''),
(6385, 2029, 'eg_settings_custom_meta_skin', ''),
(6386, 2029, 'eg_settings_custom_meta_element', ''),
(6387, 2029, 'eg_settings_custom_meta_setting', ''),
(6388, 2029, 'eg_settings_custom_meta_style', ''),
(6389, 2029, 'eg_custom_meta_216', 'true'),
(6390, 2029, 'eg_votes_count', '0'),
(6391, 2029, '_wpb_vc_js_status', 'true'),
(6392, 2029, '_wpb_shortcodes_custom_css', '.vc_custom_1571064973790{padding-left: 1.4em !important;}.vc_custom_1533912144013{padding-left: 2.5em !important;}.vc_custom_1561213062382{padding-left: 1.8em !important;}'),
(6393, 316, '_oembed_d81a9dd2f865c978763593ef2f0dd399', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"400\" height=\"225\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6394, 316, '_oembed_time_d81a9dd2f865c978763593ef2f0dd399', '1571131413'),
(6403, 204, 'eg_sources_revslider', ''),
(6404, 204, 'eg_sources_essgrid', ''),
(6405, 204, 'eg_featured_grid', ''),
(6406, 204, 'eg_votes_count', '0'),
(6413, 270, '_oembed_93e89f1fe41d9343b880446b5814e91f', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"407\" height=\"229\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6414, 270, '_oembed_time_93e89f1fe41d9343b880446b5814e91f', '1571134649'),
(6416, 270, '_oembed_af6af55eb372302ce43b614919ff2f09', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"435\" height=\"245\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6417, 270, '_oembed_time_af6af55eb372302ce43b614919ff2f09', '1571134674'),
(6421, 197, 'trx_addons_post_views_count', '607'),
(6422, 376, 'eg_sources_revslider', ''),
(6423, 376, 'eg_sources_essgrid', ''),
(6424, 376, 'eg_featured_grid', ''),
(6425, 376, 'eg_votes_count', '0'),
(6437, 91, 'eg_sources_revslider', ''),
(6438, 91, 'eg_sources_essgrid', ''),
(6439, 91, 'eg_featured_grid', ''),
(6444, 82, 'eg_sources_revslider', ''),
(6445, 82, 'eg_sources_essgrid', ''),
(6446, 82, 'eg_featured_grid', ''),
(6447, 270, '_oembed_88ed6a5365413500c4c50578f079e615', '<iframe title=\"&amp;ldquo;The Church We See&amp;rdquo;\" src=\"https://player.vimeo.com/video/28906762?dnt=1&amp;app_id=122963\" width=\"570\" height=\"321\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6448, 270, '_oembed_time_88ed6a5365413500c4c50578f079e615', '1572017504'),
(6451, 102, 'trx_addons_post_views_count', '366'),
(6452, 102, 'trx_addons_post_likes_count', '0'),
(6453, 62, 'trx_addons_post_views_count', '460'),
(6454, 62, 'trx_addons_post_likes_count', '0'),
(6455, 83, 'trx_addons_post_views_count', '424'),
(6456, 83, 'trx_addons_post_likes_count', '0'),
(6457, 63, 'trx_addons_post_views_count', '530'),
(6458, 63, 'trx_addons_post_likes_count', '0'),
(6459, 85, 'trx_addons_post_views_count', '405'),
(6460, 85, 'trx_addons_post_likes_count', '0'),
(6608, 113, 'trx_addons_post_views_count', '381'),
(6609, 113, 'trx_addons_post_likes_count', '0'),
(6610, 112, 'trx_addons_post_views_count', '389'),
(6611, 112, 'trx_addons_post_likes_count', '0'),
(6612, 115, 'trx_addons_post_views_count', '391'),
(6613, 115, 'trx_addons_post_likes_count', '0'),
(6614, 65, 'trx_addons_post_views_count', '383'),
(6615, 65, 'trx_addons_post_likes_count', '0'),
(6616, 259, 'eg_sources_revslider', ''),
(6617, 259, 'eg_sources_essgrid', ''),
(6618, 259, 'eg_featured_grid', ''),
(6619, 259, 'eg_votes_count', '0'),
(6620, 258, 'eg_sources_revslider', ''),
(6621, 258, 'eg_sources_essgrid', ''),
(6622, 258, 'eg_featured_grid', ''),
(6623, 258, 'eg_votes_count', '0'),
(6624, 257, 'eg_sources_revslider', ''),
(6625, 257, 'eg_sources_essgrid', ''),
(6626, 257, 'eg_featured_grid', ''),
(6627, 257, 'eg_votes_count', '0'),
(6629, 116, 'trx_addons_post_views_count', '370'),
(6630, 116, 'trx_addons_post_likes_count', '0'),
(6631, 263, 'trx_addons_post_likes_count', '0'),
(6632, 262, 'trx_addons_post_likes_count', '0'),
(6633, 257, 'trx_addons_post_likes_count', '0'),
(6634, 84, 'trx_addons_post_views_count', '404'),
(6635, 84, 'trx_addons_post_likes_count', '0'),
(6636, 105, 'trx_addons_post_views_count', '393'),
(6637, 105, 'trx_addons_post_likes_count', '0'),
(6646, 316, '_oembed_fa1dc73629eca41f7d01fe411690f907', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"387\" height=\"218\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6647, 316, '_oembed_time_fa1dc73629eca41f7d01fe411690f907', '1580221927'),
(6652, 316, '_oembed_0cd61275cf24d0a64e687de05ba9f22d', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"502\" height=\"282\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6653, 316, '_oembed_time_0cd61275cf24d0a64e687de05ba9f22d', '1580283456'),
(6655, 316, '_oembed_747eda4afa7d13785de5766b99972740', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6656, 316, '_oembed_time_747eda4afa7d13785de5766b99972740', '1580283466'),
(6657, 316, '_oembed_853b782c642b9e58327b4bf320d5639a', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"426\" height=\"240\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6658, 316, '_oembed_time_853b782c642b9e58327b4bf320d5639a', '1580283614'),
(6702, 301, '_oembed_747eda4afa7d13785de5766b99972740', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6703, 301, '_oembed_time_747eda4afa7d13785de5766b99972740', '1580292171'),
(6707, 159, 'rs_page_bg_color', '#ffffff'),
(6713, 286, 'rs_page_bg_color', '#ffffff'),
(6720, 250, 'rs_page_bg_color', '#ffffff'),
(6722, 54, 'rs_page_bg_color', '#ffffff'),
(6725, 52, 'rs_page_bg_color', '#ffffff'),
(6727, 52, '_oembed_747eda4afa7d13785de5766b99972740', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6728, 52, '_oembed_time_747eda4afa7d13785de5766b99972740', '1580305783'),
(6732, 270, '_oembed_747eda4afa7d13785de5766b99972740', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>'),
(6733, 270, '_oembed_time_747eda4afa7d13785de5766b99972740', '1580315848'),
(6736, 2141, '_form', '<div class=\"sc_form_details trx_addons_columns_wrap\">\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[text* your-name placeholder \"Enter Your Name\"] </label>\n				</div>\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[email* your-email placeholder \"Enter Your Email\"] </label>\n			</div>\n		</div>\n		<label>\n		   [textarea your-message placeholder \"Enter Your Message\"] </label>\n		[submit class:sc_button class:sc_button_hover_slide_left \"Send Message\"]'),
(6737, 2141, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:75:\"Planet Shakers  Religion, Church <[email protected]>\";s:9:\"recipient\";s:13:\"[email protected]\";s:4:\"body\";s:202:\"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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(6738, 2141, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:49:\"Planet Shakers  Religion, Church \"[your-subject]\"\";s:6:\"sender\";s:75:\"Planet Shakers  Religion, Church <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:144:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\";s:18:\"additional_headers\";s:23:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(6739, 2141, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(6740, 2141, '_additional_settings', ''),
(6741, 2141, '_locale', 'en_US'),
(6748, 232, 'rs_page_bg_color', ''),
(6749, 240, 'rs_page_bg_color', ''),
(6750, 219, 'rs_page_bg_color', ''),
(6751, 242, 'rs_page_bg_color', ''),
(6752, 237, 'rs_page_bg_color', ''),
(6753, 235, 'rs_page_bg_color', ''),
(6754, 230, 'rs_page_bg_color', ''),
(6755, 228, 'rs_page_bg_color', ''),
(6756, 225, 'rs_page_bg_color', ''),
(6757, 221, 'rs_page_bg_color', ''),
(6845, 257, '_oembed_747eda4afa7d13785de5766b99972740', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?h=ee3b55aa0e&amp;dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(6846, 257, '_oembed_time_747eda4afa7d13785de5766b99972740', '1639770903'),
(6847, 72, 'trx_addons_post_views_count', '41'),
(6848, 72, 'trx_addons_post_likes_count', '0'),
(6849, 13, 'trx_addons_post_views_count', '24'),
(6850, 13, 'trx_addons_post_likes_count', '0'),
(6851, 12, 'trx_addons_post_views_count', '29'),
(6852, 12, 'trx_addons_post_likes_count', '0'),
(6853, 19, 'trx_addons_post_views_count', '27'),
(6854, 19, 'trx_addons_post_likes_count', '0'),
(6855, 214, 'trx_addons_post_views_count', '28'),
(6856, 214, 'trx_addons_post_likes_count', '0'),
(6857, 71, 'trx_addons_post_views_count', '50'),
(6858, 71, 'trx_addons_post_likes_count', '0'),
(6859, 2029, 'trx_addons_post_views_count', '31'),
(6860, 2029, 'trx_addons_post_likes_count', '0'),
(6861, 73, 'trx_addons_post_views_count', '34'),
(6862, 73, 'trx_addons_post_likes_count', '0'),
(6867, 2001, 'trx_addons_post_views_count', '26'),
(6868, 2001, 'trx_addons_post_likes_count', '0'),
(6869, 1379, 'trx_addons_post_views_count', '37'),
(6873, 2306, 'trx_addons_post_views_count', '36'),
(6874, 272, '_oembed_747eda4afa7d13785de5766b99972740', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?h=ee3b55aa0e&amp;dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" allowfullscreen></iframe>'),
(6875, 272, '_oembed_time_747eda4afa7d13785de5766b99972740', '1656157510'),
(6893, 327, '_wp_old_date', '2018-01-11'),
(6897, 167, '_wp_old_date', '2018-01-09'),
(6906, 284, '_wp_old_date', '2018-01-10'),
(6907, 285, '_wp_old_date', '2018-01-10'),
(6916, 181, '_wp_old_date', '2018-01-09'),
(6925, 190, '_wp_old_date', '2018-01-09'),
(6950, 492, '_require_file_renaming', '1'),
(6951, 838, '_require_file_renaming', '1'),
(6953, 867, '_original_filename', 'promo_bg.jpg'),
(6974, 219, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(6980, 240, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(6986, 237, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(6992, 235, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(6998, 232, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(7004, 230, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(7010, 228, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(7016, 225, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(7022, 221, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(7028, 242, '_tec_ct1_report_category', 'tec-single-event-strategy'),
(7044, 219, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7045, 219, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650438.9785709381103515625;s:13:\"end_timestamp\";d:1676650439.0283110141754150390625;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:219;s:10:\"post_title\";s:44:\"College & Young Adults - The Journey Worship\";}}'),
(7046, 240, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7047, 240, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.0546419620513916015625;s:13:\"end_timestamp\";d:1676650439.0994479656219482421875;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:240;s:10:\"post_title\";s:33:\"What You Can Do for Our Community\";}}'),
(7048, 237, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7049, 237, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.1309330463409423828125;s:13:\"end_timestamp\";d:1676650439.1941869258880615234375;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:237;s:10:\"post_title\";s:43:\"Declaration of Love to Him and to the World\";}}'),
(7050, 235, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7051, 235, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.2137811183929443359375;s:13:\"end_timestamp\";d:1676650439.3747398853302001953125;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:235;s:10:\"post_title\";s:32:\"Education and Volunteer Programs\";}}'),
(7052, 232, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7053, 232, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.3984088897705078125;s:13:\"end_timestamp\";d:1676650439.4636499881744384765625;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:232;s:10:\"post_title\";s:37:\"Unity for a Greater Cause and Charity\";}}'),
(7054, 230, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7055, 230, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.54212188720703125;s:13:\"end_timestamp\";d:1676650439.6472370624542236328125;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:230;s:10:\"post_title\";s:34:\"Freedom and Passion in Every Step!\";}}'),
(7056, 228, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7057, 228, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.6727440357208251953125;s:13:\"end_timestamp\";d:1676650439.8185770511627197265625;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:228;s:10:\"post_title\";s:39:\"Project of the month– Save the Earth!\";}}'),
(7058, 225, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7059, 225, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.84255695343017578125;s:13:\"end_timestamp\";d:1676650439.8765480518341064453125;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:225;s:10:\"post_title\";s:44:\"Wedding & Relationship - The Journey Worship\";}}'),
(7060, 221, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7061, 221, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.8965089321136474609375;s:13:\"end_timestamp\";d:1676650439.9710528850555419921875;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:221;s:10:\"post_title\";s:39:\"Project of the month– Save the World!\";}}'),
(7062, 242, '_tec_ct1_current_migration_phase', 'MIGRATION_SUCCESS'),
(7063, 242, '_tec_ct1_migrated_report', 'a:11:{s:15:\"start_timestamp\";d:1676650439.9977190494537353515625;s:13:\"end_timestamp\";d:1676650440.1110351085662841796875;s:11:\"has_tickets\";b:0;s:16:\"tickets_provider\";s:0:\"\";s:9:\"is_single\";b:1;s:14:\"created_events\";a:0:{}s:6:\"status\";s:7:\"success\";s:5:\"error\";N;s:6:\"series\";a:0:{}s:18:\"strategies_applied\";a:1:{i:0;s:25:\"tec-single-event-strategy\";}s:17:\"source_event_post\";O:8:\"stdClass\":2:{s:2:\"ID\";i:242;s:10:\"post_title\";s:42:\"People Who Have Lost and Found their Faith\";}}'),
(7082, 2377, '_wpb_shortcodes_custom_css', '.vc_custom_1532011040565{margin-top: 0px !important;}.vc_custom_1528108511613{background-color: #f5f4f2 !important;}.vc_custom_1677144607180{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2022/08/home1_slide1-copyright.jpeg?id=2335) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528122024465{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1528118113607{margin-top: 3em !important;margin-bottom: 5.2em !important;}.vc_custom_1532502759422{border-right-width: 2px !important;border-right-color: #9a9a9a !important;border-right-style: solid !important;}.vc_custom_1531235135525{padding-right: 0px !important;padding-left: 0px !important;background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1562750510070{background-color: #eb763c !important;}.vc_custom_1528121964989{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7083, 2378, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1571065558436{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7084, 536, '_hash', '7191e59c47041bd6f3a2577c2c554d3228988839'),
(7085, 831, '_hash', '640d67c8a131e7b00a0f1e8544d529cbe409daf3'),
(7086, 1213, '_hash', 'a9173d9be70aea61e1e9fef52202703882dc5dc1'),
(7087, 2141, '_hash', 'c579039cc61fe921fdf3c5b811552b82ee5e0e10'),
(7089, 316, '_wpb_shortcodes_custom_css_updated', '1'),
(7090, 159, '_wpb_shortcodes_custom_css_updated', '1'),
(7092, 536, '_config_validation', 'a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";s:24:\"email_not_in_site_domain\";s:4:\"args\";a:3:{s:7:\"message\";s:56:\"Sender email address does not belong to the site domain.\";s:6:\"params\";a:0:{}s:4:\"link\";s:70:\"https://contactform7.com/configuration-errors/email-not-in-site-domain\";}}}}'),
(7093, 54, '_wpb_shortcodes_custom_css_updated', '1'),
(7096, 54, '_oembed_1aa4a516e979b675e2aa3e013327fe57', '<iframe title=\"ThemeREX Intro\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/fzQEtF1AdXg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(7097, 54, '_oembed_time_1aa4a516e979b675e2aa3e013327fe57', '1694599252'),
(7098, 395, '_wpb_shortcodes_custom_css_updated', '1'),
(7099, 1138, '_wpb_shortcodes_custom_css_updated', '1'),
(7100, 301, '_wpb_shortcodes_custom_css_updated', '1'),
(7101, 286, '_wpb_shortcodes_custom_css_updated', '1'),
(7102, 250, '_wpb_shortcodes_custom_css_updated', '1'),
(7103, 52, '_wpb_shortcodes_custom_css_updated', '1'),
(7104, 270, '_wpb_shortcodes_custom_css_updated', '1'),
(7105, 264, '_wpb_shortcodes_custom_css_updated', '1'),
(7106, 2395, '_wp_attached_file', 'revslider/home1/home1_slide1-copyright1.jpeg'),
(7107, 2395, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:782;s:4:\"file\";s:44:\"revslider/home1/home1_slide1-copyright1.jpeg\";s:8:\"filesize\";i:60400;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-300x122.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11745;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"home1_slide1-copyright1-1024x417.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-768x313.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50047;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"home1_slide1-copyright1-1536x626.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146556;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16060;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:37:\"home1_slide1-copyright1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124548;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63669;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20201;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:34:\"home1_slide1-copyright1-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3978;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23581;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:37:\"home1_slide1-copyright1-1170x450.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91270;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36284;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42780;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40567;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52717;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49616;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55942;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-760x310.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49877;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16060;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65551;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12317;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39708;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:36:\"home1_slide1-copyright1-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32031;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7108, 2396, '_wp_attached_file', 'revslider/home1/home1_slide2-copyright1.jpeg'),
(7109, 2396, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:782;s:4:\"file\";s:44:\"revslider/home1/home1_slide2-copyright1.jpeg\";s:8:\"filesize\";i:56289;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-300x122.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11111;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"home1_slide2-copyright1-1024x417.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6727;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-768x313.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44187;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"home1_slide2-copyright1-1536x626.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124469;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15197;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:37:\"home1_slide2-copyright1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103709;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53934;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18178;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:34:\"home1_slide2-copyright1-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3517;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16656;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:37:\"home1_slide2-copyright1-1170x450.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77540;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25592;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36371;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30266;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38772;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42342;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49693;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-760x310.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43628;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15197;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55526;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11499;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26859;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:36:\"home1_slide2-copyright1-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24139;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7110, 2397, '_wp_attached_file', 'revslider/home1/home1_slide3-copyright1.jpeg'),
(7111, 2397, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:782;s:4:\"file\";s:44:\"revslider/home1/home1_slide3-copyright1.jpeg\";s:8:\"filesize\";i:60175;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-300x122.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9817;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"home1_slide3-copyright1-1024x417.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8402;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-768x313.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44685;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"home1_slide3-copyright1-1536x626.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133950;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13625;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:37:\"home1_slide3-copyright1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126537;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63788;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19336;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:34:\"home1_slide3-copyright1-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4005;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27517;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:37:\"home1_slide3-copyright1-1170x450.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82676;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43269;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43067;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48687;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64031;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50166;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53859;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-760x310.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44387;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13625;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65807;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11602;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48413;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:36:\"home1_slide3-copyright1-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37853;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7112, 2398, '_wp_attached_file', '2023/09/cropped-umuhuzaLogo-1-2.png'),
(7113, 2398, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:162;s:6:\"height\";i:116;s:4:\"file\";s:35:\"2023/09/cropped-umuhuzaLogo-1-2.png\";s:8:\"filesize\";i:15732;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-umuhuzaLogo-1-2-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12474;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:33:\"cropped-umuhuzaLogo-1-2-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6361;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7118, 327, '_wp_old_date', '2022-08-15'),
(7119, 167, '_wp_old_date', '2022-08-15'),
(7129, 284, '_wp_old_date', '2022-08-15'),
(7130, 285, '_wp_old_date', '2022-08-15'),
(7139, 181, '_wp_old_date', '2022-08-15'),
(7148, 190, '_wp_old_date', '2022-08-15'),
(7160, 327, '_wp_old_date', '2023-09-28'),
(7161, 167, '_wp_old_date', '2023-09-28'),
(7162, 285, '_wp_old_date', '2023-09-28'),
(7163, 284, '_wp_old_date', '2023-09-28'),
(7178, 181, '_wp_old_date', '2023-09-28'),
(7186, 190, '_wp_old_date', '2023-09-28'),
(7187, 2404, '_wp_attached_file', '2023/09/cropped-cropped-umuhuzaLogo-1-2.png'),
(7188, 2404, '_wp_attachment_context', 'site-icon'),
(7189, 2404, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:43:\"2023/09/cropped-cropped-umuhuzaLogo-1-2.png\";s:8:\"filesize\";i:35450;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14511;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42542;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-512x428.png\";s:5:\"width\";i:512;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34785;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-370x208.png\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41238;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-umuhuzaLogo-1-2-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6198;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-270x343.png\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32224;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34953;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-370x430.png\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41593;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-512x340.png\";s:5:\"width\";i:512;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34037;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-440x430.png\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48790;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-512x510.png\";s:5:\"width\";i:512;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35435;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34298;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-512x370.png\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34298;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42542;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-512x433.png\";s:5:\"width\";i:512;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34824;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-270x152.png\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31249;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-370x493.png\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40177;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42542;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32375;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21313;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-umuhuzaLogo-1-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19360;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-umuhuzaLogo-1-2-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1166;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7195, 2408, '_wp_attached_file', '2023/10/s2-min-1.jpeg'),
(7196, 2408, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:782;s:4:\"file\";s:21:\"2023/10/s2-min-1.jpeg\";s:8:\"filesize\";i:174720;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"s2-min-1-300x122.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15165;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"s2-min-1-1024x417.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111670;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"s2-min-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"s2-min-1-768x313.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69772;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"s2-min-1-1536x626.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212559;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"s2-min-1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21489;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:22:\"s2-min-1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164284;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"s2-min-1-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83588;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"s2-min-1-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26294;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"s2-min-1-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4150;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"s2-min-1-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25592;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:22:\"s2-min-1-1170x450.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136361;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"s2-min-1-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40216;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"s2-min-1-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55237;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"s2-min-1-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47071;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"s2-min-1-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61842;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"s2-min-1-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64764;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"s2-min-1-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75338;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"s2-min-1-760x310.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69161;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"s2-min-1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21489;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"s2-min-1-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85997;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"s2-min-1-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16026;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"s2-min-1-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45272;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"s2-min-1-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36124;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7197, 2409, '_wp_attached_file', '2023/10/s1-min-1.jpeg'),
(7198, 2409, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:782;s:4:\"file\";s:21:\"2023/10/s1-min-1.jpeg\";s:8:\"filesize\";i:116040;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"s1-min-1-300x122.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11922;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"s1-min-1-1024x417.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81411;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"s1-min-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7529;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"s1-min-1-768x313.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50015;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"s1-min-1-1536x626.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163101;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"s1-min-1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16260;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:22:\"s1-min-1-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123607;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"s1-min-1-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59545;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"s1-min-1-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19300;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"s1-min-1-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3807;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"s1-min-1-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19318;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:22:\"s1-min-1-1170x450.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98294;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"s1-min-1-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30038;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"s1-min-1-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38609;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"s1-min-1-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35001;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"s1-min-1-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45992;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"s1-min-1-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45538;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"s1-min-1-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53252;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"s1-min-1-760x310.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49583;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"s1-min-1-370x151.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16260;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"s1-min-1-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61569;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"s1-min-1-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12155;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"s1-min-1-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32930;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"s1-min-1-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7204, 11, 'slide_template', ''),
(7205, 11, 'rs_page_bg_color', ''),
(7208, 12, 'slide_template', ''),
(7209, 12, 'rs_page_bg_color', ''),
(7210, 316, 'slide_template', 'default'),
(7211, 316, 'rs_page_bg_color', '#ffffff'),
(7212, 2416, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7213, 2417, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7214, 2418, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7215, 2419, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7223, 2421, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7224, 2422, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7225, 2423, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7226, 2424, '_form', '<label>\n    [email* your-email autocomplete:email]  [submit \"Submit\"]\n</label>'),
(7227, 2424, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:49:\"[_site_title] <[email protected]>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";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;}'),
(7228, 2424, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:49:\"[_site_title] <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(7229, 2424, '_messages', 'a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";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:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";s:16:\"invalid_datetime\";s:31:\"Invalid date and time supplied.\";s:12:\"invalid_date\";s:22:\"Invalid date supplied.\";s:12:\"invalid_time\";s:22:\"Invalid time supplied.\";}'),
(7230, 2424, '_additional_settings', ''),
(7231, 2424, '_locale', 'en_US'),
(7232, 2424, '_hash', 'e58501a0b5d0cb71382b73db3cd8a5dbc7d1e697'),
(7233, 2425, '_wpb_shortcodes_custom_css', '.vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7234, 2426, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7235, 259, 'rs_page_bg_color', ''),
(7236, 2427, '_wp_attached_file', '2018/01/IMG_8708.jpg'),
(7237, 2427, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/01/IMG_8708.jpg\";s:8:\"filesize\";i:419342;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_8708-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_8708-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_8708-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176994;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_8708-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61778;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"IMG_8708-1000x658.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271275;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_8708-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151163;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"IMG_8708-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52722;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"IMG_8708-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8518;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"IMG_8708-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53575;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"IMG_8708-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195128;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"IMG_8708-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80759;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"IMG_8708-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105647;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"IMG_8708-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94932;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"IMG_8708-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119225;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"IMG_8708-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121121;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"IMG_8708-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133621;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"IMG_8708-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176025;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"IMG_8708-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61778;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_8708-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155021;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"IMG_8708-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31638;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_8708-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85238;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"IMG_8708-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7238, 2428, '_wp_attached_file', '2018/01/im3-min.jpg'),
(7239, 2428, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2018/01/im3-min.jpg\";s:8:\"filesize\";i:69710;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"im3-min-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"im3-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12103;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"im3-min-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82001;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"im3-min-370x185.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29292;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:19:\"im3-min-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88778;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:19:\"im3-min-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31591;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:17:\"im3-min-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6137;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:19:\"im3-min-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32106;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:20:\"im3-min-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112455;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:19:\"im3-min-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48247;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:19:\"im3-min-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62427;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:19:\"im3-min-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56098;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:19:\"im3-min-520x500.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64923;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:19:\"im3-min-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71245;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:19:\"im3-min-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78826;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:19:\"im3-min-760x380.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81472;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"im3-min-370x185.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29292;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:19:\"im3-min-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90754;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:19:\"im3-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19897;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:19:\"im3-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52127;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:19:\"im3-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7240, 258, 'rs_page_bg_color', ''),
(7241, 257, 'rs_page_bg_color', ''),
(7242, 2429, '_wp_attached_file', '2018/01/im4-min.jpg'),
(7243, 2429, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2018/01/im4-min.jpg\";s:8:\"filesize\";i:125793;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"im4-min-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"im4-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"im4-min-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127996;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"im4-min-370x185.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39629;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:19:\"im4-min-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148015;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:19:\"im4-min-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46419;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:17:\"im4-min-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6824;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:19:\"im4-min-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39120;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:20:\"im4-min-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186337;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:19:\"im4-min-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62604;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:19:\"im4-min-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101461;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:19:\"im4-min-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79372;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:19:\"im4-min-520x500.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98650;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:19:\"im4-min-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117230;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:19:\"im4-min-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122644;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:19:\"im4-min-760x380.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127351;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"im4-min-370x185.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39629;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:19:\"im4-min-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151426;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:19:\"im4-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27327;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:19:\"im4-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61792;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:19:\"im4-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63138;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7244, 2430, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7245, 2431, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7246, 2432, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7247, 2433, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7248, 2434, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7249, 2435, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528898193156{background-color: #eb763c !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7250, 2436, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7251, 2437, '_wp_attached_file', '2023/10/5-min-scaled.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7252, 2437, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:24:\"2023/10/5-min-scaled.jpg\";s:8:\"filesize\";i:1324526;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"5-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40223;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"5-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"5-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17709;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"5-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173452;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"5-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:528688;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"5-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:881206;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"5-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56319;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"5-min-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290225;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:17:\"5-min-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147478;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:17:\"5-min-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47753;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:15:\"5-min-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8140;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:17:\"5-min-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49498;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"5-min-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202326;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:17:\"5-min-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78145;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:17:\"5-min-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100254;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:17:\"5-min-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93731;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:17:\"5-min-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121233;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:17:\"5-min-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116253;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:17:\"5-min-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127961;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:17:\"5-min-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172705;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"5-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56319;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:17:\"5-min-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150433;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:17:\"5-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28873;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:17:\"5-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82132;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:17:\"5-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74079;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:9:\"5-min.jpg\";}'),
(7253, 2438, '_wp_attached_file', '2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg'),
(7254, 2438, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:152:\"2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg\";s:8:\"filesize\";i:732305;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48227;}s:5:\"large\";a:5:{s:4:\"file\";s:153:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:398515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19967;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243482;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:154:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:754451;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70299;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:153:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:422605;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207683;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60171;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:150:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8472;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66276;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:153:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:305996;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107386;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135018;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126630;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168840;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159907;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181192;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241648;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70299;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212859;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34522;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119645;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:152:\"Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97181;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7255, 2439, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7256, 2440, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7257, 2441, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7258, 2442, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7259, 2443, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7260, 2444, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7261, 2445, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7262, 2446, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7263, 2447, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7264, 2448, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7265, 2449, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675387139{margin-top: 5px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7266, 2450, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675534999{margin-top: 5px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7267, 2451, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675562967{margin-top: 5px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7268, 2452, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675608889{margin-top: 10px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7269, 2453, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7270, 2455, '_wp_attached_file', '2018/01/51415971150_7d6a6d086b_o.jpeg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7271, 2455, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:37:\"2018/01/51415971150_7d6a6d086b_o.jpeg\";s:8:\"filesize\";i:658793;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45743;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19516;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215719;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65934;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:38:\"51415971150_7d6a6d086b_o-1000x658.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356993;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187797;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57882;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:35:\"51415971150_7d6a6d086b_o-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8254;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61361;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:38:\"51415971150_7d6a6d086b_o-1000x450.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258781;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97642;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124757;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115202;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149891;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146550;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163045;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-760x507.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212880;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65934;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192556;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33753;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105698;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:37:\"51415971150_7d6a6d086b_o-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7278, 2456, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7279, 2457, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7280, 203, 'rs_page_bg_color', ''),
(7281, 203, 'eg_sources_revslider', ''),
(7282, 203, 'eg_sources_essgrid', ''),
(7283, 203, 'eg_featured_grid', ''),
(7284, 203, 'eg_votes_count', '0'),
(7285, 2458, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7289, 2460, '_wp_attached_file', '2018/01/co-min-scaled.jpg'),
(7290, 2460, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:25:\"2018/01/co-min-scaled.jpg\";s:8:\"filesize\";i:1451965;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"co-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39027;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"co-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"co-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17439;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"co-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187121;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"co-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:597959;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"co-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:983864;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"co-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56465;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:19:\"co-min-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329957;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"co-min-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161027;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"co-min-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48681;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"co-min-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7627;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"co-min-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55764;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:19:\"co-min-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247781;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"co-min-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89285;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"co-min-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105061;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"co-min-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104054;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"co-min-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137540;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"co-min-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123856;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"co-min-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141326;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"co-min-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185339;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"co-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56465;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"co-min-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164432;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"co-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28722;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"co-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99276;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"co-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80199;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:10:\"co-min.jpg\";}'),
(7291, 2461, '_wp_attached_file', '2018/01/IMG_2-min-scaled.jpg'),
(7292, 2461, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:28:\"2018/01/IMG_2-min-scaled.jpg\";s:8:\"filesize\";i:974512;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28191;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132818;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2-min-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:419396;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"IMG_2-min-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:676584;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40406;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:22:\"IMG_2-min-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238533;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116572;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35268;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"IMG_2-min-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5624;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36295;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:22:\"IMG_2-min-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184107;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57260;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75788;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66516;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87473;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89357;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103007;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131401;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40406;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119818;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20908;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62936;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"IMG_2-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:13:\"IMG_2-min.jpg\";}'),
(7293, 199, 'rs_page_bg_color', ''),
(7294, 199, 'eg_sources_revslider', ''),
(7295, 199, 'eg_sources_essgrid', ''),
(7296, 199, 'eg_featured_grid', ''),
(7297, 199, 'eg_votes_count', '0'),
(7298, 2462, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7299, 2463, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7300, 2464, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7301, 2465, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7302, 2467, '_wp_attached_file', '2018/01/IMG_9026.jpeg'),
(7303, 2467, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2018/01/IMG_9026.jpeg\";s:8:\"filesize\";i:429323;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9026-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9026-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9026-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162232;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9026-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46262;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:22:\"IMG_9026-1000x658.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281215;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_9026-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136453;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"IMG_9026-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39355;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"IMG_9026-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5933;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"IMG_9026-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45895;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:22:\"IMG_9026-1000x450.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194767;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"IMG_9026-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72944;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"IMG_9026-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89705;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"IMG_9026-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84396;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"IMG_9026-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111167;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"IMG_9026-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105226;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"IMG_9026-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117618;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"IMG_9026-760x507.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161139;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"IMG_9026-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46262;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_9026-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139721;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"IMG_9026-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22472;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"IMG_9026-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81394;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"IMG_9026-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7304, 198, 'rs_page_bg_color', ''),
(7305, 198, 'eg_sources_revslider', ''),
(7306, 198, 'eg_sources_essgrid', ''),
(7307, 198, 'eg_featured_grid', ''),
(7308, 198, 'eg_votes_count', '0'),
(7309, 198, '_thumbnail_id', '2659'),
(7310, 203, '_wp_old_slug', 'guest-welcome-team'),
(7311, 199, '_wp_old_slug', 'worship-team'),
(7312, 198, '_wp_old_slug', 'childrens-ministries'),
(7313, 2468, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7314, 2470, '_wp_attached_file', '2018/01/51184862981_ea8f2469cb_o-1.jpeg'),
(7315, 2470, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:39:\"2018/01/51184862981_ea8f2469cb_o-1.jpeg\";s:8:\"filesize\";i:1038107;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74035;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:40:\"51184862981_ea8f2469cb_o-1-1000x658.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:488136;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230975;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63130;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:37:\"51184862981_ea8f2469cb_o-1-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8055;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70536;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:40:\"51184862981_ea8f2469cb_o-1-1000x450.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:330119;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115692;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148591;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137762;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184422;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176027;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197662;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-760x507.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272441;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74035;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236630;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34954;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128750;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7316, 197, 'rs_page_bg_color', ''),
(7317, 197, 'eg_sources_revslider', ''),
(7318, 197, 'eg_sources_essgrid', ''),
(7319, 197, 'eg_featured_grid', ''),
(7320, 197, 'eg_votes_count', '0'),
(7321, 2472, '_wp_attached_file', '2018/01/IMG_7217-min.jpeg'),
(7322, 2472, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:880;s:4:\"file\";s:25:\"2018/01/IMG_7217-min.jpeg\";s:8:\"filesize\";i:249171;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-300x165.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32901;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"IMG_7217-min-1024x563.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16820;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-768x422.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142408;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"IMG_7217-min-1536x845.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:391757;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-370x204.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46008;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:26:\"IMG_7217-min-1170x658.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271702;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143042;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46091;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:23:\"IMG_7217-min-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7732;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49650;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:26:\"IMG_7217-min-1170x450.jpeg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196102;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77260;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96940;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89588;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115494;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112621;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124797;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-760x418.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141285;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-370x204.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46008;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146134;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28025;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82800;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:25:\"IMG_7217-min-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70675;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7323, 196, 'rs_page_bg_color', ''),
(7324, 196, 'eg_sources_revslider', ''),
(7325, 196, 'eg_sources_essgrid', ''),
(7326, 196, 'eg_featured_grid', ''),
(7327, 196, 'eg_votes_count', '0');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7328, 2473, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7329, 2474, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7330, 2475, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}.vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(7331, 2476, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}'),
(7332, 2477, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}.vc_custom_1532510670541{background-color: #eb763c !important;}'),
(7337, 2479, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}'),
(7338, 2480, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}'),
(7339, 2481, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1582558003455{background-color: #f9f7f5 !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}'),
(7345, 330, 'slide_template', ''),
(7346, 330, 'rs_page_bg_color', ''),
(7347, 2484, '_menu_item_type', 'custom'),
(7348, 2484, '_menu_item_menu_item_parent', '0'),
(7349, 2484, '_menu_item_object_id', '2484'),
(7350, 2484, '_menu_item_object', 'custom'),
(7351, 2484, '_menu_item_target', ''),
(7352, 2484, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7353, 2484, '_menu_item_xfn', ''),
(7354, 2484, '_menu_item_url', '#'),
(7356, 2485, '_menu_item_type', 'post_type'),
(7357, 2485, '_menu_item_menu_item_parent', '0'),
(7358, 2485, '_menu_item_object_id', '159'),
(7359, 2485, '_menu_item_object', 'page'),
(7360, 2485, '_menu_item_target', ''),
(7361, 2485, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7362, 2485, '_menu_item_xfn', ''),
(7363, 2485, '_menu_item_url', ''),
(7383, 2488, '_menu_item_type', 'custom'),
(7384, 2488, '_menu_item_menu_item_parent', '0'),
(7385, 2488, '_menu_item_object_id', '2488'),
(7386, 2488, '_menu_item_object', 'custom'),
(7387, 2488, '_menu_item_target', ''),
(7388, 2488, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7389, 2488, '_menu_item_xfn', ''),
(7390, 2488, '_menu_item_url', '#'),
(7392, 2489, '_menu_item_type', 'custom'),
(7393, 2489, '_menu_item_menu_item_parent', '0'),
(7394, 2489, '_menu_item_object_id', '2489'),
(7395, 2489, '_menu_item_object', 'custom'),
(7396, 2489, '_menu_item_target', ''),
(7397, 2489, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7398, 2489, '_menu_item_xfn', ''),
(7399, 2489, '_menu_item_url', '#'),
(7401, 2490, '_menu_item_type', 'custom'),
(7402, 2490, '_menu_item_menu_item_parent', '0'),
(7403, 2490, '_menu_item_object_id', '2490'),
(7404, 2490, '_menu_item_object', 'custom'),
(7405, 2490, '_menu_item_target', ''),
(7406, 2490, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7407, 2490, '_menu_item_xfn', ''),
(7408, 2490, '_menu_item_url', 'https://kreativedesigngroup.com/events/'),
(7410, 2491, '_menu_item_type', 'custom'),
(7411, 2491, '_menu_item_menu_item_parent', '0'),
(7412, 2491, '_menu_item_object_id', '2491'),
(7413, 2491, '_menu_item_object', 'custom'),
(7414, 2491, '_menu_item_target', ''),
(7415, 2491, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7416, 2491, '_menu_item_xfn', ''),
(7417, 2491, '_menu_item_url', '#'),
(7419, 2492, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1570197469283{background-size: cover !important;}'),
(7420, 2493, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7421, 2494, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7422, 2495, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7423, 2496, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7424, 2497, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7425, 2498, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7426, 2499, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7427, 2500, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7428, 316, '_oembed_3c62bfe4757660c971565a4c704954de', '<iframe title=\"Umuhuza Social Protection programme in NGORORERO District to graduate people from extreme poverty.\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/UvRavEWKgZY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(7429, 316, '_oembed_time_3c62bfe4757660c971565a4c704954de', '1696852597'),
(7430, 2501, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(7432, 264, 'slide_template', 'default'),
(7433, 264, 'rs_page_bg_color', '#ffffff'),
(7434, 2503, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7435, 2504, '_wp_attached_file', '2023/10/about.jpeg'),
(7436, 2504, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:668;s:6:\"height\";i:427;s:4:\"file\";s:18:\"2023/10/about.jpeg\";s:8:\"filesize\";i:245239;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"about-300x192.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"about-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19717;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"about-370x237.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63963;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"about-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56483;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"about-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8630;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"about-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59090;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"about-370x427.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103266;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"about-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122068;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"about-440x427.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123316;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"about-520x427.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146819;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"about-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142369;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"about-668x370.jpeg\";s:5:\"width\";i:668;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164638;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"about-370x237.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63963;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"about-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33375;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"about-370x427.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103266;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"about-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86366;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7437, 2505, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7438, 2506, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7439, 2507, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7440, 2508, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7441, 2509, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7442, 2510, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7443, 2511, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7444, 2512, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7445, 2513, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7448, 2515, '_wpb_shortcodes_custom_css', '.vc_custom_1528371924407{background-color: #f5f4f2 !important;}.vc_custom_1572254272162{background-color: #f5f4f2 !important;}.vc_custom_1696856737937{background-color: #000000 !important;}.vc_custom_1696854916652{margin-top: -0.5em !important;}.vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7449, 270, 'slide_template', 'default'),
(7450, 270, 'rs_page_bg_color', '#ffffff'),
(7451, 2516, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}.vc_custom_1677144607180{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2022/08/home1_slide1-copyright.jpeg?id=2335) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1528122024465{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1528118113607{margin-top: 3em !important;margin-bottom: 5.2em !important;}.vc_custom_1532502759422{border-right-width: 2px !important;border-right-color: #9a9a9a !important;border-right-style: solid !important;}.vc_custom_1531235135525{padding-right: 0px !important;padding-left: 0px !important;background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1562750510070{background-color: #eb763c !important;}.vc_custom_1528121964989{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7452, 2518, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7453, 275, 'slide_template', ''),
(7454, 275, 'rs_page_bg_color', ''),
(7455, 272, 'slide_template', ''),
(7456, 272, 'rs_page_bg_color', ''),
(7457, 2521, '_wp_attached_file', '2018/01/2023-10-09-16-07-umuhuza.org_.rw_.png'),
(7458, 2521, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:178;s:6:\"height\";i:228;s:4:\"file\";s:45:\"2018/01/2023-10-09-16-07-umuhuza.org_.rw_.png\";s:8:\"filesize\";i:70196;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"2023-10-09-16-07-umuhuza.org_.rw_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36014;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:45:\"2023-10-09-16-07-umuhuza.org_.rw_-178x208.png\";s:5:\"width\";i:178;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58624;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:43:\"2023-10-09-16-07-umuhuza.org_.rw_-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14985;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:45:\"2023-10-09-16-07-umuhuza.org_.rw_-178x152.png\";s:5:\"width\";i:178;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7459, 2522, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7460, 2523, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7461, 2524, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}.vc_custom_1696860710671{background-color: #d39d00 !important;}'),
(7462, 2525, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7463, 2526, '_edit_lock', '1699432990:990003'),
(7464, 2527, '_wp_attached_file', '2023/10/2023-10-09-16-15-umuhuza.org_.rw_.png'),
(7465, 2527, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:174;s:6:\"height\";i:223;s:4:\"file\";s:45:\"2023/10/2023-10-09-16-15-umuhuza.org_.rw_.png\";s:8:\"filesize\";i:88289;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"2023-10-09-16-15-umuhuza.org_.rw_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43941;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:45:\"2023-10-09-16-15-umuhuza.org_.rw_-174x208.png\";s:5:\"width\";i:174;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75867;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:43:\"2023-10-09-16-15-umuhuza.org_.rw_-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17302;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:45:\"2023-10-09-16-15-umuhuza.org_.rw_-174x152.png\";s:5:\"width\";i:174;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7466, 2526, '_edit_last', '1'),
(7468, 2526, 'slide_template', ''),
(7469, 2526, 'rs_page_bg_color', ''),
(7470, 2526, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:10:\"Accountant\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:7:\"Twitter\";s:3:\"url\";s:30:\"https://twitter.com/ngoumuhuza\";s:4:\"name\";s:14:\"icon-twitter-1\";}}}'),
(7471, 2526, 'eg_sources_html5_mp4', ''),
(7472, 2526, 'eg_sources_html5_ogv', ''),
(7473, 2526, 'eg_sources_html5_webm', ''),
(7474, 2526, 'eg_sources_youtube', ''),
(7475, 2526, 'eg_sources_vimeo', ''),
(7476, 2526, 'eg_sources_wistia', ''),
(7477, 2526, 'eg_sources_image', ''),
(7478, 2526, 'eg_sources_iframe', ''),
(7479, 2526, 'eg_sources_soundcloud', ''),
(7480, 2526, 'eg_vimeo_ratio', '1'),
(7481, 2526, 'eg_youtube_ratio', '1'),
(7482, 2526, 'eg_wistia_ratio', '1'),
(7483, 2526, 'eg_html5_ratio', '1'),
(7484, 2526, 'eg_soundcloud_ratio', '1'),
(7485, 2526, 'eg_sources_revslider', ''),
(7486, 2526, 'eg_sources_essgrid', ''),
(7487, 2526, 'eg_featured_grid', ''),
(7488, 2526, 'eg_settings_custom_meta_skin', ''),
(7489, 2526, 'eg_settings_custom_meta_element', ''),
(7490, 2526, 'eg_settings_custom_meta_setting', ''),
(7491, 2526, 'eg_settings_custom_meta_style', ''),
(7492, 2526, 'eg_custom_meta_216', 'true'),
(7493, 2526, 'eg_votes_count', '0'),
(7494, 2526, 'planet_shakers_options', 'a:0:{}'),
(7499, 2530, '_wp_attached_file', '2018/01/ED-2.jpeg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7500, 2530, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"2018/01/ED-2.jpeg\";s:8:\"filesize\";i:355862;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"ED-2-237x300.jpeg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ED-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ED-2-768x972.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:317337;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"ED-2-370x468.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91836;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:17:\"ED-2-790x658.jpeg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262058;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:17:\"ED-2-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140414;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:17:\"ED-2-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41151;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:15:\"ED-2-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6017;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:17:\"ED-2-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51581;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:17:\"ED-2-790x450.jpeg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172763;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:17:\"ED-2-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85088;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:17:\"ED-2-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93976;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:17:\"ED-2-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98857;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:17:\"ED-2-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132880;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:17:\"ED-2-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109574;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:17:\"ED-2-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117672;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:17:\"ED-2-760x962.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:313202;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"ED-2-370x468.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91836;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:17:\"ED-2-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142635;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:17:\"ED-2-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23527;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:17:\"ED-2-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96826;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:17:\"ED-2-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75545;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7501, 2531, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7502, 275, '_wp_old_date', '2018-01-10'),
(7503, 2532, '_wp_attached_file', '2023/10/IMG_1181.jpeg'),
(7504, 2532, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:787;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2023/10/IMG_1181.jpeg\";s:8:\"filesize\";i:478092;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1181-236x300.jpeg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1181-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12282;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1181-768x976.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:976;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264320;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1181-370x470.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76511;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"IMG_1181-787x658.jpeg\";s:5:\"width\";i:787;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202553;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_1181-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110133;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"IMG_1181-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32885;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"IMG_1181-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5552;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"IMG_1181-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43276;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"IMG_1181-787x450.jpeg\";s:5:\"width\";i:787;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132807;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"IMG_1181-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70473;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"IMG_1181-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73717;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"IMG_1181-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79330;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"IMG_1181-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106935;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"IMG_1181-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86295;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"IMG_1181-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93017;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"IMG_1181-760x966.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:966;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261100;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"IMG_1181-370x470.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76511;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_1181-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112743;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"IMG_1181-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19081;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"IMG_1181-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79935;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"IMG_1181-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7505, 2526, '_thumbnail_id', '2591'),
(7506, 2533, '_wp_attached_file', '2023/10/ED-2-1.jpg'),
(7507, 2533, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-1.jpg\";s:8:\"filesize\";i:107881;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-1-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12339;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-1-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248594;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-1-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75200;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-1-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178582;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103898;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32217;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5577;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42762;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-1-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116555;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69386;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70729;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77640;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103411;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82476;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87852;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-1-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246200;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-1-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75200;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105527;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19022;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78390;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60031;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7508, 2534, '_wp_attached_file', '2018/01/ED-2.jpg'),
(7509, 2534, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:16:\"2018/01/ED-2.jpg\";s:8:\"filesize\";i:64121;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"ED-2-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"ED-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8902;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"ED-2-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163429;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"ED-2-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51069;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:16:\"ED-2-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122991;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:16:\"ED-2-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78497;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:16:\"ED-2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25280;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:14:\"ED-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4182;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:16:\"ED-2-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29152;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:16:\"ED-2-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86386;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:16:\"ED-2-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47828;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:16:\"ED-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54067;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:16:\"ED-2-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55092;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:16:\"ED-2-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72575;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:16:\"ED-2-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62508;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:16:\"ED-2-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67316;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:16:\"ED-2-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161593;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"ED-2-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51069;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:16:\"ED-2-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80015;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:16:\"ED-2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14961;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:16:\"ED-2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53623;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:16:\"ED-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7510, 2535, '_edit_lock', '1699538537:990003'),
(7511, 2535, '_edit_last', '990003'),
(7512, 2535, 'slide_template', 'default'),
(7513, 2535, 'rs_page_bg_color', '#ffffff'),
(7514, 2535, 'trx_addons_post_views_count', '120'),
(7515, 2535, 'trx_addons_post_likes_count', '0'),
(7516, 2535, 'eg_sources_html5_mp4', ''),
(7517, 2535, 'eg_sources_html5_ogv', ''),
(7518, 2535, 'eg_sources_html5_webm', ''),
(7519, 2535, 'eg_sources_youtube', ''),
(7520, 2535, 'eg_sources_vimeo', ''),
(7521, 2535, 'eg_sources_wistia', ''),
(7522, 2535, 'eg_sources_image', ''),
(7523, 2535, 'eg_sources_iframe', ''),
(7524, 2535, 'eg_sources_soundcloud', ''),
(7525, 2535, 'eg_vimeo_ratio', '1'),
(7526, 2535, 'eg_youtube_ratio', '1'),
(7527, 2535, 'eg_wistia_ratio', '1'),
(7528, 2535, 'eg_html5_ratio', '1'),
(7529, 2535, 'eg_soundcloud_ratio', '1'),
(7530, 2535, 'eg_sources_revslider', ''),
(7531, 2535, 'eg_sources_essgrid', ''),
(7532, 2535, 'eg_featured_grid', ''),
(7533, 2535, 'eg_settings_custom_meta_skin', ''),
(7534, 2535, 'eg_settings_custom_meta_element', ''),
(7535, 2535, 'eg_settings_custom_meta_setting', ''),
(7536, 2535, 'eg_settings_custom_meta_style', ''),
(7537, 2535, 'eg_custom_meta_216', 'true'),
(7538, 2535, 'eg_votes_count', '0'),
(7539, 2535, 'planet_shakers_options', 'a:0:{}'),
(7540, 2537, '_menu_item_type', 'post_type'),
(7541, 2537, '_menu_item_menu_item_parent', '167'),
(7542, 2537, '_menu_item_object_id', '2535'),
(7543, 2537, '_menu_item_object', 'page'),
(7544, 2537, '_menu_item_target', ''),
(7545, 2537, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7546, 2537, '_menu_item_xfn', ''),
(7547, 2537, '_menu_item_url', ''),
(7549, 327, '_wp_old_date', '2023-10-04'),
(7550, 167, '_wp_old_date', '2023-10-04'),
(7551, 285, '_wp_old_date', '2023-10-04'),
(7552, 284, '_wp_old_date', '2023-10-04'),
(7557, 181, '_wp_old_date', '2023-10-04'),
(7558, 190, '_wp_old_date', '2023-10-04'),
(7559, 2535, '_wp_page_template', 'default'),
(7560, 2535, '_wpb_vc_js_status', 'true'),
(7561, 2538, '_edit_lock', '1700134139:990003'),
(7562, 2539, '_wp_attached_file', '2023/10/1.png'),
(7563, 2539, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/1.png\";s:8:\"filesize\";i:4683;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2361;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"1-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2277;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"1-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3198;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"1-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7564, 2540, '_wp_attached_file', '2023/10/2.png'),
(7565, 2540, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/2.png\";s:8:\"filesize\";i:21724;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15384;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"2-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7685;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"2-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21790;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"2-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7566, 2541, '_wp_attached_file', '2023/10/4.png'),
(7567, 2541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/4.png\";s:8:\"filesize\";i:29914;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23025;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"4-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10282;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"4-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30854;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"4-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7568, 2542, '_wp_attached_file', '2023/10/6.png'),
(7569, 2542, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/6.png\";s:8:\"filesize\";i:21945;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21804;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"6-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10345;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"6-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22283;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"6-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22283;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7570, 2543, '_wp_attached_file', '2023/10/5.png'),
(7571, 2543, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/5.png\";s:8:\"filesize\";i:21485;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10908;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"5-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5727;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"5-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20975;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"5-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20975;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7572, 2544, '_wp_attached_file', '2023/10/7.png'),
(7573, 2544, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/7.png\";s:8:\"filesize\";i:23307;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22804;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"7-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10802;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"7-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23663;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"7-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7574, 2538, '_edit_last', '1'),
(7575, 2538, 'slide_template', 'default'),
(7576, 2538, 'rs_page_bg_color', '#ffffff'),
(7577, 2538, 'trx_addons_post_views_count', '115'),
(7578, 2538, 'trx_addons_post_likes_count', '0'),
(7579, 2538, 'eg_sources_html5_mp4', ''),
(7580, 2538, 'eg_sources_html5_ogv', ''),
(7581, 2538, 'eg_sources_html5_webm', ''),
(7582, 2538, 'eg_sources_youtube', ''),
(7583, 2538, 'eg_sources_vimeo', ''),
(7584, 2538, 'eg_sources_wistia', ''),
(7585, 2538, 'eg_sources_image', ''),
(7586, 2538, 'eg_sources_iframe', ''),
(7587, 2538, 'eg_sources_soundcloud', ''),
(7588, 2538, 'eg_vimeo_ratio', '1'),
(7589, 2538, 'eg_youtube_ratio', '1'),
(7590, 2538, 'eg_wistia_ratio', '1'),
(7591, 2538, 'eg_html5_ratio', '1'),
(7592, 2538, 'eg_soundcloud_ratio', '1'),
(7593, 2538, 'eg_sources_revslider', ''),
(7594, 2538, 'eg_sources_essgrid', ''),
(7595, 2538, 'eg_featured_grid', ''),
(7596, 2538, 'eg_settings_custom_meta_skin', ''),
(7597, 2538, 'eg_settings_custom_meta_element', ''),
(7598, 2538, 'eg_settings_custom_meta_setting', ''),
(7599, 2538, 'eg_settings_custom_meta_style', ''),
(7600, 2538, 'eg_custom_meta_216', 'true'),
(7601, 2538, 'eg_votes_count', '0'),
(7602, 2538, 'planet_shakers_options', 'a:0:{}'),
(7603, 2546, '_menu_item_type', 'post_type'),
(7604, 2546, '_menu_item_menu_item_parent', '167'),
(7605, 2546, '_menu_item_object_id', '2538'),
(7606, 2546, '_menu_item_object', 'page'),
(7607, 2546, '_menu_item_target', ''),
(7608, 2546, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7609, 2546, '_menu_item_xfn', ''),
(7610, 2546, '_menu_item_url', ''),
(7612, 2538, 'footnotes', ''),
(7613, 2548, '_wp_attached_file', '2023/10/11.png'),
(7614, 2548, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/11.png\";s:8:\"filesize\";i:17223;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11488;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"11-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5650;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"11-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16777;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"11-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16777;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7615, 2549, '_wp_attached_file', '2023/10/9.png'),
(7616, 2549, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/9.png\";s:8:\"filesize\";i:17768;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16938;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"9-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8325;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"9-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17521;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"9-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17521;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7617, 2550, '_wp_attached_file', '2023/10/8.png'),
(7618, 2550, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:13:\"2023/10/8.png\";s:8:\"filesize\";i:20472;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11649;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"8-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6142;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"8-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20294;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"8-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20294;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7619, 2551, '_wp_attached_file', '2023/10/10.png'),
(7620, 2551, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/10.png\";s:8:\"filesize\";i:18997;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9273;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"10-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5864;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"10-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18018;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"10-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18018;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7621, 2552, '_wp_attached_file', '2023/10/12-1.png'),
(7622, 2552, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:16:\"2023/10/12-1.png\";s:8:\"filesize\";i:17441;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"12-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7684;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:14:\"12-1-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4064;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:16:\"12-1-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16506;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:16:\"12-1-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16506;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7623, 2553, '_wp_attached_file', '2023/10/13.png'),
(7624, 2553, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/13.png\";s:8:\"filesize\";i:19157;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11797;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"13-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6483;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"13-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18583;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"13-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18583;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7625, 2554, '_wp_attached_file', '2023/10/14.png'),
(7626, 2554, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/14.png\";s:8:\"filesize\";i:19885;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12102;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"14-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6064;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"14-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19894;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"14-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19894;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7627, 2555, '_wp_attached_file', '2023/10/15.png'),
(7628, 2555, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/15.png\";s:8:\"filesize\";i:34134;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32409;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"15-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12901;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"15-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36012;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"15-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7629, 2556, '_wp_attached_file', '2023/10/22.jpeg'),
(7630, 2556, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:15:\"2023/10/22.jpeg\";s:8:\"filesize\";i:46667;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"22-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13883;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:13:\"22-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6827;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:15:\"22-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14270;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:15:\"22-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14270;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7631, 2557, '_wp_attached_file', '2023/10/16.png'),
(7632, 2557, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/16.png\";s:8:\"filesize\";i:26538;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11809;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"16-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5346;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"16-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26458;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"16-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26458;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7633, 2558, '_wp_attached_file', '2023/10/18.png'),
(7634, 2558, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/18.png\";s:8:\"filesize\";i:17603;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16696;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"18-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8505;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"18-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17214;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"18-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17214;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7635, 2559, '_wp_attached_file', '2023/10/19.png'),
(7636, 2559, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/19.png\";s:8:\"filesize\";i:15111;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14474;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"19-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6491;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"19-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14851;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"19-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14851;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7637, 2560, '_wp_attached_file', '2023/10/17.png'),
(7638, 2560, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/17.png\";s:8:\"filesize\";i:14424;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13476;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"17-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6443;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"17-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13846;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"17-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13846;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7639, 2561, '_wp_attached_file', '2023/10/20.jpeg'),
(7640, 2561, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:15:\"2023/10/20.jpeg\";s:8:\"filesize\";i:32408;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"20-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9575;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:13:\"20-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4690;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:15:\"20-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9878;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:15:\"20-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9878;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7641, 2562, '_wp_attached_file', '2023/10/24.png'),
(7642, 2562, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:14:\"2023/10/24.png\";s:8:\"filesize\";i:24449;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13867;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"24-90x90.png\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6629;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"24-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23903;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"24-270x150.png\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23903;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7643, 2563, '_wp_attached_file', '2023/10/25.jpeg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7644, 2563, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:15:\"2023/10/25.jpeg\";s:8:\"filesize\";i:35373;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"25-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10929;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:13:\"25-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5503;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:15:\"25-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11117;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:15:\"25-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11117;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7645, 2564, '_wp_attached_file', '2023/10/Platform.jpeg'),
(7646, 2564, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2023/10/Platform.jpeg\";s:8:\"filesize\";i:43822;s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Platform-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9611;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"Platform-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4924;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"Platform-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11728;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"Platform-270x150.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7647, 2566, '_menu_item_type', 'post_type'),
(7648, 2566, '_menu_item_menu_item_parent', '0'),
(7649, 2566, '_menu_item_object_id', '395'),
(7650, 2566, '_menu_item_object', 'page'),
(7651, 2566, '_menu_item_target', ''),
(7652, 2566, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7653, 2566, '_menu_item_xfn', ''),
(7654, 2566, '_menu_item_url', ''),
(7657, 395, 'slide_template', 'default'),
(7658, 395, 'rs_page_bg_color', '#ffffff'),
(7668, 2572, '_menu_item_type', 'custom'),
(7669, 2572, '_menu_item_menu_item_parent', '0'),
(7670, 2572, '_menu_item_object_id', '2572'),
(7671, 2572, '_menu_item_object', 'custom'),
(7672, 2572, '_menu_item_target', ''),
(7673, 2572, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(7674, 2572, '_menu_item_xfn', ''),
(7675, 2572, '_menu_item_url', 'https://umuhuza.org.rw?post_type=tribe_events'),
(7677, 2574, '_wpb_shortcodes_custom_css', '.vc_custom_1580393211130{padding-bottom: 3.3em !important;background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}.vc_custom_1527769584834{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}'),
(7678, 2575, '_wpb_shortcodes_custom_css', '.vc_custom_1696869159357{padding-bottom: 3.3em !important;background-color: #dd9933 !important;}.vc_custom_1696869097033{background-color: #dd9933 !important;}'),
(7679, 2576, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}.vc_custom_1696869097033{background-color: #dd9933 !important;}'),
(7680, 2577, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(7681, 2578, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(7682, 2579, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}.vc_custom_1696869872895{background-color: #dd9933 !important;}'),
(7683, 2580, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(7684, 2581, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(7685, 2582, '_wp_attached_file', '2018/01/ED-2-2.jpg'),
(7686, 2582, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2018/01/ED-2-2.jpg\";s:8:\"filesize\";i:112469;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-2-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-2-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243374;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-2-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74699;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-2-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185648;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-2-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105864;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32892;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5848;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-2-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43145;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-2-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121360;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-2-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68919;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72717;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-2-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78898;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-2-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103885;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-2-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84250;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-2-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88545;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-2-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240881;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-2-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74699;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-2-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107149;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19610;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79141;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7687, 272, '_thumbnail_id', '2752'),
(7688, 2583, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7689, 2584, '_edit_lock', '1699611337:990003'),
(7690, 2584, '_edit_last', '990003'),
(7691, 2584, 'slide_template', ''),
(7692, 2584, 'rs_page_bg_color', ''),
(7693, 2584, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:15:\"Program Manager\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:28:\"[email protected]\";s:5:\"phone\";s:16:\"(+250) 788436260\";s:7:\"address\";s:13:\"Kigali-Rwanda\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:7:\"Twitter\";s:3:\"url\";s:30:\"https://twitter.com/ngoumuhuza\";s:4:\"name\";s:14:\"icon-twitter-1\";}}}'),
(7694, 2584, 'eg_sources_html5_mp4', ''),
(7695, 2584, 'eg_sources_html5_ogv', ''),
(7696, 2584, 'eg_sources_html5_webm', ''),
(7697, 2584, 'eg_sources_youtube', ''),
(7698, 2584, 'eg_sources_vimeo', ''),
(7699, 2584, 'eg_sources_wistia', ''),
(7700, 2584, 'eg_sources_image', ''),
(7701, 2584, 'eg_sources_iframe', ''),
(7702, 2584, 'eg_sources_soundcloud', ''),
(7703, 2584, 'eg_vimeo_ratio', '1'),
(7704, 2584, 'eg_youtube_ratio', '1'),
(7705, 2584, 'eg_wistia_ratio', '1'),
(7706, 2584, 'eg_html5_ratio', '1'),
(7707, 2584, 'eg_soundcloud_ratio', '1'),
(7708, 2584, 'eg_sources_revslider', ''),
(7709, 2584, 'eg_sources_essgrid', ''),
(7710, 2584, 'eg_featured_grid', ''),
(7711, 2584, 'eg_settings_custom_meta_skin', ''),
(7712, 2584, 'eg_settings_custom_meta_element', ''),
(7713, 2584, 'eg_settings_custom_meta_setting', ''),
(7714, 2584, 'eg_settings_custom_meta_style', ''),
(7715, 2584, 'eg_custom_meta_216', 'true'),
(7716, 2584, 'eg_votes_count', '0'),
(7717, 2584, 'planet_shakers_options', 'a:0:{}'),
(7718, 2585, '_wp_attached_file', '2023/10/Jolly.jpg'),
(7719, 2585, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"2023/10/Jolly.jpg\";s:8:\"filesize\";i:621644;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Jolly-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Jolly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10246;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"Jolly-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159020;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"Jolly-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48731;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:17:\"Jolly-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127382;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:17:\"Jolly-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73103;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:17:\"Jolly-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23422;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:15:\"Jolly-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5215;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:17:\"Jolly-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29414;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:17:\"Jolly-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87240;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:17:\"Jolly-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45499;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:17:\"Jolly-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49439;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:17:\"Jolly-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51313;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:17:\"Jolly-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67611;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:17:\"Jolly-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57353;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:17:\"Jolly-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62396;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:17:\"Jolly-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156694;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"Jolly-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48731;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:17:\"Jolly-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75345;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:17:\"Jolly-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14548;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:17:\"Jolly-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50866;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:17:\"Jolly-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7720, 2584, '_thumbnail_id', '2585'),
(7721, 2586, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7722, 2587, '_edit_lock', '1696872331:1'),
(7723, 2587, '_edit_last', '1'),
(7724, 2588, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7725, 2587, 'slide_template', ''),
(7726, 2587, 'rs_page_bg_color', ''),
(7727, 2587, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:15:\"Admin Assistant\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(7728, 2587, 'eg_sources_html5_mp4', ''),
(7729, 2587, 'eg_sources_html5_ogv', ''),
(7730, 2587, 'eg_sources_html5_webm', ''),
(7731, 2587, 'eg_sources_youtube', ''),
(7732, 2587, 'eg_sources_vimeo', ''),
(7733, 2587, 'eg_sources_wistia', ''),
(7734, 2587, 'eg_sources_image', ''),
(7735, 2587, 'eg_sources_iframe', ''),
(7736, 2587, 'eg_sources_soundcloud', ''),
(7737, 2587, 'eg_vimeo_ratio', '1'),
(7738, 2587, 'eg_youtube_ratio', '1'),
(7739, 2587, 'eg_wistia_ratio', '1'),
(7740, 2587, 'eg_html5_ratio', '1'),
(7741, 2587, 'eg_soundcloud_ratio', '1'),
(7742, 2587, 'eg_sources_revslider', ''),
(7743, 2587, 'eg_sources_essgrid', ''),
(7744, 2587, 'eg_featured_grid', ''),
(7745, 2587, 'eg_settings_custom_meta_skin', ''),
(7746, 2587, 'eg_settings_custom_meta_element', ''),
(7747, 2587, 'eg_settings_custom_meta_setting', ''),
(7748, 2587, 'eg_settings_custom_meta_style', ''),
(7749, 2587, 'eg_custom_meta_216', 'true'),
(7750, 2587, 'eg_votes_count', '0'),
(7751, 2587, 'planet_shakers_options', 'a:0:{}'),
(7752, 2589, '_wp_attached_file', '2023/10/Monique.jpg'),
(7753, 2589, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:19:\"2023/10/Monique.jpg\";s:8:\"filesize\";i:1009838;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Monique-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35927;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Monique-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Monique-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236094;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"Monique-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75902;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:19:\"Monique-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164547;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:19:\"Monique-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82763;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:19:\"Monique-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25448;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:17:\"Monique-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5737;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:19:\"Monique-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44283;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:19:\"Monique-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99295;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:19:\"Monique-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67681;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:19:\"Monique-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56808;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:19:\"Monique-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71634;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:19:\"Monique-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94073;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:19:\"Monique-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65359;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:19:\"Monique-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68074;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:19:\"Monique-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233596;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"Monique-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75902;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:19:\"Monique-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85082;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:19:\"Monique-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15490;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:19:\"Monique-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78422;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:19:\"Monique-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56616;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7754, 2587, '_thumbnail_id', '2589'),
(7755, 2591, '_wp_attached_file', '2023/10/ED-2-3.jpg'),
(7756, 2591, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-3.jpg\";s:8:\"filesize\";i:376821;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-3-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-3-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126386;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-3-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41013;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-3-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98418;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-3-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58359;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-3-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19314;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-3-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4502;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-3-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25325;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-3-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66652;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-3-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38794;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-3-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39975;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-3-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43720;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-3-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56798;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-3-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46459;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-3-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50716;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-3-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124801;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-3-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41013;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-3-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59953;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12088;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43669;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7757, 2592, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7758, 2593, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7759, 2594, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7760, 2595, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7761, 2596, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7762, 2597, '_edit_lock', '1699611501:990003'),
(7763, 2597, '_edit_last', '990003'),
(7764, 2598, '_wp_attached_file', '2023/10/ED-2-4.jpg'),
(7765, 2598, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-4.jpg\";s:8:\"filesize\";i:402858;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-4-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-4-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127637;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-4-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44151;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-4-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90609;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-4-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56205;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-4-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19591;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-4-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4450;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-4-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27177;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-4-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62656;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-4-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40339;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-4-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39132;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-4-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43057;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-4-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54962;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-4-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44913;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-4-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48861;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-4-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126431;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-4-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44151;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-4-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57740;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12319;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45569;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7766, 2597, '_thumbnail_id', '2598'),
(7767, 2597, 'slide_template', ''),
(7768, 2597, 'rs_page_bg_color', ''),
(7769, 2597, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:22:\"Communications Officer\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:33:\"[email protected]\";s:5:\"phone\";s:16:\"(+250) 782251757\";s:7:\"address\";s:13:\"Kigali-Rwanda\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:7:\"Twitter\";s:3:\"url\";s:31:\"https://twitter.com/ByumvuhoreF\";s:4:\"name\";s:0:\"\";}}}'),
(7770, 2597, 'eg_sources_html5_mp4', ''),
(7771, 2597, 'eg_sources_html5_ogv', ''),
(7772, 2597, 'eg_sources_html5_webm', ''),
(7773, 2597, 'eg_sources_youtube', ''),
(7774, 2597, 'eg_sources_vimeo', ''),
(7775, 2597, 'eg_sources_wistia', ''),
(7776, 2597, 'eg_sources_image', ''),
(7777, 2597, 'eg_sources_iframe', ''),
(7778, 2597, 'eg_sources_soundcloud', ''),
(7779, 2597, 'eg_vimeo_ratio', '1'),
(7780, 2597, 'eg_youtube_ratio', '1'),
(7781, 2597, 'eg_wistia_ratio', '1'),
(7782, 2597, 'eg_html5_ratio', '1'),
(7783, 2597, 'eg_soundcloud_ratio', '1'),
(7784, 2597, 'eg_sources_revslider', ''),
(7785, 2597, 'eg_sources_essgrid', ''),
(7786, 2597, 'eg_featured_grid', ''),
(7787, 2597, 'eg_settings_custom_meta_skin', ''),
(7788, 2597, 'eg_settings_custom_meta_element', ''),
(7789, 2597, 'eg_settings_custom_meta_setting', ''),
(7790, 2597, 'eg_settings_custom_meta_style', ''),
(7791, 2597, 'eg_custom_meta_216', 'true'),
(7792, 2597, 'eg_votes_count', '0'),
(7793, 2597, 'planet_shakers_options', 'a:0:{}'),
(7794, 2599, '_edit_lock', '1699432937:990003'),
(7795, 2599, '_edit_last', '1'),
(7796, 2600, '_wp_attached_file', '2023/10/ED-2-5.jpg'),
(7797, 2600, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-5.jpg\";s:8:\"filesize\";i:370212;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-5-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-5-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109956;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-5-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38361;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-5-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82857;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-5-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49743;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-5-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18021;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-5-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4589;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-5-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24090;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-5-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55891;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-5-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36399;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-5-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35731;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-5-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40900;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-5-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52010;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-5-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40582;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-5-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42084;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-5-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108691;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-5-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38361;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-5-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51206;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11782;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40134;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7798, 2599, '_thumbnail_id', '2600'),
(7799, 2599, 'slide_template', ''),
(7800, 2599, 'rs_page_bg_color', ''),
(7801, 2599, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:17:\"Finance Assistant\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(7802, 2599, 'eg_sources_html5_mp4', ''),
(7803, 2599, 'eg_sources_html5_ogv', ''),
(7804, 2599, 'eg_sources_html5_webm', ''),
(7805, 2599, 'eg_sources_youtube', ''),
(7806, 2599, 'eg_sources_vimeo', ''),
(7807, 2599, 'eg_sources_wistia', ''),
(7808, 2599, 'eg_sources_image', ''),
(7809, 2599, 'eg_sources_iframe', ''),
(7810, 2599, 'eg_sources_soundcloud', ''),
(7811, 2599, 'eg_vimeo_ratio', '1'),
(7812, 2599, 'eg_youtube_ratio', '1'),
(7813, 2599, 'eg_wistia_ratio', '1'),
(7814, 2599, 'eg_html5_ratio', '1'),
(7815, 2599, 'eg_soundcloud_ratio', '1'),
(7816, 2599, 'eg_sources_revslider', ''),
(7817, 2599, 'eg_sources_essgrid', ''),
(7818, 2599, 'eg_featured_grid', ''),
(7819, 2599, 'eg_settings_custom_meta_skin', ''),
(7820, 2599, 'eg_settings_custom_meta_element', ''),
(7821, 2599, 'eg_settings_custom_meta_setting', ''),
(7822, 2599, 'eg_settings_custom_meta_style', ''),
(7823, 2599, 'eg_custom_meta_216', 'true'),
(7824, 2599, 'eg_votes_count', '0'),
(7825, 2599, 'planet_shakers_options', 'a:0:{}'),
(7826, 2601, '_edit_lock', '1696873855:1'),
(7827, 2601, '_edit_last', '1'),
(7828, 2601, '_thumbnail_id', '2534'),
(7829, 2601, 'slide_template', ''),
(7830, 2601, 'rs_page_bg_color', ''),
(7831, 2601, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:14:\"ECD Specialist\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(7832, 2601, 'eg_sources_html5_mp4', ''),
(7833, 2601, 'eg_sources_html5_ogv', ''),
(7834, 2601, 'eg_sources_html5_webm', ''),
(7835, 2601, 'eg_sources_youtube', ''),
(7836, 2601, 'eg_sources_vimeo', ''),
(7837, 2601, 'eg_sources_wistia', ''),
(7838, 2601, 'eg_sources_image', ''),
(7839, 2601, 'eg_sources_iframe', ''),
(7840, 2601, 'eg_sources_soundcloud', ''),
(7841, 2601, 'eg_vimeo_ratio', '1'),
(7842, 2601, 'eg_youtube_ratio', '1'),
(7843, 2601, 'eg_wistia_ratio', '1'),
(7844, 2601, 'eg_html5_ratio', '1'),
(7845, 2601, 'eg_soundcloud_ratio', '1'),
(7846, 2601, 'eg_sources_revslider', ''),
(7847, 2601, 'eg_sources_essgrid', ''),
(7848, 2601, 'eg_featured_grid', ''),
(7849, 2601, 'eg_settings_custom_meta_skin', ''),
(7850, 2601, 'eg_settings_custom_meta_element', ''),
(7851, 2601, 'eg_settings_custom_meta_setting', ''),
(7852, 2601, 'eg_settings_custom_meta_style', ''),
(7853, 2601, 'eg_custom_meta_216', 'true'),
(7854, 2601, 'eg_votes_count', '0'),
(7855, 2601, 'planet_shakers_options', 'a:0:{}'),
(7856, 2602, '_edit_lock', '1699451629:990003'),
(7857, 2602, '_edit_last', '1'),
(7858, 2603, '_wp_attached_file', '2023/10/ED-2-6.jpg'),
(7859, 2603, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-6.jpg\";s:8:\"filesize\";i:580263;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-6-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10182;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-6-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149576;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-6-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47521;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-6-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113669;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-6-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69073;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-6-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22422;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-6-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5179;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-6-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29152;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-6-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79337;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-6-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43768;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-6-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46796;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-6-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48301;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-6-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63225;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-6-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54169;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-6-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58240;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-6-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147879;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-6-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47521;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-6-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70955;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14208;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49078;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7860, 2602, '_thumbnail_id', '2603'),
(7861, 2602, 'slide_template', ''),
(7862, 2602, 'rs_page_bg_color', ''),
(7863, 2602, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:18:\"ECD Senior officer\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(7864, 2602, 'eg_sources_html5_mp4', ''),
(7865, 2602, 'eg_sources_html5_ogv', ''),
(7866, 2602, 'eg_sources_html5_webm', ''),
(7867, 2602, 'eg_sources_youtube', ''),
(7868, 2602, 'eg_sources_vimeo', ''),
(7869, 2602, 'eg_sources_wistia', ''),
(7870, 2602, 'eg_sources_image', ''),
(7871, 2602, 'eg_sources_iframe', ''),
(7872, 2602, 'eg_sources_soundcloud', ''),
(7873, 2602, 'eg_vimeo_ratio', '1'),
(7874, 2602, 'eg_youtube_ratio', '1'),
(7875, 2602, 'eg_wistia_ratio', '1'),
(7876, 2602, 'eg_html5_ratio', '1'),
(7877, 2602, 'eg_soundcloud_ratio', '1'),
(7878, 2602, 'eg_sources_revslider', ''),
(7879, 2602, 'eg_sources_essgrid', ''),
(7880, 2602, 'eg_featured_grid', ''),
(7881, 2602, 'eg_settings_custom_meta_skin', ''),
(7882, 2602, 'eg_settings_custom_meta_element', ''),
(7883, 2602, 'eg_settings_custom_meta_setting', ''),
(7884, 2602, 'eg_settings_custom_meta_style', ''),
(7885, 2602, 'eg_custom_meta_216', 'true'),
(7886, 2602, 'eg_votes_count', '0'),
(7887, 2602, 'planet_shakers_options', 'a:0:{}'),
(7888, 2604, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(7889, 2605, '_edit_lock', '1699438620:990003'),
(7890, 2605, '_edit_last', '1'),
(7891, 2606, '_wp_attached_file', '2023/10/ED-2-7.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7892, 2606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-7.jpg\";s:8:\"filesize\";i:669315;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-7-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9697;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-7-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201774;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-7-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57666;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-7-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164457;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-7-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90470;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-7-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26961;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-7-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4677;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-7-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31966;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-7-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107279;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-7-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53988;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-7-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60735;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-7-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64498;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-7-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86910;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-7-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70892;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-7-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76356;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-7-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200650;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-7-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57666;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-7-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92261;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-7-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15661;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-7-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60962;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7893, 2605, '_thumbnail_id', '2606'),
(7894, 2605, 'slide_template', ''),
(7895, 2605, 'rs_page_bg_color', ''),
(7896, 2605, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:18:\"ECD Senior Officer\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(7897, 2605, 'eg_sources_html5_mp4', ''),
(7898, 2605, 'eg_sources_html5_ogv', ''),
(7899, 2605, 'eg_sources_html5_webm', ''),
(7900, 2605, 'eg_sources_youtube', ''),
(7901, 2605, 'eg_sources_vimeo', ''),
(7902, 2605, 'eg_sources_wistia', ''),
(7903, 2605, 'eg_sources_image', ''),
(7904, 2605, 'eg_sources_iframe', ''),
(7905, 2605, 'eg_sources_soundcloud', ''),
(7906, 2605, 'eg_vimeo_ratio', '1'),
(7907, 2605, 'eg_youtube_ratio', '1'),
(7908, 2605, 'eg_wistia_ratio', '1'),
(7909, 2605, 'eg_html5_ratio', '1'),
(7910, 2605, 'eg_soundcloud_ratio', '1'),
(7911, 2605, 'eg_sources_revslider', ''),
(7912, 2605, 'eg_sources_essgrid', ''),
(7913, 2605, 'eg_featured_grid', ''),
(7914, 2605, 'eg_settings_custom_meta_skin', ''),
(7915, 2605, 'eg_settings_custom_meta_element', ''),
(7916, 2605, 'eg_settings_custom_meta_setting', ''),
(7917, 2605, 'eg_settings_custom_meta_style', ''),
(7918, 2605, 'eg_custom_meta_216', 'true'),
(7919, 2605, 'eg_votes_count', '0'),
(7920, 2605, 'planet_shakers_options', 'a:0:{}'),
(7921, 2607, '_edit_lock', '1701253836:990003'),
(7922, 2607, '_edit_last', '990003'),
(7923, 2608, '_wp_attached_file', '2023/10/ED-2-8.jpg'),
(7924, 2608, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-8.jpg\";s:8:\"filesize\";i:752089;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-8-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8325;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-8-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169956;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-8-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49190;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-8-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140042;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-8-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86694;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-8-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25743;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-8-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3828;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-8-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27841;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-8-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104167;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-8-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45705;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-8-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56214;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-8-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52877;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-8-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70660;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-8-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66176;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-8-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76468;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-8-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167886;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-8-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49190;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-8-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88739;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-8-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14851;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-8-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50822;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-8-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40449;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7925, 2607, '_thumbnail_id', '2608'),
(7926, 2607, 'slide_template', ''),
(7927, 2607, 'rs_page_bg_color', ''),
(7928, 2607, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:37:\"Human Capital Development Coordinator\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:30:\"[email protected]\";s:5:\"phone\";s:16:\"(+250) 783113138\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(7929, 2607, 'eg_sources_html5_mp4', ''),
(7930, 2607, 'eg_sources_html5_ogv', ''),
(7931, 2607, 'eg_sources_html5_webm', ''),
(7932, 2607, 'eg_sources_youtube', ''),
(7933, 2607, 'eg_sources_vimeo', ''),
(7934, 2607, 'eg_sources_wistia', ''),
(7935, 2607, 'eg_sources_image', ''),
(7936, 2607, 'eg_sources_iframe', ''),
(7937, 2607, 'eg_sources_soundcloud', ''),
(7938, 2607, 'eg_vimeo_ratio', '1'),
(7939, 2607, 'eg_youtube_ratio', '1'),
(7940, 2607, 'eg_wistia_ratio', '1'),
(7941, 2607, 'eg_html5_ratio', '1'),
(7942, 2607, 'eg_soundcloud_ratio', '1'),
(7943, 2607, 'eg_sources_revslider', ''),
(7944, 2607, 'eg_sources_essgrid', ''),
(7945, 2607, 'eg_featured_grid', ''),
(7946, 2607, 'eg_settings_custom_meta_skin', ''),
(7947, 2607, 'eg_settings_custom_meta_element', ''),
(7948, 2607, 'eg_settings_custom_meta_setting', ''),
(7949, 2607, 'eg_settings_custom_meta_style', ''),
(7950, 2607, 'eg_custom_meta_216', 'true'),
(7951, 2607, 'eg_votes_count', '0'),
(7952, 2607, 'planet_shakers_options', 'a:0:{}'),
(7953, 2609, '_edit_lock', '1699451757:990003'),
(7954, 2609, '_edit_last', '990003'),
(7955, 2610, '_edit_lock', '1696875353:1'),
(7956, 2611, '_wp_attached_file', '2023/10/ED-2-9.jpg'),
(7957, 2611, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:790;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2023/10/ED-2-9.jpg\";s:8:\"filesize\";i:455395;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ED-2-9-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28022;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ED-2-9-768x972.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:972;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148206;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"ED-2-9-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53408;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"ED-2-9-790x658.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113899;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-9-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71901;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:18:\"ED-2-9-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26073;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:16:\"ED-2-9-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5422;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:18:\"ED-2-9-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33853;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"ED-2-9-790x450.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80076;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:18:\"ED-2-9-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50118;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:18:\"ED-2-9-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50996;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:18:\"ED-2-9-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55584;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:18:\"ED-2-9-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70671;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:18:\"ED-2-9-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58264;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:18:\"ED-2-9-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62968;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:18:\"ED-2-9-760x962.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:962;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146586;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:18:\"ED-2-9-370x468.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53408;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:18:\"ED-2-9-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73426;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:18:\"ED-2-9-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16751;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:18:\"ED-2-9-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57048;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:18:\"ED-2-9-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44937;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7958, 2610, '_edit_last', '1'),
(7959, 2610, '_thumbnail_id', '2611'),
(7960, 2610, 'slide_template', ''),
(7961, 2610, 'rs_page_bg_color', ''),
(7962, 2610, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:6:\"Driver\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(7963, 2610, 'eg_sources_html5_mp4', ''),
(7964, 2610, 'eg_sources_html5_ogv', ''),
(7965, 2610, 'eg_sources_html5_webm', ''),
(7966, 2610, 'eg_sources_youtube', ''),
(7967, 2610, 'eg_sources_vimeo', ''),
(7968, 2610, 'eg_sources_wistia', ''),
(7969, 2610, 'eg_sources_image', ''),
(7970, 2610, 'eg_sources_iframe', ''),
(7971, 2610, 'eg_sources_soundcloud', ''),
(7972, 2610, 'eg_vimeo_ratio', '1'),
(7973, 2610, 'eg_youtube_ratio', '1'),
(7974, 2610, 'eg_wistia_ratio', '1'),
(7975, 2610, 'eg_html5_ratio', '1'),
(7976, 2610, 'eg_soundcloud_ratio', '1'),
(7977, 2610, 'eg_sources_revslider', ''),
(7978, 2610, 'eg_sources_essgrid', ''),
(7979, 2610, 'eg_featured_grid', ''),
(7980, 2610, 'eg_settings_custom_meta_skin', ''),
(7981, 2610, 'eg_settings_custom_meta_element', ''),
(7982, 2610, 'eg_settings_custom_meta_setting', ''),
(7983, 2610, 'eg_settings_custom_meta_style', ''),
(7984, 2610, 'eg_custom_meta_216', 'true'),
(7985, 2610, 'eg_votes_count', '0'),
(7986, 2610, 'planet_shakers_options', 'a:0:{}'),
(7988, 87, 'footnotes', ''),
(7989, 2614, '_wp_attached_file', '2018/01/IMG_8708.jpeg'),
(7990, 2614, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2018/01/IMG_8708.jpeg\";s:8:\"filesize\";i:419342;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8708-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8708-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_8708-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176994;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8708-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61778;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:22:\"IMG_8708-1000x658.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271275;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_8708-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151163;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"IMG_8708-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52722;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"IMG_8708-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8518;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"IMG_8708-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53575;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:22:\"IMG_8708-1000x450.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195128;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"IMG_8708-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80759;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"IMG_8708-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105647;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"IMG_8708-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94932;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"IMG_8708-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119225;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"IMG_8708-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121121;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"IMG_8708-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133621;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"IMG_8708-760x507.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176025;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"IMG_8708-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61778;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_8708-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155021;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"IMG_8708-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31638;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"IMG_8708-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85238;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"IMG_8708-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7991, 2615, '_wp_attached_file', '2018/01/IMG_8716.jpeg'),
(7992, 2615, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:21:\"2018/01/IMG_8716.jpeg\";s:8:\"filesize\";i:519893;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8716-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8716-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20442;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_8716-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213811;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8716-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68776;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:22:\"IMG_8716-1000x658.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342378;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_8716-760x428.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181290;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:21:\"IMG_8716-370x208.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59101;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:19:\"IMG_8716-90x90.jpeg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8989;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:21:\"IMG_8716-270x343.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61550;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:22:\"IMG_8716-1000x450.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237605;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:21:\"IMG_8716-370x430.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96221;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:21:\"IMG_8716-570x340.jpeg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125103;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:21:\"IMG_8716-440x430.jpeg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112890;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:21:\"IMG_8716-520x510.jpeg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144975;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:21:\"IMG_8716-640x370.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144110;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:21:\"IMG_8716-740x370.jpeg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156884;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:21:\"IMG_8716-760x507.jpeg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212006;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:21:\"IMG_8716-370x247.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68776;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:21:\"IMG_8716-770x433.jpeg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185480;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:21:\"IMG_8716-270x152.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34794;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:21:\"IMG_8716-370x493.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102650;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:21:\"IMG_8716-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89174;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(7997, 87, 'rs_page_bg_color', '#ffffff'),
(7998, 87, 'eg_sources_revslider', ''),
(7999, 87, 'eg_sources_essgrid', ''),
(8000, 87, 'eg_featured_grid', ''),
(8002, 2619, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8009, 82, 'rs_page_bg_color', '#ffffff'),
(8011, 2622, '_wp_attached_file', '2018/01/IMG_8458-min.jpg'),
(8012, 2622, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2018/01/IMG_8458-min.jpg\";s:8:\"filesize\";i:1223867;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47213;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_8458-min-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17595;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274569;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-370x444.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89139;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:25:\"IMG_8458-min-1000x658.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273814;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151167;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49150;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:22:\"IMG_8458-min-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7476;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54944;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:25:\"IMG_8458-min-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189311;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87213;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104705;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108533;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140953;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121429;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128647;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-760x912.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:912;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:270584;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-370x444.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89139;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153162;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28989;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98522;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:24:\"IMG_8458-min-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83170;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8015, 2623, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8019, 2602, 'trx_addons_post_views_count', '33'),
(8020, 2607, 'trx_addons_post_views_count', '44'),
(8021, 2597, 'trx_addons_post_views_count', '49'),
(8022, 2526, 'trx_addons_post_views_count', '42'),
(8023, 2584, 'trx_addons_post_views_count', '49'),
(8024, 2599, 'trx_addons_post_views_count', '42'),
(8025, 2601, 'trx_addons_post_views_count', '35'),
(8026, 2610, 'trx_addons_post_views_count', '39'),
(8027, 2587, 'trx_addons_post_views_count', '37'),
(8028, 2605, 'trx_addons_post_views_count', '36'),
(8029, 89, 'footnotes', ''),
(8030, 2627, '_wp_attached_file', '2017/12/KPL.jpg'),
(8031, 2627, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:658;s:4:\"file\";s:15:\"2017/12/KPL.jpg\";s:8:\"filesize\";i:314070;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"KPL-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"KPL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17903;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"KPL-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189635;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"KPL-370x243.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59212;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:15:\"KPL-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168747;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:15:\"KPL-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53470;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:13:\"KPL-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7857;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:15:\"KPL-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54255;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:16:\"KPL-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237430;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:15:\"KPL-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84754;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:15:\"KPL-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112890;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:15:\"KPL-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100345;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:15:\"KPL-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129732;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:15:\"KPL-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131817;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:15:\"KPL-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150721;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:15:\"KPL-760x500.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186853;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"KPL-370x243.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59212;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:15:\"KPL-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173091;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:15:\"KPL-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31797;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:15:\"KPL-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91792;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:15:\"KPL-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78112;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8034, 89, '_thumbnail_id', '2627'),
(8037, 89, 'rs_page_bg_color', '#ffffff'),
(8038, 89, 'eg_sources_revslider', ''),
(8039, 89, 'eg_sources_essgrid', ''),
(8040, 89, 'eg_featured_grid', ''),
(8041, 91, 'footnotes', ''),
(8045, 91, 'rs_page_bg_color', '#ffffff'),
(8046, 101, 'footnotes', ''),
(8047, 2632, '_wp_attached_file', '2017/12/IMG_0111.jpg'),
(8048, 2632, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:515;s:4:\"file\";s:20:\"2017/12/IMG_0111.jpg\";s:8:\"filesize\";i:463336;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_0111-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0111-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_0111-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182635;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0111-370x191.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52560;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_0111-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189511;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"IMG_0111-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56290;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"IMG_0111-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7564;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"IMG_0111-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59414;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"IMG_0111-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271137;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"IMG_0111-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92387;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"IMG_0111-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124377;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"IMG_0111-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108491;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"IMG_0111-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139811;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"IMG_0111-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146580;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"IMG_0111-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169080;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"IMG_0111-760x391.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179309;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"IMG_0111-370x191.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52560;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_0111-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193713;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"IMG_0111-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32080;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_0111-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99993;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"IMG_0111-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8051, 101, 'rs_page_bg_color', '#ffffff'),
(8052, 101, 'eg_sources_revslider', ''),
(8053, 101, 'eg_sources_essgrid', ''),
(8054, 101, 'eg_featured_grid', ''),
(8055, 101, 'eg_votes_count', '0'),
(8059, 104, 'footnotes', ''),
(8060, 2635, '_wp_attached_file', '2017/12/4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8061, 2635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:658;s:4:\"file\";s:59:\"2017/12/4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1.jpg\";s:8:\"filesize\";i:226234;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32746;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-1024x624.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15089;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-768x468.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143876;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-370x225.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46078;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130768;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41607;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:57:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6967;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42771;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:60:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-1080x450.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169250;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66925;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90132;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79317;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102434;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103655;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113132;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-760x463.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140975;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-370x225.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46078;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134482;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25666;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71831;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:59:\"4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8064, 104, 'rs_page_bg_color', '#ffffff'),
(8065, 104, 'eg_sources_revslider', ''),
(8066, 104, 'eg_sources_essgrid', ''),
(8067, 104, 'eg_featured_grid', ''),
(8068, 104, 'eg_votes_count', '0'),
(8069, 107, 'footnotes', ''),
(8070, 2638, '_wp_attached_file', '2017/11/IMG_0970-1.jpg'),
(8071, 2638, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1178;s:4:\"file\";s:22:\"2017/11/IMG_0970-1.jpg\";s:8:\"filesize\";i:2057123;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36436;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_0970-1-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188612;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_0970-1-1536x905.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:598142;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-370x218.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53072;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:23:\"IMG_0970-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375533;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179706;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50816;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:20:\"IMG_0970-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6929;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54146;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:23:\"IMG_0970-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269692;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89468;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113752;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103705;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140304;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135461;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156185;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-760x448.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184368;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-370x218.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53072;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184559;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28805;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99843;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"IMG_0970-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1621431691\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8074, 107, 'rs_page_bg_color', '#ffffff'),
(8075, 107, 'eg_sources_revslider', ''),
(8076, 107, 'eg_sources_essgrid', ''),
(8077, 107, 'eg_featured_grid', ''),
(8078, 107, 'eg_votes_count', '0'),
(8079, 2640, '_wp_attached_file', '2017/11/Bugesera-chi-1170x658-1.jpg'),
(8080, 2640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:658;s:4:\"file\";s:35:\"2017/11/Bugesera-chi-1170x658-1.jpg\";s:8:\"filesize\";i:243938;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27687;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Bugesera-chi-1170x658-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14639;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120389;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38290;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119205;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38290;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:33:\"Bugesera-chi-1170x658-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6823;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42492;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:36:\"Bugesera-chi-1170x658-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181358;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65564;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80355;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76260;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97790;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93587;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104535;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119137;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38290;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122604;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22870;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70268;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:35:\"Bugesera-chi-1170x658-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8081, 109, 'footnotes', ''),
(8084, 109, 'rs_page_bg_color', '#ffffff'),
(8085, 109, 'eg_sources_revslider', ''),
(8086, 109, 'eg_sources_essgrid', ''),
(8087, 109, 'eg_featured_grid', ''),
(8088, 109, 'eg_votes_count', '0'),
(8089, 2643, '_wp_attached_file', '2017/11/librarians-1170x658-1.jpg'),
(8090, 2643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:658;s:4:\"file\";s:33:\"2017/11/librarians-1170x658-1.jpg\";s:8:\"filesize\";i:203168;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23672;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"librarians-1170x658-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99999;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32566;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99882;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32566;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"librarians-1170x658-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6006;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35868;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:34:\"librarians-1170x658-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143821;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54717;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66924;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63588;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81958;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78079;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86672;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99891;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32566;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102025;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19706;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60184;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:33:\"librarians-1170x658-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8091, 118, 'footnotes', ''),
(8094, 118, 'rs_page_bg_color', '#ffffff'),
(8095, 118, 'eg_sources_revslider', ''),
(8096, 118, 'eg_sources_essgrid', ''),
(8097, 118, 'eg_featured_grid', ''),
(8098, 118, 'eg_votes_count', '0'),
(8099, 2646, '_wp_attached_file', '2017/11/Library-in-Ruhango-2-1170x658-1.jpg'),
(8100, 2646, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:658;s:4:\"file\";s:43:\"2017/11/Library-in-Ruhango-2-1170x658-1.jpg\";s:8:\"filesize\";i:165775;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19017;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Library-in-Ruhango-2-1170x658-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9946;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80826;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26011;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80433;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26011;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:41:\"Library-in-Ruhango-2-1170x658-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4913;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29796;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:44:\"Library-in-Ruhango-2-1170x658-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118818;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45078;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53868;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50171;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65349;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62687;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69309;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80502;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26011;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83053;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15882;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51224;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:43:\"Library-in-Ruhango-2-1170x658-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8101, 120, 'footnotes', ''),
(8104, 120, 'rs_page_bg_color', '#ffffff'),
(8105, 120, 'eg_sources_revslider', ''),
(8106, 120, 'eg_sources_essgrid', ''),
(8107, 120, 'eg_featured_grid', ''),
(8108, 120, 'eg_votes_count', '0'),
(8109, 2649, '_wp_attached_file', '2017/11/IMG_6466-2-1000x658-1.jpg'),
(8110, 2649, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:658;s:4:\"file\";s:33:\"2017/11/IMG_6466-2-1000x658-1.jpg\";s:8:\"filesize\";i:284845;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17995;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175501;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-370x243.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58698;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151662;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50866;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:31:\"IMG_6466-2-1000x658-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8109;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53288;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:34:\"IMG_6466-2-1000x658-1-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199316;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81139;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105389;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94777;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120785;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121458;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133878;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-760x500.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173779;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-370x243.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58698;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155198;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30716;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87378;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:33:\"IMG_6466-2-1000x658-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8111, 122, 'footnotes', ''),
(8114, 122, 'rs_page_bg_color', '#ffffff'),
(8115, 122, 'eg_sources_revslider', ''),
(8116, 122, 'eg_sources_essgrid', ''),
(8117, 122, 'eg_featured_grid', ''),
(8118, 122, 'eg_votes_count', '0'),
(8119, 2652, '_wp_attached_file', '2017/11/IMG_7217-min-1170x658-1.jpg'),
(8120, 2652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1170;s:6:\"height\";i:658;s:4:\"file\";s:35:\"2017/11/IMG_7217-min-1170x658-1.jpg\";s:8:\"filesize\";i:255458;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32979;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"IMG_7217-min-1170x658-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205683;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135861;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45196;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135595;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45196;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:33:\"IMG_7217-min-1170x658-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7743;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47502;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:36:\"IMG_7217-min-1170x658-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189991;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72686;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92982;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84476;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107659;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107541;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117721;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135460;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45196;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138429;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27683;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77337;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:35:\"IMG_7217-min-1170x658-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67460;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8121, 124, 'footnotes', ''),
(8124, 124, 'rs_page_bg_color', '#ffffff'),
(8125, 124, 'eg_sources_revslider', ''),
(8126, 124, 'eg_sources_essgrid', ''),
(8127, 124, 'eg_featured_grid', ''),
(8128, 124, 'eg_votes_count', '0'),
(8129, 2659, '_wp_attached_file', '2018/01/51184862981_ea8f2469cb_o-1.jpg'),
(8130, 2659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:38:\"2018/01/51184862981_ea8f2469cb_o-1.jpg\";s:8:\"filesize\";i:1038107;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74035;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-1000x658.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:488136;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230975;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63130;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:36:\"51184862981_ea8f2469cb_o-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8055;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70536;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:39:\"51184862981_ea8f2469cb_o-1-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:330119;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115692;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148591;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137762;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184422;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176027;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197662;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272441;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74035;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236630;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34954;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128750;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:38:\"51184862981_ea8f2469cb_o-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8131, 2661, '_edit_lock', '1699309057:990003'),
(8132, 2662, '_wp_attached_file', '2023/11/Fkz2uFTXgAA3er0.jpg'),
(8133, 2662, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1697;s:6:\"height\";i:1188;s:4:\"file\";s:27:\"2023/11/Fkz2uFTXgAA3er0.jpg\";s:8:\"filesize\";i:1219253;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38257;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Fkz2uFTXgAA3er0-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170435;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Fkz2uFTXgAA3er0-1536x1075.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:496541;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-370x259.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52695;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"Fkz2uFTXgAA3er0-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283603;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143802;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44491;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"Fkz2uFTXgAA3er0-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7133;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46769;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"Fkz2uFTXgAA3er0-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224476;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72258;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92860;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86598;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111084;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111203;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130532;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-760x532.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164744;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-370x259.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52695;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145939;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26474;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78914;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"Fkz2uFTXgAA3er0-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8136, 2661, '_thumbnail_id', '2662'),
(8137, 2661, '_edit_last', '990003'),
(8138, 2661, 'slide_template', 'default'),
(8139, 2661, 'rs_page_bg_color', '#ffffff'),
(8140, 2661, 'trx_addons_post_views_count', '3'),
(8141, 2661, 'trx_addons_post_likes_count', '0'),
(8142, 2661, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8143, 2661, 'eg_sources_html5_mp4', ''),
(8144, 2661, 'eg_sources_html5_ogv', ''),
(8145, 2661, 'eg_sources_html5_webm', ''),
(8146, 2661, 'eg_sources_youtube', ''),
(8147, 2661, 'eg_sources_vimeo', ''),
(8148, 2661, 'eg_sources_wistia', ''),
(8149, 2661, 'eg_sources_image', ''),
(8150, 2661, 'eg_sources_iframe', ''),
(8151, 2661, 'eg_sources_soundcloud', ''),
(8152, 2661, 'eg_vimeo_ratio', '1'),
(8153, 2661, 'eg_youtube_ratio', '1'),
(8154, 2661, 'eg_wistia_ratio', '1'),
(8155, 2661, 'eg_html5_ratio', '1'),
(8156, 2661, 'eg_soundcloud_ratio', '1'),
(8157, 2661, 'eg_sources_revslider', ''),
(8158, 2661, 'eg_sources_essgrid', ''),
(8159, 2661, 'eg_featured_grid', ''),
(8160, 2661, 'eg_settings_custom_meta_skin', ''),
(8161, 2661, 'eg_settings_custom_meta_element', ''),
(8162, 2661, 'eg_settings_custom_meta_setting', ''),
(8163, 2661, 'eg_settings_custom_meta_style', ''),
(8164, 2661, 'eg_custom_meta_216', 'true'),
(8165, 2661, 'eg_votes_count', '0'),
(8166, 2661, 'planet_shakers_options', 'a:0:{}'),
(8167, 2664, '_edit_lock', '1699309294:990003'),
(8168, 2665, '_wp_attached_file', '2023/11/FPupeLXXEAgGG7P.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8169, 2665, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2023/11/FPupeLXXEAgGG7P.jpg\";s:8:\"filesize\";i:52939;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14728;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FPupeLXXEAgGG7P-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13147;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59861;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-370x123.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19700;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FPupeLXXEAgGG7P-1170x500.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136237;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98685;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35151;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FPupeLXXEAgGG7P-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6217;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35436;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FPupeLXXEAgGG7P-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129621;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52595;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70219;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61739;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-520x500.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74266;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79108;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84912;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-760x253.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59248;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-370x123.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19700;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101626;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21790;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57454;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FPupeLXXEAgGG7P-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8172, 2664, '_thumbnail_id', '2665'),
(8173, 2664, '_edit_last', '990003'),
(8174, 2664, 'slide_template', 'default'),
(8175, 2664, 'rs_page_bg_color', '#ffffff'),
(8176, 2664, 'trx_addons_post_views_count', '23'),
(8177, 2664, 'trx_addons_post_likes_count', '0'),
(8178, 2664, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8179, 2664, 'eg_sources_html5_mp4', ''),
(8180, 2664, 'eg_sources_html5_ogv', ''),
(8181, 2664, 'eg_sources_html5_webm', ''),
(8182, 2664, 'eg_sources_youtube', ''),
(8183, 2664, 'eg_sources_vimeo', ''),
(8184, 2664, 'eg_sources_wistia', ''),
(8185, 2664, 'eg_sources_image', ''),
(8186, 2664, 'eg_sources_iframe', ''),
(8187, 2664, 'eg_sources_soundcloud', ''),
(8188, 2664, 'eg_vimeo_ratio', '1'),
(8189, 2664, 'eg_youtube_ratio', '1'),
(8190, 2664, 'eg_wistia_ratio', '1'),
(8191, 2664, 'eg_html5_ratio', '1'),
(8192, 2664, 'eg_soundcloud_ratio', '1'),
(8193, 2664, 'eg_sources_revslider', ''),
(8194, 2664, 'eg_sources_essgrid', ''),
(8195, 2664, 'eg_featured_grid', ''),
(8196, 2664, 'eg_settings_custom_meta_skin', ''),
(8197, 2664, 'eg_settings_custom_meta_element', ''),
(8198, 2664, 'eg_settings_custom_meta_setting', ''),
(8199, 2664, 'eg_settings_custom_meta_style', ''),
(8200, 2664, 'eg_custom_meta_216', 'true'),
(8201, 2664, 'eg_votes_count', '0'),
(8202, 2664, 'planet_shakers_options', 'a:0:{}'),
(8205, 2667, '_edit_lock', '1699309902:990003'),
(8206, 2668, '_wp_attached_file', '2023/11/FQ-JY6yWUAEbPTi.jpg'),
(8207, 2668, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:656;s:4:\"file\";s:27:\"2023/11/FQ-JY6yWUAEbPTi.jpg\";s:8:\"filesize\";i:240224;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20908;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259973;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71390;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229646;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63785;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FQ-JY6yWUAEbPTi-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8368;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78106;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FQ-JY6yWUAEbPTi-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315770;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125476;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148449;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142796;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188689;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177116;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198845;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-760x487.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252786;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71390;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235917;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35558;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139805;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FQ-JY6yWUAEbPTi-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109772;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8208, 2669, '_wp_attached_file', '2023/11/FQ-JY60WUAEzyVW.jpg'),
(8209, 2669, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:27:\"2023/11/FQ-JY60WUAEzyVW.jpg\";s:8:\"filesize\";i:252615;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266884;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-370x246.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75128;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FQ-JY60WUAEzyVW-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:450888;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223609;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63100;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FQ-JY60WUAEzyVW-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8742;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71913;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FQ-JY60WUAEzyVW-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:313166;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116557;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145917;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136153;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179971;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172852;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191731;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-760x506.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263008;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-370x246.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75128;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228885;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35643;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127523;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FQ-JY60WUAEzyVW-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104406;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8210, 2670, '_wp_attached_file', '2023/11/FQ-JY6sWUAAxTgq.jpg'),
(8211, 2670, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:27:\"2023/11/FQ-JY6sWUAAxTgq.jpg\";s:8:\"filesize\";i:210685;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236475;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-370x246.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70147;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FQ-JY6sWUAAxTgq-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:381171;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202993;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59921;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FQ-JY6sWUAAxTgq-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8191;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65804;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FQ-JY6sWUAAxTgq-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278491;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106329;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135047;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124954;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162442;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158640;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177322;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-760x506.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232811;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-370x246.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70147;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208253;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34214;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113614;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FQ-JY6sWUAAxTgq-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96752;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8214, 2667, '_thumbnail_id', '2668'),
(8215, 2667, '_edit_last', '990003'),
(8216, 2667, 'slide_template', 'default'),
(8217, 2667, 'rs_page_bg_color', '#ffffff'),
(8218, 2667, 'trx_addons_post_views_count', '23'),
(8219, 2667, 'trx_addons_post_likes_count', '0'),
(8220, 2667, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8221, 2667, 'eg_sources_html5_mp4', ''),
(8222, 2667, 'eg_sources_html5_ogv', ''),
(8223, 2667, 'eg_sources_html5_webm', ''),
(8224, 2667, 'eg_sources_youtube', ''),
(8225, 2667, 'eg_sources_vimeo', ''),
(8226, 2667, 'eg_sources_wistia', ''),
(8227, 2667, 'eg_sources_image', ''),
(8228, 2667, 'eg_sources_iframe', ''),
(8229, 2667, 'eg_sources_soundcloud', ''),
(8230, 2667, 'eg_vimeo_ratio', '1'),
(8231, 2667, 'eg_youtube_ratio', '1'),
(8232, 2667, 'eg_wistia_ratio', '1'),
(8233, 2667, 'eg_html5_ratio', '1'),
(8234, 2667, 'eg_soundcloud_ratio', '1'),
(8235, 2667, 'eg_sources_revslider', ''),
(8236, 2667, 'eg_sources_essgrid', ''),
(8237, 2667, 'eg_featured_grid', ''),
(8238, 2667, 'eg_settings_custom_meta_skin', ''),
(8239, 2667, 'eg_settings_custom_meta_element', ''),
(8240, 2667, 'eg_settings_custom_meta_setting', ''),
(8241, 2667, 'eg_settings_custom_meta_style', ''),
(8242, 2667, 'eg_custom_meta_216', 'true'),
(8243, 2667, 'eg_votes_count', '0'),
(8244, 2667, 'planet_shakers_options', 'a:0:{}'),
(8245, 2672, '_edit_lock', '1699310439:990003'),
(8246, 2673, '_wp_attached_file', '2023/11/FiV8A7mXwAUzf_4-scaled.jpg'),
(8247, 2673, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1464;s:4:\"file\";s:34:\"2023/11/FiV8A7mXwAUzf_4-scaled.jpg\";s:8:\"filesize\";i:1244644;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33753;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FiV8A7mXwAUzf_4-1024x586.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:280068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15441;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169945;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"FiV8A7mXwAUzf_4-1536x878.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:552017;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FiV8A7mXwAUzf_4-2048x1171.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:882856;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-370x212.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48479;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FiV8A7mXwAUzf_4-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346543;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165080;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47060;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FiV8A7mXwAUzf_4-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6897;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48950;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FiV8A7mXwAUzf_4-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246983;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79479;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106417;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94903;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126465;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126632;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144411;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-760x435.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167632;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-370x212.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48479;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168236;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27143;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86690;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FiV8A7mXwAUzf_4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72843;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FiV8A7mXwAUzf_4.jpg\";}'),
(8248, 2674, '_wp_attached_file', '2023/11/FiV8A5MWAAEAhjo-scaled.jpg'),
(8249, 2674, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1764;s:4:\"file\";s:34:\"2023/11/FiV8A5MWAAEAhjo-scaled.jpg\";s:8:\"filesize\";i:1068171;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33798;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FiV8A5MWAAEAhjo-1024x705.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248904;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13919;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-768x529.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156413;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FiV8A5MWAAEAhjo-1536x1058.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:479395;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FiV8A5MWAAEAhjo-2048x1411.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:761795;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-370x255.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47650;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FiV8A5MWAAEAhjo-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271267;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135358;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41940;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FiV8A5MWAAEAhjo-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6636;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37734;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FiV8A5MWAAEAhjo-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203823;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62211;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88366;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75386;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98694;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104303;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119734;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-760x524.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153736;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-370x255.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47650;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139216;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25151;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64068;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FiV8A5MWAAEAhjo-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58483;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FiV8A5MWAAEAhjo.jpg\";}'),
(8252, 2672, '_thumbnail_id', '2673'),
(8253, 2672, '_edit_last', '990003'),
(8256, 2672, 'slide_template', 'default'),
(8257, 2672, 'rs_page_bg_color', '#ffffff'),
(8258, 2672, 'trx_addons_post_views_count', '27'),
(8259, 2672, 'trx_addons_post_likes_count', '0'),
(8260, 2672, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8261, 2672, 'eg_sources_html5_mp4', ''),
(8262, 2672, 'eg_sources_html5_ogv', ''),
(8263, 2672, 'eg_sources_html5_webm', ''),
(8264, 2672, 'eg_sources_youtube', ''),
(8265, 2672, 'eg_sources_vimeo', ''),
(8266, 2672, 'eg_sources_wistia', ''),
(8267, 2672, 'eg_sources_image', ''),
(8268, 2672, 'eg_sources_iframe', ''),
(8269, 2672, 'eg_sources_soundcloud', ''),
(8270, 2672, 'eg_vimeo_ratio', '1'),
(8271, 2672, 'eg_youtube_ratio', '1'),
(8272, 2672, 'eg_wistia_ratio', '1'),
(8273, 2672, 'eg_html5_ratio', '1'),
(8274, 2672, 'eg_soundcloud_ratio', '1'),
(8275, 2672, 'eg_sources_revslider', ''),
(8276, 2672, 'eg_sources_essgrid', ''),
(8277, 2672, 'eg_featured_grid', ''),
(8278, 2672, 'eg_settings_custom_meta_skin', ''),
(8279, 2672, 'eg_settings_custom_meta_element', ''),
(8280, 2672, 'eg_settings_custom_meta_setting', ''),
(8281, 2672, 'eg_settings_custom_meta_style', ''),
(8282, 2672, 'eg_custom_meta_216', 'true'),
(8283, 2672, 'eg_votes_count', '0'),
(8284, 2672, 'planet_shakers_options', 'a:0:{}'),
(8285, 2676, '_edit_lock', '1699311079:990003'),
(8286, 2677, '_wp_attached_file', '2023/11/FiqyHZFWAAIOTmz-scaled.jpg'),
(8287, 2677, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1485;s:4:\"file\";s:34:\"2023/11/FiqyHZFWAAIOTmz-scaled.jpg\";s:8:\"filesize\";i:1343341;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35354;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FiqyHZFWAAIOTmz-1024x594.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179735;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"FiqyHZFWAAIOTmz-1536x891.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:891;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:588724;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FiqyHZFWAAIOTmz-2048x1188.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:943490;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-370x215.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51063;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FiqyHZFWAAIOTmz-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363902;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174395;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49887;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FiqyHZFWAAIOTmz-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7317;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56291;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FiqyHZFWAAIOTmz-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271187;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91015;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110751;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104348;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140689;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130587;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154281;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-760x441.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177450;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-370x215.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51063;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178558;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28811;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101672;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FiqyHZFWAAIOTmz-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FiqyHZFWAAIOTmz.jpg\";}'),
(8288, 2678, '_wp_attached_file', '2023/11/FiqyHZsXoAU05IP-scaled.jpg'),
(8289, 2678, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1745;s:4:\"file\";s:34:\"2023/11/FiqyHZsXoAU05IP-scaled.jpg\";s:8:\"filesize\";i:1016097;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29537;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FiqyHZsXoAU05IP-1024x698.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221163;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13517;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-768x524.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136148;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FiqyHZsXoAU05IP-1536x1047.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1047;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:437143;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FiqyHZsXoAU05IP-2048x1396.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1396;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:708958;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41476;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FiqyHZsXoAU05IP-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226779;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110350;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34259;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FiqyHZsXoAU05IP-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6538;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40651;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FiqyHZsXoAU05IP-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158942;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61730;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73488;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71280;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93310;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85278;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95165;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-760x518.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133386;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-370x252.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41476;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113012;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20770;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69790;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FiqyHZsXoAU05IP-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56134;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FiqyHZsXoAU05IP.jpg\";}'),
(8292, 2676, '_thumbnail_id', '2677'),
(8293, 2676, '_edit_last', '990003'),
(8294, 2676, 'slide_template', 'default'),
(8295, 2676, 'rs_page_bg_color', '#ffffff'),
(8296, 2676, 'trx_addons_post_views_count', '21'),
(8297, 2676, 'trx_addons_post_likes_count', '0'),
(8298, 2676, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8299, 2676, 'eg_sources_html5_mp4', ''),
(8300, 2676, 'eg_sources_html5_ogv', ''),
(8301, 2676, 'eg_sources_html5_webm', ''),
(8302, 2676, 'eg_sources_youtube', ''),
(8303, 2676, 'eg_sources_vimeo', ''),
(8304, 2676, 'eg_sources_wistia', ''),
(8305, 2676, 'eg_sources_image', ''),
(8306, 2676, 'eg_sources_iframe', ''),
(8307, 2676, 'eg_sources_soundcloud', ''),
(8308, 2676, 'eg_vimeo_ratio', '1'),
(8309, 2676, 'eg_youtube_ratio', '1'),
(8310, 2676, 'eg_wistia_ratio', '1'),
(8311, 2676, 'eg_html5_ratio', '1'),
(8312, 2676, 'eg_soundcloud_ratio', '1'),
(8313, 2676, 'eg_sources_revslider', ''),
(8314, 2676, 'eg_sources_essgrid', ''),
(8315, 2676, 'eg_featured_grid', ''),
(8316, 2676, 'eg_settings_custom_meta_skin', ''),
(8317, 2676, 'eg_settings_custom_meta_element', ''),
(8318, 2676, 'eg_settings_custom_meta_setting', ''),
(8319, 2676, 'eg_settings_custom_meta_style', ''),
(8320, 2676, 'eg_custom_meta_216', 'true'),
(8321, 2676, 'eg_votes_count', '0'),
(8322, 2676, 'planet_shakers_options', 'a:0:{}'),
(8325, 2680, '_edit_lock', '1699311310:990003'),
(8326, 2681, '_wp_attached_file', '2023/11/Fi0temdXoAEanIm-scaled.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8327, 2681, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/Fi0temdXoAEanIm-scaled.jpg\";s:8:\"filesize\";i:1786151;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41455;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Fi0temdXoAEanIm-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:389743;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231361;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Fi0temdXoAEanIm-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:779884;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"Fi0temdXoAEanIm-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1259044;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61372;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"Fi0temdXoAEanIm-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:429522;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200240;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53736;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"Fi0temdXoAEanIm-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7086;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60605;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"Fi0temdXoAEanIm-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:302450;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100729;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125747;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116180;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158255;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150397;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174070;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229554;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61372;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205628;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30188;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112773;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"Fi0temdXoAEanIm-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87944;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"Fi0temdXoAEanIm.jpg\";}'),
(8328, 2682, '_wp_attached_file', '2023/11/Fi0temnWYAYsjeP-scaled.jpg'),
(8329, 2682, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/Fi0temnWYAYsjeP-scaled.jpg\";s:8:\"filesize\";i:1370901;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37212;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Fi0temnWYAYsjeP-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304359;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16519;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184880;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Fi0temnWYAYsjeP-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:600108;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"Fi0temnWYAYsjeP-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:964135;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53435;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"Fi0temnWYAYsjeP-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:336063;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162080;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47114;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"Fi0temnWYAYsjeP-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7474;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50230;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"Fi0temnWYAYsjeP-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230871;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81946;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103804;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97401;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129207;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123112;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139695;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183756;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53435;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165809;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27603;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90154;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"Fi0temnWYAYsjeP-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75001;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"Fi0temnWYAYsjeP.jpg\";}'),
(8332, 2680, '_thumbnail_id', '2681'),
(8333, 2680, '_edit_last', '990003'),
(8336, 2680, 'slide_template', 'default'),
(8337, 2680, 'rs_page_bg_color', '#ffffff'),
(8338, 2680, 'trx_addons_post_views_count', '26'),
(8339, 2680, 'trx_addons_post_likes_count', '0'),
(8340, 2680, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8341, 2680, 'eg_sources_html5_mp4', ''),
(8342, 2680, 'eg_sources_html5_ogv', ''),
(8343, 2680, 'eg_sources_html5_webm', ''),
(8344, 2680, 'eg_sources_youtube', ''),
(8345, 2680, 'eg_sources_vimeo', ''),
(8346, 2680, 'eg_sources_wistia', ''),
(8347, 2680, 'eg_sources_image', ''),
(8348, 2680, 'eg_sources_iframe', ''),
(8349, 2680, 'eg_sources_soundcloud', ''),
(8350, 2680, 'eg_vimeo_ratio', '1'),
(8351, 2680, 'eg_youtube_ratio', '1'),
(8352, 2680, 'eg_wistia_ratio', '1'),
(8353, 2680, 'eg_html5_ratio', '1'),
(8354, 2680, 'eg_soundcloud_ratio', '1'),
(8355, 2680, 'eg_sources_revslider', ''),
(8356, 2680, 'eg_sources_essgrid', ''),
(8357, 2680, 'eg_featured_grid', ''),
(8358, 2680, 'eg_settings_custom_meta_skin', ''),
(8359, 2680, 'eg_settings_custom_meta_element', ''),
(8360, 2680, 'eg_settings_custom_meta_setting', ''),
(8361, 2680, 'eg_settings_custom_meta_style', ''),
(8362, 2680, 'eg_custom_meta_216', 'true'),
(8363, 2680, 'eg_votes_count', '0'),
(8364, 2680, 'planet_shakers_options', 'a:0:{}'),
(8365, 2684, '_edit_lock', '1699311667:990003'),
(8366, 2685, '_wp_attached_file', '2023/11/FjOKKILWAAABweQ.jpg'),
(8367, 2685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1335;s:6:\"height\";i:947;s:4:\"file\";s:27:\"2023/11/FjOKKILWAAABweQ.jpg\";s:8:\"filesize\";i:990542;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43549;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FjOKKILWAAABweQ-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:352465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16546;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222315;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-370x262.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63336;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FjOKKILWAAABweQ-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:370068;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186805;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54502;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FjOKKILWAAABweQ-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6991;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55237;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FjOKKILWAAABweQ-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:268268;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89890;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121055;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107346;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142014;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143277;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164841;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-760x539.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218264;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-370x262.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63336;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191470;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31092;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98311;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FjOKKILWAAABweQ-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81821;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8370, 2684, '_thumbnail_id', '2685'),
(8371, 2684, '_edit_last', '990003'),
(8374, 2684, 'slide_template', 'default'),
(8375, 2684, 'rs_page_bg_color', '#ffffff'),
(8376, 2684, 'trx_addons_post_views_count', '31'),
(8377, 2684, 'trx_addons_post_likes_count', '0'),
(8378, 2684, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8379, 2684, 'eg_sources_html5_mp4', ''),
(8380, 2684, 'eg_sources_html5_ogv', ''),
(8381, 2684, 'eg_sources_html5_webm', ''),
(8382, 2684, 'eg_sources_youtube', ''),
(8383, 2684, 'eg_sources_vimeo', ''),
(8384, 2684, 'eg_sources_wistia', ''),
(8385, 2684, 'eg_sources_image', ''),
(8386, 2684, 'eg_sources_iframe', ''),
(8387, 2684, 'eg_sources_soundcloud', ''),
(8388, 2684, 'eg_vimeo_ratio', '1'),
(8389, 2684, 'eg_youtube_ratio', '1'),
(8390, 2684, 'eg_wistia_ratio', '1'),
(8391, 2684, 'eg_html5_ratio', '1'),
(8392, 2684, 'eg_soundcloud_ratio', '1'),
(8393, 2684, 'eg_sources_revslider', ''),
(8394, 2684, 'eg_sources_essgrid', ''),
(8395, 2684, 'eg_featured_grid', ''),
(8396, 2684, 'eg_settings_custom_meta_skin', ''),
(8397, 2684, 'eg_settings_custom_meta_element', ''),
(8398, 2684, 'eg_settings_custom_meta_setting', ''),
(8399, 2684, 'eg_settings_custom_meta_style', ''),
(8400, 2684, 'eg_custom_meta_216', 'true'),
(8401, 2684, 'eg_votes_count', '0'),
(8402, 2684, 'planet_shakers_options', 'a:0:{}'),
(8405, 2688, '_edit_lock', '1699336892:990003'),
(8406, 2689, '_wp_attached_file', '2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9.jpg'),
(8407, 2689, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:115:\"2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9.jpg\";s:8:\"filesize\";i:776738;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18235;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246849;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67038;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:116:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1000x658.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:444661;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206301;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56730;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:113:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7786;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61552;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:116:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295176;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102098;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131278;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120836;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163254;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155573;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176184;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244062;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67038;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211680;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32550;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112390;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91526;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8408, 2690, '_wp_attached_file', '2023/11/FjThhS8WQAMtOnk-scaled.jpg'),
(8409, 2690, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/FjThhS8WQAMtOnk-scaled.jpg\";s:8:\"filesize\";i:1419829;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48599;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FjThhS8WQAMtOnk-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233192;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FjThhS8WQAMtOnk-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:668144;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FjThhS8WQAMtOnk-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1027913;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70608;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FjThhS8WQAMtOnk-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:371608;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192550;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58670;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FjThhS8WQAMtOnk-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8170;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64748;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FjThhS8WQAMtOnk-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254774;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102389;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129819;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119183;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156755;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150485;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167899;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233067;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70608;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197051;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33507;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112516;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FjThhS8WQAMtOnk-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FjThhS8WQAMtOnk.jpg\";}'),
(8410, 2691, '_wp_attached_file', '2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1.jpg'),
(8411, 2691, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:117:\"2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1.jpg\";s:8:\"filesize\";i:776738;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18235;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246849;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67038;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:118:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-1000x658.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:444661;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206301;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56730;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:115:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7786;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61552;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:118:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295176;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102098;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131278;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120836;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163254;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155573;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176184;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244062;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67038;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211680;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32550;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112390;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:117:\"mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91526;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8412, 2692, '_wp_attached_file', '2023/11/FjZGM2-XwAc4FNg-scaled.jpg'),
(8413, 2692, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/FjZGM2-XwAc4FNg-scaled.jpg\";s:8:\"filesize\";i:1374249;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42364;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FjZGM2-XwAc4FNg-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17203;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202589;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FjZGM2-XwAc4FNg-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:617306;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FjZGM2-XwAc4FNg-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:974627;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61224;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FjZGM2-XwAc4FNg-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346045;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174104;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52702;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FjZGM2-XwAc4FNg-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7313;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54190;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FjZGM2-XwAc4FNg-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238915;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85468;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116595;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101364;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132812;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136100;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147309;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201356;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61224;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178583;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30937;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93524;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FjZGM2-XwAc4FNg-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FjZGM2-XwAc4FNg.jpg\";}'),
(8416, 2688, '_thumbnail_id', '2690'),
(8417, 2688, '_edit_last', '990003'),
(8418, 2688, 'slide_template', 'default'),
(8419, 2688, 'rs_page_bg_color', '#ffffff'),
(8420, 2688, 'trx_addons_post_views_count', '30'),
(8421, 2688, 'trx_addons_post_likes_count', '0'),
(8422, 2688, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8423, 2688, 'eg_sources_html5_mp4', ''),
(8424, 2688, 'eg_sources_html5_ogv', ''),
(8425, 2688, 'eg_sources_html5_webm', ''),
(8426, 2688, 'eg_sources_youtube', ''),
(8427, 2688, 'eg_sources_vimeo', ''),
(8428, 2688, 'eg_sources_wistia', ''),
(8429, 2688, 'eg_sources_image', ''),
(8430, 2688, 'eg_sources_iframe', ''),
(8431, 2688, 'eg_sources_soundcloud', ''),
(8432, 2688, 'eg_vimeo_ratio', '1'),
(8433, 2688, 'eg_youtube_ratio', '1'),
(8434, 2688, 'eg_wistia_ratio', '1'),
(8435, 2688, 'eg_html5_ratio', '1'),
(8436, 2688, 'eg_soundcloud_ratio', '1'),
(8437, 2688, 'eg_sources_revslider', ''),
(8438, 2688, 'eg_sources_essgrid', ''),
(8439, 2688, 'eg_featured_grid', ''),
(8440, 2688, 'eg_settings_custom_meta_skin', ''),
(8441, 2688, 'eg_settings_custom_meta_element', ''),
(8442, 2688, 'eg_settings_custom_meta_setting', ''),
(8443, 2688, 'eg_settings_custom_meta_style', ''),
(8444, 2688, 'eg_custom_meta_216', 'true'),
(8445, 2688, 'eg_votes_count', '0'),
(8446, 2688, 'planet_shakers_options', 'a:0:{}'),
(8447, 2694, '_edit_lock', '1699337111:990003'),
(8450, 2694, '_thumbnail_id', '2662'),
(8451, 2694, '_edit_last', '990003'),
(8454, 2694, 'slide_template', 'default'),
(8455, 2694, 'rs_page_bg_color', '#ffffff'),
(8456, 2694, 'trx_addons_post_views_count', '36'),
(8457, 2694, 'trx_addons_post_likes_count', '0'),
(8458, 2694, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8459, 2694, 'eg_sources_html5_mp4', ''),
(8460, 2694, 'eg_sources_html5_ogv', ''),
(8461, 2694, 'eg_sources_html5_webm', ''),
(8462, 2694, 'eg_sources_youtube', ''),
(8463, 2694, 'eg_sources_vimeo', ''),
(8464, 2694, 'eg_sources_wistia', ''),
(8465, 2694, 'eg_sources_image', ''),
(8466, 2694, 'eg_sources_iframe', ''),
(8467, 2694, 'eg_sources_soundcloud', ''),
(8468, 2694, 'eg_vimeo_ratio', '1'),
(8469, 2694, 'eg_youtube_ratio', '1'),
(8470, 2694, 'eg_wistia_ratio', '1'),
(8471, 2694, 'eg_html5_ratio', '1'),
(8472, 2694, 'eg_soundcloud_ratio', '1'),
(8473, 2694, 'eg_sources_revslider', ''),
(8474, 2694, 'eg_sources_essgrid', ''),
(8475, 2694, 'eg_featured_grid', ''),
(8476, 2694, 'eg_settings_custom_meta_skin', ''),
(8477, 2694, 'eg_settings_custom_meta_element', ''),
(8478, 2694, 'eg_settings_custom_meta_setting', ''),
(8479, 2694, 'eg_settings_custom_meta_style', ''),
(8480, 2694, 'eg_custom_meta_216', 'true'),
(8481, 2694, 'eg_votes_count', '0'),
(8482, 2694, 'planet_shakers_options', 'a:0:{}'),
(8483, 2696, '_edit_lock', '1699337760:990003'),
(8484, 2697, '_wp_attached_file', '2023/11/FqjXMNkXwAAJMgd-scaled.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8485, 2697, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/FqjXMNkXwAAJMgd-scaled.jpg\";s:8:\"filesize\";i:1037720;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28508;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FqjXMNkXwAAJMgd-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12109;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128477;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FqjXMNkXwAAJMgd-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:405750;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FqjXMNkXwAAJMgd-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:700258;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40402;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FqjXMNkXwAAJMgd-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223582;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110657;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34681;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FqjXMNkXwAAJMgd-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5732;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36552;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FqjXMNkXwAAJMgd-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168583;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56547;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73426;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64460;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84422;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86404;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98227;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127082;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40402;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114020;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20629;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63162;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FqjXMNkXwAAJMgd-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FqjXMNkXwAAJMgd.jpg\";}'),
(8486, 2698, '_wp_attached_file', '2023/11/FqjaIVrWIAMtbql-scaled.jpg'),
(8487, 2698, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/FqjaIVrWIAMtbql-scaled.jpg\";s:8:\"filesize\";i:1122374;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24523;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FqjaIVrWIAMtbql-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11442;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113121;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FqjaIVrWIAMtbql-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:414661;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FqjaIVrWIAMtbql-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:738981;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35215;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FqjaIVrWIAMtbql-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215933;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98946;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30784;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FqjaIVrWIAMtbql-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5517;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36536;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FqjaIVrWIAMtbql-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161301;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56898;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64520;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63078;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83540;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75665;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88204;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112241;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35215;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102165;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18503;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64263;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FqjaIVrWIAMtbql-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49091;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FqjaIVrWIAMtbql.jpg\";}'),
(8490, 2696, '_thumbnail_id', '2697'),
(8491, 2696, '_edit_last', '990003'),
(8494, 2696, 'slide_template', 'default'),
(8495, 2696, 'rs_page_bg_color', '#ffffff'),
(8496, 2696, 'trx_addons_post_views_count', '39'),
(8497, 2696, 'trx_addons_post_likes_count', '0'),
(8498, 2696, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8499, 2696, 'eg_sources_html5_mp4', ''),
(8500, 2696, 'eg_sources_html5_ogv', ''),
(8501, 2696, 'eg_sources_html5_webm', ''),
(8502, 2696, 'eg_sources_youtube', ''),
(8503, 2696, 'eg_sources_vimeo', ''),
(8504, 2696, 'eg_sources_wistia', ''),
(8505, 2696, 'eg_sources_image', ''),
(8506, 2696, 'eg_sources_iframe', ''),
(8507, 2696, 'eg_sources_soundcloud', ''),
(8508, 2696, 'eg_vimeo_ratio', '1'),
(8509, 2696, 'eg_youtube_ratio', '1'),
(8510, 2696, 'eg_wistia_ratio', '1'),
(8511, 2696, 'eg_html5_ratio', '1'),
(8512, 2696, 'eg_soundcloud_ratio', '1'),
(8513, 2696, 'eg_sources_revslider', ''),
(8514, 2696, 'eg_sources_essgrid', ''),
(8515, 2696, 'eg_featured_grid', ''),
(8516, 2696, 'eg_settings_custom_meta_skin', ''),
(8517, 2696, 'eg_settings_custom_meta_element', ''),
(8518, 2696, 'eg_settings_custom_meta_setting', ''),
(8519, 2696, 'eg_settings_custom_meta_style', ''),
(8520, 2696, 'eg_custom_meta_216', 'true'),
(8521, 2696, 'eg_votes_count', '0'),
(8522, 2696, 'planet_shakers_options', 'a:0:{}'),
(8523, 2700, '_edit_lock', '1699338414:990003'),
(8524, 2701, '_wp_attached_file', '2023/11/Kwibuka-29.jpg'),
(8525, 2701, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2023/11/Kwibuka-29.jpg\";s:8:\"filesize\";i:1478266;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39142;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Kwibuka-29-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:330429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201406;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56352;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:23:\"Kwibuka-29-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345025;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168847;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47749;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:20:\"Kwibuka-29-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6990;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51625;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:23:\"Kwibuka-29-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241139;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84131;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109587;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99350;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133050;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129358;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144006;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200791;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56352;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172651;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27643;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93019;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"Kwibuka-29-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76482;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8528, 2700, '_thumbnail_id', '2701'),
(8529, 2700, '_edit_last', '990003'),
(8532, 2700, 'slide_template', 'default'),
(8533, 2700, 'rs_page_bg_color', '#ffffff'),
(8534, 2700, 'trx_addons_post_views_count', '39'),
(8535, 2700, 'trx_addons_post_likes_count', '0'),
(8536, 2700, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8537, 2700, 'eg_sources_html5_mp4', ''),
(8538, 2700, 'eg_sources_html5_ogv', ''),
(8539, 2700, 'eg_sources_html5_webm', ''),
(8540, 2700, 'eg_sources_youtube', ''),
(8541, 2700, 'eg_sources_vimeo', ''),
(8542, 2700, 'eg_sources_wistia', ''),
(8543, 2700, 'eg_sources_image', ''),
(8544, 2700, 'eg_sources_iframe', ''),
(8545, 2700, 'eg_sources_soundcloud', ''),
(8546, 2700, 'eg_vimeo_ratio', '1'),
(8547, 2700, 'eg_youtube_ratio', '1'),
(8548, 2700, 'eg_wistia_ratio', '1'),
(8549, 2700, 'eg_html5_ratio', '1'),
(8550, 2700, 'eg_soundcloud_ratio', '1'),
(8551, 2700, 'eg_sources_revslider', ''),
(8552, 2700, 'eg_sources_essgrid', ''),
(8553, 2700, 'eg_featured_grid', ''),
(8554, 2700, 'eg_settings_custom_meta_skin', ''),
(8555, 2700, 'eg_settings_custom_meta_element', ''),
(8556, 2700, 'eg_settings_custom_meta_setting', ''),
(8557, 2700, 'eg_settings_custom_meta_style', ''),
(8558, 2700, 'eg_custom_meta_216', 'true'),
(8559, 2700, 'eg_votes_count', '0'),
(8560, 2700, 'planet_shakers_options', 'a:0:{}'),
(8561, 2703, '_edit_lock', '1699341854:990003'),
(8562, 2704, '_wp_attached_file', '2023/11/Fw_qA4CWAAAYBsI.jpg'),
(8563, 2704, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:27:\"2023/11/Fw_qA4CWAAAYBsI.jpg\";s:8:\"filesize\";i:230594;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20896;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Fw_qA4CWAAAYBsI-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93718;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Fw_qA4CWAAAYBsI-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279006;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29425;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"Fw_qA4CWAAAYBsI-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162779;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81840;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26106;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"Fw_qA4CWAAAYBsI-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4365;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27603;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"Fw_qA4CWAAAYBsI-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126682;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42289;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54073;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47623;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62198;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63787;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74321;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91605;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29425;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84938;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16076;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47233;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"Fw_qA4CWAAAYBsI-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37835;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8564, 2705, '_wp_attached_file', '2023/11/Fw_quT6XgCoO8Dp.jpg'),
(8565, 2705, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:27:\"2023/11/Fw_quT6XgCoO8Dp.jpg\";s:8:\"filesize\";i:436444;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29488;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Fw_quT6XgCoO8Dp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13159;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151029;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Fw_quT6XgCoO8Dp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:482072;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42908;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"Fw_quT6XgCoO8Dp-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272482;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132521;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37933;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"Fw_quT6XgCoO8Dp-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43617;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"Fw_quT6XgCoO8Dp-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206356;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70929;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84012;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82535;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110638;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100366;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118572;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150403;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42908;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134869;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22238;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78538;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"Fw_quT6XgCoO8Dp-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63015;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8566, 2706, '_wp_attached_file', '2023/11/Fw_p5qLXgFAdmqo.jpg'),
(8567, 2706, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:657;s:4:\"file\";s:27:\"2023/11/Fw_p5qLXgFAdmqo.jpg\";s:8:\"filesize\";i:105138;s:5:\"sizes\";a:21:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14948;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152416;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48105;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136632;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44086;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"Fw_p5qLXgFAdmqo-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6804;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44995;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"Fw_p5qLXgFAdmqo-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179995;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69780;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91960;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81932;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105380;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108029;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120624;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-760x488.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148313;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-370x237.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48105;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138907;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26272;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75662;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"Fw_p5qLXgFAdmqo-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8570, 2703, '_thumbnail_id', '2706'),
(8571, 2703, '_edit_last', '990003'),
(8572, 2703, 'slide_template', 'default'),
(8573, 2703, 'rs_page_bg_color', '#ffffff'),
(8574, 2703, 'trx_addons_post_views_count', '51'),
(8575, 2703, 'trx_addons_post_likes_count', '0'),
(8576, 2703, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8577, 2703, 'eg_sources_html5_mp4', ''),
(8578, 2703, 'eg_sources_html5_ogv', ''),
(8579, 2703, 'eg_sources_html5_webm', ''),
(8580, 2703, 'eg_sources_youtube', ''),
(8581, 2703, 'eg_sources_vimeo', ''),
(8582, 2703, 'eg_sources_wistia', ''),
(8583, 2703, 'eg_sources_image', ''),
(8584, 2703, 'eg_sources_iframe', ''),
(8585, 2703, 'eg_sources_soundcloud', ''),
(8586, 2703, 'eg_vimeo_ratio', '1'),
(8587, 2703, 'eg_youtube_ratio', '1'),
(8588, 2703, 'eg_wistia_ratio', '1'),
(8589, 2703, 'eg_html5_ratio', '1'),
(8590, 2703, 'eg_soundcloud_ratio', '1'),
(8591, 2703, 'eg_sources_revslider', ''),
(8592, 2703, 'eg_sources_essgrid', ''),
(8593, 2703, 'eg_featured_grid', ''),
(8594, 2703, 'eg_settings_custom_meta_skin', ''),
(8595, 2703, 'eg_settings_custom_meta_element', ''),
(8596, 2703, 'eg_settings_custom_meta_setting', ''),
(8597, 2703, 'eg_settings_custom_meta_style', ''),
(8598, 2703, 'eg_custom_meta_216', 'true'),
(8599, 2703, 'eg_votes_count', '0'),
(8600, 2703, 'planet_shakers_options', 'a:0:{}'),
(8601, 2708, '_edit_lock', '1699342663:990003'),
(8602, 2709, '_wp_attached_file', '2023/11/FxeWD4tWAAEZ2E1-scaled.jpg'),
(8603, 2709, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/FxeWD4tWAAEZ2E1-scaled.jpg\";s:8:\"filesize\";i:1488960;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44956;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FxeWD4tWAAEZ2E1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18054;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226619;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FxeWD4tWAAEZ2E1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:690891;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FxeWD4tWAAEZ2E1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1075271;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65165;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FxeWD4tWAAEZ2E1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:404668;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199988;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58133;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FxeWD4tWAAEZ2E1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7797;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60778;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FxeWD4tWAAEZ2E1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309100;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98163;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129418;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115503;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153595;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152707;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178057;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224756;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65165;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204940;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33211;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108623;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FxeWD4tWAAEZ2E1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FxeWD4tWAAEZ2E1.jpg\";}'),
(8604, 2710, '_wp_attached_file', '2023/11/FxeWJNVXoAAbz4W-scaled.jpg'),
(8605, 2710, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/FxeWJNVXoAAbz4W-scaled.jpg\";s:8:\"filesize\";i:1185066;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36400;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"FxeWJNVXoAAbz4W-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15645;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164396;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"FxeWJNVXoAAbz4W-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:496461;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"FxeWJNVXoAAbz4W-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:818501;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51461;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"FxeWJNVXoAAbz4W-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282938;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143051;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44378;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"FxeWJNVXoAAbz4W-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7244;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47887;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"FxeWJNVXoAAbz4W-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206698;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74387;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95223;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86994;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113704;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111270;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125711;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163306;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51461;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146654;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26598;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82524;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"FxeWJNVXoAAbz4W-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"FxeWJNVXoAAbz4W.jpg\";}'),
(8608, 2708, '_thumbnail_id', '2709'),
(8609, 2708, '_edit_last', '990003'),
(8612, 2708, 'slide_template', 'default'),
(8613, 2708, 'rs_page_bg_color', '#ffffff'),
(8614, 2708, 'trx_addons_post_views_count', '50'),
(8615, 2708, 'trx_addons_post_likes_count', '0'),
(8616, 2708, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8617, 2708, 'eg_sources_html5_mp4', ''),
(8618, 2708, 'eg_sources_html5_ogv', ''),
(8619, 2708, 'eg_sources_html5_webm', ''),
(8620, 2708, 'eg_sources_youtube', ''),
(8621, 2708, 'eg_sources_vimeo', ''),
(8622, 2708, 'eg_sources_wistia', ''),
(8623, 2708, 'eg_sources_image', ''),
(8624, 2708, 'eg_sources_iframe', ''),
(8625, 2708, 'eg_sources_soundcloud', ''),
(8626, 2708, 'eg_vimeo_ratio', '1'),
(8627, 2708, 'eg_youtube_ratio', '1'),
(8628, 2708, 'eg_wistia_ratio', '1'),
(8629, 2708, 'eg_html5_ratio', '1'),
(8630, 2708, 'eg_soundcloud_ratio', '1'),
(8631, 2708, 'eg_sources_revslider', ''),
(8632, 2708, 'eg_sources_essgrid', ''),
(8633, 2708, 'eg_featured_grid', ''),
(8634, 2708, 'eg_settings_custom_meta_skin', ''),
(8635, 2708, 'eg_settings_custom_meta_element', ''),
(8636, 2708, 'eg_settings_custom_meta_setting', ''),
(8637, 2708, 'eg_settings_custom_meta_style', ''),
(8638, 2708, 'eg_custom_meta_216', 'true'),
(8639, 2708, 'eg_votes_count', '0'),
(8640, 2708, 'planet_shakers_options', 'a:0:{}'),
(8643, 2713, '_edit_lock', '1699343934:990003'),
(8644, 2714, '_wp_attached_file', '2023/11/F3A2Dq1aYAEH0Dc-scaled.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8645, 2714, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1647;s:4:\"file\";s:34:\"2023/11/F3A2Dq1aYAEH0Dc-scaled.jpg\";s:8:\"filesize\";i:1283447;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34411;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F3A2Dq1aYAEH0Dc-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167447;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"F3A2Dq1aYAEH0Dc-1536x988.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:988;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537855;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-2048x1318.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:888671;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-370x238.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49149;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F3A2Dq1aYAEH0Dc-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318149;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153797;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45877;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F3A2Dq1aYAEH0Dc-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6487;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46077;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F3A2Dq1aYAEH0Dc-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266568;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73855;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97614;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86699;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115960;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116649;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139485;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-760x489.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163761;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-370x238.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49149;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158386;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26490;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82726;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66307;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F3A2Dq1aYAEH0Dc.jpg\";}'),
(8646, 2715, '_wp_attached_file', '2023/11/F3A3pXAaUAAWx7a-scaled.jpg'),
(8647, 2715, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/F3A3pXAaUAAWx7a-scaled.jpg\";s:8:\"filesize\";i:1063456;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26568;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F3A3pXAaUAAWx7a-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12887;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121719;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F3A3pXAaUAAWx7a-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:406208;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F3A3pXAaUAAWx7a-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:711853;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37413;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F3A3pXAaUAAWx7a-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214006;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102465;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31832;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F3A3pXAaUAAWx7a-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6097;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36567;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F3A3pXAaUAAWx7a-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148039;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58945;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67886;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69222;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91111;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79050;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88699;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120510;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37413;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105406;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19248;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61879;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F3A3pXAaUAAWx7a-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F3A3pXAaUAAWx7a.jpg\";}'),
(8648, 2716, '_wp_attached_file', '2023/11/F3A3tCMaIAEpqnc-scaled.jpg'),
(8649, 2716, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/F3A3tCMaIAEpqnc-scaled.jpg\";s:8:\"filesize\";i:1326534;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28450;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F3A3tCMaIAEpqnc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130431;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F3A3tCMaIAEpqnc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:470598;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F3A3tCMaIAEpqnc-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:870703;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39553;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F3A3tCMaIAEpqnc-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245509;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114966;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35087;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F3A3tCMaIAEpqnc-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6260;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34331;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F3A3tCMaIAEpqnc-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173031;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53894;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74282;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66011;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87525;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87970;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100063;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129342;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39553;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118066;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21526;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59031;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F3A3tCMaIAEpqnc-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F3A3tCMaIAEpqnc.jpg\";}'),
(8650, 2717, '_wp_attached_file', '2023/11/F3A4G7ea0AA8lFI-scaled.jpg'),
(8651, 2717, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/F3A4G7ea0AA8lFI-scaled.jpg\";s:8:\"filesize\";i:1102019;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33948;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F3A4G7ea0AA8lFI-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239430;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14893;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150340;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F3A4G7ea0AA8lFI-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:456579;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F3A4G7ea0AA8lFI-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:756514;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47731;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F3A4G7ea0AA8lFI-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258495;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130466;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41771;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F3A4G7ea0AA8lFI-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6995;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42045;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F3A4G7ea0AA8lFI-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191750;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65306;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87238;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78599;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101843;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101664;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115909;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148613;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47731;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134067;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24859;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71290;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F3A4G7ea0AA8lFI-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F3A4G7ea0AA8lFI.jpg\";}'),
(8654, 2713, '_thumbnail_id', '2723'),
(8655, 2713, '_edit_last', '990003'),
(8658, 2713, 'slide_template', 'default'),
(8659, 2713, 'rs_page_bg_color', '#ffffff'),
(8660, 2713, 'trx_addons_post_views_count', '73'),
(8661, 2713, 'trx_addons_post_likes_count', '0'),
(8662, 2713, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8663, 2713, 'eg_sources_html5_mp4', ''),
(8664, 2713, 'eg_sources_html5_ogv', ''),
(8665, 2713, 'eg_sources_html5_webm', ''),
(8666, 2713, 'eg_sources_youtube', ''),
(8667, 2713, 'eg_sources_vimeo', ''),
(8668, 2713, 'eg_sources_wistia', ''),
(8669, 2713, 'eg_sources_image', ''),
(8670, 2713, 'eg_sources_iframe', ''),
(8671, 2713, 'eg_sources_soundcloud', ''),
(8672, 2713, 'eg_vimeo_ratio', '1'),
(8673, 2713, 'eg_youtube_ratio', '1'),
(8674, 2713, 'eg_wistia_ratio', '1'),
(8675, 2713, 'eg_html5_ratio', '1'),
(8676, 2713, 'eg_soundcloud_ratio', '1'),
(8677, 2713, 'eg_sources_revslider', ''),
(8678, 2713, 'eg_sources_essgrid', ''),
(8679, 2713, 'eg_featured_grid', ''),
(8680, 2713, 'eg_settings_custom_meta_skin', ''),
(8681, 2713, 'eg_settings_custom_meta_element', ''),
(8682, 2713, 'eg_settings_custom_meta_setting', ''),
(8683, 2713, 'eg_settings_custom_meta_style', ''),
(8684, 2713, 'eg_custom_meta_216', 'true'),
(8685, 2713, 'eg_votes_count', '0'),
(8686, 2713, 'planet_shakers_options', 'a:0:{}'),
(8687, 2719, '_wp_attached_file', '2023/11/F3RmFDFWEAE8wD5-scaled.jpg'),
(8688, 2719, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/F3RmFDFWEAE8wD5-scaled.jpg\";s:8:\"filesize\";i:744236;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21155;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F3RmFDFWEAE8wD5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11677;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97574;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F3RmFDFWEAE8wD5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311411;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F3RmFDFWEAE8wD5-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:512353;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30180;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F3RmFDFWEAE8wD5-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172549;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84714;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26326;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F3RmFDFWEAE8wD5-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5554;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36314;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F3RmFDFWEAE8wD5-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123809;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55084;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55655;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60251;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79131;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65455;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73339;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96740;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30180;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86305;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16137;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61688;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F3RmFDFWEAE8wD5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47710;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F3RmFDFWEAE8wD5.jpg\";}'),
(8689, 2720, '_wp_attached_file', '2023/11/F3RmCOOXQAAJv-t-scaled.jpg'),
(8690, 2720, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/F3RmCOOXQAAJv-t-scaled.jpg\";s:8:\"filesize\";i:1222613;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36001;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F3RmCOOXQAAJv-t-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170963;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:534319;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:861916;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51328;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F3RmCOOXQAAJv-t-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311729;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153402;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46305;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F3RmCOOXQAAJv-t-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7024;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49017;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F3RmCOOXQAAJv-t-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247638;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78233;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98884;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90979;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120282;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117324;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138230;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169144;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51328;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157026;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27380;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85507;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70388;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F3RmCOOXQAAJv-t.jpg\";}'),
(8691, 2713, 'footnotes', ''),
(8692, 2722, '_wp_attached_file', '2023/11/F3A2Dq1aYAEH0Dc-1-scaled.jpg'),
(8693, 2722, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1647;s:4:\"file\";s:36:\"2023/11/F3A2Dq1aYAEH0Dc-1-scaled.jpg\";s:8:\"filesize\";i:1283447;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34411;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"F3A2Dq1aYAEH0Dc-1-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14536;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-768x494.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167447;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"F3A2Dq1aYAEH0Dc-1-1536x988.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:988;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537855;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"F3A2Dq1aYAEH0Dc-1-2048x1318.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:888671;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-370x238.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49149;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"F3A2Dq1aYAEH0Dc-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318149;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153797;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45877;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"F3A2Dq1aYAEH0Dc-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6487;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46077;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"F3A2Dq1aYAEH0Dc-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266568;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73855;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97614;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86699;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115960;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116649;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139485;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-760x489.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163761;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-370x238.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49149;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158386;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26490;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82726;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"F3A2Dq1aYAEH0Dc-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66307;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:21:\"F3A2Dq1aYAEH0Dc-1.jpg\";}'),
(8694, 2723, '_wp_attached_file', '2023/11/F3RmCOOXQAAJv-t-1-scaled.jpg'),
(8695, 2723, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:36:\"2023/11/F3RmCOOXQAAJv-t-1-scaled.jpg\";s:8:\"filesize\";i:1222613;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36001;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"F3RmCOOXQAAJv-t-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170963;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"F3RmCOOXQAAJv-t-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:534319;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"F3RmCOOXQAAJv-t-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:861916;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51328;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"F3RmCOOXQAAJv-t-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311729;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153402;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46305;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"F3RmCOOXQAAJv-t-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7024;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49017;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"F3RmCOOXQAAJv-t-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247638;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78233;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98884;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90979;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120282;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117324;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138230;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169144;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51328;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157026;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27380;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85507;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"F3RmCOOXQAAJv-t-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70388;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:21:\"F3RmCOOXQAAJv-t-1.jpg\";}'),
(8698, 2726, '_edit_lock', '1699345279:990003'),
(8699, 2727, '_wp_attached_file', '2023/11/F7w96ImWIAIgzUo-scaled.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8700, 2727, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2056;s:4:\"file\";s:34:\"2023/11/F7w96ImWIAIgzUo-scaled.jpg\";s:8:\"filesize\";i:1701429;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47591;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F7w96ImWIAIgzUo-1024x823.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:361437;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-768x617.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:223892;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F7w96ImWIAIgzUo-1536x1234.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:704589;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F7w96ImWIAIgzUo-2048x1645.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1645;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1207091;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-370x297.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67595;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F7w96ImWIAIgzUo-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323974;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159981;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48978;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F7w96ImWIAIgzUo-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8205;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61277;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F7w96ImWIAIgzUo-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214766;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96173;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106895;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108731;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142588;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125273;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136805;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-760x610.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221125;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-370x297.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67595;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163731;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28951;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108336;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F7w96ImWIAIgzUo-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F7w96ImWIAIgzUo.jpg\";}'),
(8701, 2728, '_wp_attached_file', '2023/11/F7w-rwDWUAAzCOa-scaled.jpg'),
(8702, 2728, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/F7w-rwDWUAAzCOa-scaled.jpg\";s:8:\"filesize\";i:1262045;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32173;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F7w-rwDWUAAzCOa-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13623;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150594;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:494199;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:853857;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45715;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F7w-rwDWUAAzCOa-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276275;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133198;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40244;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F7w-rwDWUAAzCOa-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6443;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40153;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F7w-rwDWUAAzCOa-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194278;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64825;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86499;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76897;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101665;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101669;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118832;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149375;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45715;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136646;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23879;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71453;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F7w-rwDWUAAzCOa.jpg\";}'),
(8703, 2729, '_wp_attached_file', '2023/11/F7w-ywgXAAA9bli-scaled.jpg'),
(8704, 2730, '_wp_attached_file', '2023/11/F7Gj3q6XYAAGBT3-scaled.jpg'),
(8705, 2729, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1507;s:4:\"file\";s:34:\"2023/11/F7w-ywgXAAA9bli-scaled.jpg\";s:8:\"filesize\";i:1367819;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35855;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F7w-ywgXAAA9bli-1024x603.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275338;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17021;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170027;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"F7w-ywgXAAA9bli-1536x904.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:542636;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F7w-ywgXAAA9bli-2048x1206.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1206;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:925092;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-370x218.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51211;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F7w-ywgXAAA9bli-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337930;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165056;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50184;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F7w-ywgXAAA9bli-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7406;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52263;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F7w-ywgXAAA9bli-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277692;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83652;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105857;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97970;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129339;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125072;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153540;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-760x447.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167418;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-370x218.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51211;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169335;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29453;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91776;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F7w-ywgXAAA9bli-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F7w-ywgXAAA9bli.jpg\";}'),
(8706, 2730, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:34:\"2023/11/F7Gj3q6XYAAGBT3-scaled.jpg\";s:8:\"filesize\";i:1268172;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38066;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F7Gj3q6XYAAGBT3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17239;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160776;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"F7Gj3q6XYAAGBT3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:507319;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"F7Gj3q6XYAAGBT3-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:866241;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52761;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:28:\"F7Gj3q6XYAAGBT3-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281321;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139595;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45685;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:25:\"F7Gj3q6XYAAGBT3-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7894;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50138;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:28:\"F7Gj3q6XYAAGBT3-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205897;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78416;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93825;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89880;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116897;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108988;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122550;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158933;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52761;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143264;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28175;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86970;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:27:\"F7Gj3q6XYAAGBT3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:19:\"F7Gj3q6XYAAGBT3.jpg\";}'),
(8707, 2731, '_wp_attached_file', '2023/11/F7w-rwDWUAAzCOa-1-scaled.jpg'),
(8708, 2731, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:36:\"2023/11/F7w-rwDWUAAzCOa-1-scaled.jpg\";s:8:\"filesize\";i:1262045;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32173;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"F7w-rwDWUAAzCOa-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13623;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150594;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"F7w-rwDWUAAzCOa-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:494199;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"F7w-rwDWUAAzCOa-1-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:853857;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45715;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"F7w-rwDWUAAzCOa-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276275;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133198;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40244;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6443;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40153;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"F7w-rwDWUAAzCOa-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194278;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64825;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86499;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76897;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101665;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101669;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118832;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149375;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45715;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136646;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23879;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71453;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:21:\"F7w-rwDWUAAzCOa-1.jpg\";}'),
(8711, 2726, '_edit_last', '990003'),
(8714, 2726, 'slide_template', 'default'),
(8715, 2726, 'rs_page_bg_color', '#ffffff'),
(8716, 2726, 'trx_addons_post_views_count', '71'),
(8717, 2726, 'trx_addons_post_likes_count', '1'),
(8718, 2726, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8719, 2726, 'eg_sources_html5_mp4', ''),
(8720, 2726, 'eg_sources_html5_ogv', ''),
(8721, 2726, 'eg_sources_html5_webm', ''),
(8722, 2726, 'eg_sources_youtube', ''),
(8723, 2726, 'eg_sources_vimeo', ''),
(8724, 2726, 'eg_sources_wistia', ''),
(8725, 2726, 'eg_sources_image', ''),
(8726, 2726, 'eg_sources_iframe', ''),
(8727, 2726, 'eg_sources_soundcloud', ''),
(8728, 2726, 'eg_vimeo_ratio', '1'),
(8729, 2726, 'eg_youtube_ratio', '1'),
(8730, 2726, 'eg_wistia_ratio', '1'),
(8731, 2726, 'eg_html5_ratio', '1'),
(8732, 2726, 'eg_soundcloud_ratio', '1'),
(8733, 2726, 'eg_sources_revslider', ''),
(8734, 2726, 'eg_sources_essgrid', ''),
(8735, 2726, 'eg_featured_grid', ''),
(8736, 2726, 'eg_settings_custom_meta_skin', ''),
(8737, 2726, 'eg_settings_custom_meta_element', ''),
(8738, 2726, 'eg_settings_custom_meta_setting', ''),
(8739, 2726, 'eg_settings_custom_meta_style', ''),
(8740, 2726, 'eg_custom_meta_216', 'true'),
(8741, 2726, 'eg_votes_count', '0'),
(8742, 2726, 'planet_shakers_options', 'a:0:{}'),
(8743, 2733, '_wp_attached_file', '2023/11/F7w-rwDWUAAzCOa-2-scaled.jpg'),
(8744, 2733, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:36:\"2023/11/F7w-rwDWUAAzCOa-2-scaled.jpg\";s:8:\"filesize\";i:1262045;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32173;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"F7w-rwDWUAAzCOa-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13623;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150594;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"F7w-rwDWUAAzCOa-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:494199;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"F7w-rwDWUAAzCOa-2-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:853857;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45715;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:30:\"F7w-rwDWUAAzCOa-2-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276275;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133198;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40244;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:27:\"F7w-rwDWUAAzCOa-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6443;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40153;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:30:\"F7w-rwDWUAAzCOa-2-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194278;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64825;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86499;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76897;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101665;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101669;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118832;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149375;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45715;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136646;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23879;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71453;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:29:\"F7w-rwDWUAAzCOa-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59119;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:21:\"F7w-rwDWUAAzCOa-2.jpg\";}'),
(8745, 2726, '_thumbnail_id', '2727'),
(8748, 2734, '_edit_lock', '1699613460:990003'),
(8749, 2734, '_edit_last', '990003'),
(8750, 2735, '_wp_attached_file', '2023/11/IMG_1190.jpg'),
(8751, 2735, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1272;s:6:\"height\";i:968;s:4:\"file\";s:20:\"2023/11/IMG_1190.jpg\";s:8:\"filesize\";i:551623;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_1190-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27819;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_1190-1024x779.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:779;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160955;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1190-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12355;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_1190-768x584.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104226;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1190-370x282.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37360;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"IMG_1190-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151513;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_1190-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79016;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"IMG_1190-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28274;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"IMG_1190-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6220;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"IMG_1190-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31070;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"IMG_1190-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104836;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"IMG_1190-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46827;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"IMG_1190-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55257;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"IMG_1190-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54150;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"IMG_1190-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68709;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"IMG_1190-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63234;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"IMG_1190-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68862;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"IMG_1190-760x578.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103156;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"IMG_1190-370x282.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37360;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_1190-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81030;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"IMG_1190-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18266;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_1190-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50353;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"IMG_1190-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43633;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671729888\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8752, 2734, '_thumbnail_id', '2751'),
(8753, 2734, 'slide_template', ''),
(8754, 2734, 'rs_page_bg_color', ''),
(8755, 2734, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:11:\"Housekeeper\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(8756, 2734, 'eg_sources_html5_mp4', ''),
(8757, 2734, 'eg_sources_html5_ogv', ''),
(8758, 2734, 'eg_sources_html5_webm', ''),
(8759, 2734, 'eg_sources_youtube', ''),
(8760, 2734, 'eg_sources_vimeo', ''),
(8761, 2734, 'eg_sources_wistia', ''),
(8762, 2734, 'eg_sources_image', ''),
(8763, 2734, 'eg_sources_iframe', ''),
(8764, 2734, 'eg_sources_soundcloud', ''),
(8765, 2734, 'eg_vimeo_ratio', '1'),
(8766, 2734, 'eg_youtube_ratio', '1'),
(8767, 2734, 'eg_wistia_ratio', '1'),
(8768, 2734, 'eg_html5_ratio', '1'),
(8769, 2734, 'eg_soundcloud_ratio', '1'),
(8770, 2734, 'eg_sources_revslider', ''),
(8771, 2734, 'eg_sources_essgrid', ''),
(8772, 2734, 'eg_featured_grid', ''),
(8773, 2734, 'eg_settings_custom_meta_skin', ''),
(8774, 2734, 'eg_settings_custom_meta_element', ''),
(8775, 2734, 'eg_settings_custom_meta_setting', ''),
(8776, 2734, 'eg_settings_custom_meta_style', ''),
(8777, 2734, 'eg_custom_meta_216', 'true'),
(8778, 2734, 'eg_votes_count', '0'),
(8779, 2734, 'planet_shakers_options', 'a:0:{}'),
(8780, 2734, 'trx_addons_post_views_count', '30'),
(8781, 2736, '_edit_lock', '1699454244:990003'),
(8782, 2736, '_edit_last', '990003'),
(8783, 2736, '_thumbnail_id', '2735'),
(8784, 2736, 'slide_template', ''),
(8785, 2736, 'rs_page_bg_color', ''),
(8786, 2736, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:0:\"\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(8787, 2736, 'eg_sources_html5_mp4', ''),
(8788, 2736, 'eg_sources_html5_ogv', ''),
(8789, 2736, 'eg_sources_html5_webm', ''),
(8790, 2736, 'eg_sources_youtube', ''),
(8791, 2736, 'eg_sources_vimeo', ''),
(8792, 2736, 'eg_sources_wistia', ''),
(8793, 2736, 'eg_sources_image', ''),
(8794, 2736, 'eg_sources_iframe', ''),
(8795, 2736, 'eg_sources_soundcloud', ''),
(8796, 2736, 'eg_vimeo_ratio', '1'),
(8797, 2736, 'eg_youtube_ratio', '1'),
(8798, 2736, 'eg_wistia_ratio', '1'),
(8799, 2736, 'eg_html5_ratio', '1'),
(8800, 2736, 'eg_soundcloud_ratio', '1'),
(8801, 2736, 'eg_sources_revslider', ''),
(8802, 2736, 'eg_sources_essgrid', ''),
(8803, 2736, 'eg_featured_grid', ''),
(8804, 2736, 'eg_settings_custom_meta_skin', ''),
(8805, 2736, 'eg_settings_custom_meta_element', ''),
(8806, 2736, 'eg_settings_custom_meta_setting', ''),
(8807, 2736, 'eg_settings_custom_meta_style', ''),
(8808, 2736, 'eg_custom_meta_216', 'true'),
(8809, 2736, 'eg_votes_count', '0'),
(8810, 2736, 'planet_shakers_options', 'a:0:{}'),
(8811, 2736, 'trx_addons_post_views_count', '2'),
(8812, 2737, '_wp_attached_file', '2023/10/IMG_1237.jpg'),
(8813, 2737, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1219;s:4:\"file\";s:20:\"2023/10/IMG_1237.jpg\";s:8:\"filesize\";i:1131618;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_1237-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30666;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1237-1008x1024.jpg\";s:5:\"width\";i:1008;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1237-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10878;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_1237-768x780.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177322;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1237-370x376.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44411;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"IMG_1237-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243476;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_1237-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103824;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"IMG_1237-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26414;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"IMG_1237-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"IMG_1237-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32818;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"IMG_1237-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171378;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"IMG_1237-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50940;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"IMG_1237-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61796;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"IMG_1237-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57720;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"IMG_1237-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78892;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"IMG_1237-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75133;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"IMG_1237-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89797;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"IMG_1237-760x772.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173789;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"IMG_1237-370x376.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44411;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"IMG_1237-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107173;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"IMG_1237-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15961;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_1237-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59506;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"IMG_1237-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1671730296\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8814, 2609, '_thumbnail_id', '2737'),
(8815, 2609, '_wp_old_date', '2023-10-09'),
(8816, 2609, 'slide_template', ''),
(8817, 2609, 'rs_page_bg_color', ''),
(8818, 2609, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:18:\"ECD Senior officer\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(8819, 2609, 'eg_sources_html5_mp4', ''),
(8820, 2609, 'eg_sources_html5_ogv', ''),
(8821, 2609, 'eg_sources_html5_webm', ''),
(8822, 2609, 'eg_sources_youtube', ''),
(8823, 2609, 'eg_sources_vimeo', ''),
(8824, 2609, 'eg_sources_wistia', ''),
(8825, 2609, 'eg_sources_image', ''),
(8826, 2609, 'eg_sources_iframe', ''),
(8827, 2609, 'eg_sources_soundcloud', ''),
(8828, 2609, 'eg_vimeo_ratio', '1'),
(8829, 2609, 'eg_youtube_ratio', '1'),
(8830, 2609, 'eg_wistia_ratio', '1'),
(8831, 2609, 'eg_html5_ratio', '1'),
(8832, 2609, 'eg_soundcloud_ratio', '1'),
(8833, 2609, 'eg_sources_revslider', ''),
(8834, 2609, 'eg_sources_essgrid', ''),
(8835, 2609, 'eg_featured_grid', ''),
(8836, 2609, 'eg_settings_custom_meta_skin', ''),
(8837, 2609, 'eg_settings_custom_meta_element', ''),
(8838, 2609, 'eg_settings_custom_meta_setting', ''),
(8839, 2609, 'eg_settings_custom_meta_style', ''),
(8840, 2609, 'eg_custom_meta_216', 'true'),
(8841, 2609, 'eg_votes_count', '0'),
(8842, 2609, 'planet_shakers_options', 'a:0:{}'),
(8843, 2609, 'trx_addons_post_views_count', '24'),
(8844, 2739, '_wpb_shortcodes_custom_css', '.vc_custom_1528108511613{background-color: #f5f4f2 !important;}'),
(8845, 2740, '_edit_lock', '1699610473:990003'),
(8846, 2740, '_edit_last', '990003'),
(8847, 2741, '_wp_attached_file', '2023/11/WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8848, 2741, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:756;s:6:\"height\";i:568;s:4:\"file\";s:58:\"2023/11/WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13.jpg\";s:8:\"filesize\";i:432890;s:5:\"sizes\";a:19:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35589;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13989;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-370x278.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51582;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-756x428.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157180;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41403;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:56:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6251;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47094;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-756x450.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164295;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74619;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92967;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86313;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114286;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110127;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125249;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-370x278.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51582;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-756x433.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159006;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23789;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83967;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66248;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8849, 2740, '_thumbnail_id', '2741'),
(8850, 2740, 'slide_template', ''),
(8851, 2740, 'rs_page_bg_color', ''),
(8852, 2740, 'trx_addons_options', 'a:6:{s:8:\"subtitle\";s:18:\"ECD Senior officer\";s:10:\"brief_info\";s:0:\"\";s:5:\"email\";s:32:\"[email protected]\";s:5:\"phone\";s:17:\"(+250) 0783494913\";s:7:\"address\";s:0:\"\";s:7:\"socials\";a:1:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"name\";s:0:\"\";}}}'),
(8853, 2740, 'eg_sources_html5_mp4', ''),
(8854, 2740, 'eg_sources_html5_ogv', ''),
(8855, 2740, 'eg_sources_html5_webm', ''),
(8856, 2740, 'eg_sources_youtube', ''),
(8857, 2740, 'eg_sources_vimeo', ''),
(8858, 2740, 'eg_sources_wistia', ''),
(8859, 2740, 'eg_sources_image', ''),
(8860, 2740, 'eg_sources_iframe', ''),
(8861, 2740, 'eg_sources_soundcloud', ''),
(8862, 2740, 'eg_vimeo_ratio', '1'),
(8863, 2740, 'eg_youtube_ratio', '1'),
(8864, 2740, 'eg_wistia_ratio', '1'),
(8865, 2740, 'eg_html5_ratio', '1'),
(8866, 2740, 'eg_soundcloud_ratio', '1'),
(8867, 2740, 'eg_sources_revslider', ''),
(8868, 2740, 'eg_sources_essgrid', ''),
(8869, 2740, 'eg_featured_grid', ''),
(8870, 2740, 'eg_settings_custom_meta_skin', ''),
(8871, 2740, 'eg_settings_custom_meta_element', ''),
(8872, 2740, 'eg_settings_custom_meta_setting', ''),
(8873, 2740, 'eg_settings_custom_meta_style', ''),
(8874, 2740, 'eg_custom_meta_216', 'true'),
(8875, 2740, 'eg_votes_count', '0'),
(8876, 2740, 'planet_shakers_options', 'a:0:{}'),
(8877, 2740, 'trx_addons_post_views_count', '32'),
(8879, 2746, '_wp_attached_file', '2018/01/During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-scaled.jpg'),
(8880, 2746, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1918;s:4:\"file\";s:113:\"2018/01/During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-scaled.jpg\";s:8:\"filesize\";i:1229407;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39776;}s:5:\"large\";a:5:{s:4:\"file\";s:107:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182181;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:108:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-1536x1151.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:563561;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:108:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-2048x1535.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:880117;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-370x277.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56480;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:107:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283425;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140820;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43390;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:104:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7528;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48302;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:107:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199486;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77249;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93668;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90957;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119886;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109965;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121430;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-760x569.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179545;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-370x277.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56480;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143954;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26246;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81748;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:106:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70816;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1651066299\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:98:\"During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks.jpg\";}'),
(8881, 2747, '_wp_attached_file', '2018/01/1.jpg'),
(8882, 2747, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:13:\"2018/01/1.jpg\";s:8:\"filesize\";i:1985681;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38121;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17088;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192490;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:615718;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55400;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:14:\"1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:352389;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:13:\"1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169188;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:13:\"1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48418;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7583;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56187;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:14:\"1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252338;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:13:\"1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89440;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:13:\"1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107863;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:13:\"1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103008;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:13:\"1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138285;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:13:\"1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128655;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:13:\"1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147707;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:13:\"1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191947;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:13:\"1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55400;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:13:\"1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173335;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28503;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:13:\"1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100842;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:13:\"1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79428;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1692875077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8883, 2748, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(8884, 2749, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(8885, 2750, '_wpb_shortcodes_custom_css', '.vc_custom_1696869520357{padding-bottom: 3.3em !important;}'),
(8886, 2751, '_wp_attached_file', '2023/11/Bosco.jpg'),
(8887, 2751, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1274;s:4:\"file\";s:17:\"2023/11/Bosco.jpg\";s:8:\"filesize\";i:1765099;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Bosco-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37444;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"Bosco-965x1024.jpg\";s:5:\"width\";i:965;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:409649;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Bosco-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11130;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"Bosco-768x815.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263097;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"Bosco-370x393.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63267;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"Bosco-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286596;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:17:\"Bosco-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131119;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:17:\"Bosco-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32974;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:15:\"Bosco-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4966;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:17:\"Bosco-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41608;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"Bosco-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187767;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:17:\"Bosco-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69449;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:17:\"Bosco-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80703;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:17:\"Bosco-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80851;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:17:\"Bosco-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113512;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:17:\"Bosco-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97412;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:17:\"Bosco-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111378;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:17:\"Bosco-760x807.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:807;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258834;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"Bosco-370x393.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63267;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:17:\"Bosco-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134703;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:17:\"Bosco-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18234;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:17:\"Bosco-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81340;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:17:\"Bosco-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59810;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1699620668\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8888, 2752, '_wp_attached_file', '2018/01/FAM.jpg'),
(8889, 2752, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1145;s:4:\"file\";s:15:\"2018/01/FAM.jpg\";s:8:\"filesize\";i:1349941;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"FAM-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43750;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"FAM-1024x977.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:977;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:429241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"FAM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12429;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"FAM-768x733.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259222;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"FAM-370x353.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65647;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:16:\"FAM-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:310627;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:15:\"FAM-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147611;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:15:\"FAM-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37853;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:13:\"FAM-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5367;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:15:\"FAM-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50438;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:16:\"FAM-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205139;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:15:\"FAM-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84588;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:15:\"FAM-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94142;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:15:\"FAM-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94382;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:15:\"FAM-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131368;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:15:\"FAM-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112255;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:15:\"FAM-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124989;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:15:\"FAM-760x725.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254844;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"FAM-370x353.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65647;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:15:\"FAM-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151802;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:15:\"FAM-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20661;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:15:\"FAM-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98557;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:15:\"FAM-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70779;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1699620827\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8890, 2753, '_wp_attached_file', '2018/01/parents.jpg'),
(8891, 2753, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:19:\"2018/01/parents.jpg\";s:8:\"filesize\";i:981178;s:5:\"sizes\";a:22:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"parents-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"parents-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20031;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"parents-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259890;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"parents-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71028;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:20:\"parents-1000x658.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:442699;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:19:\"parents-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224276;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:19:\"parents-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61049;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:17:\"parents-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8191;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:19:\"parents-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72596;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:20:\"parents-1000x450.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:319207;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:19:\"parents-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120298;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:19:\"parents-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143189;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:19:\"parents-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140528;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:19:\"parents-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188785;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:19:\"parents-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170217;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:19:\"parents-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193695;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:19:\"parents-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257435;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"parents-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71028;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:19:\"parents-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229842;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:19:\"parents-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34161;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:19:\"parents-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133718;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:19:\"parents-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(8892, 2754, '_edit_lock', '1700630183:1'),
(8895, 2754, '_edit_last', '990003'),
(8896, 2754, 'slide_template', 'default'),
(8897, 2754, 'rs_page_bg_color', '#ffffff'),
(8898, 2754, 'trx_addons_post_views_count', '28'),
(8899, 2754, 'trx_addons_post_likes_count', '0'),
(8900, 2754, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(8901, 2754, 'eg_sources_html5_mp4', ''),
(8902, 2754, 'eg_sources_html5_ogv', ''),
(8903, 2754, 'eg_sources_html5_webm', ''),
(8904, 2754, 'eg_sources_youtube', ''),
(8905, 2754, 'eg_sources_vimeo', ''),
(8906, 2754, 'eg_sources_wistia', ''),
(8907, 2754, 'eg_sources_image', ''),
(8908, 2754, 'eg_sources_iframe', ''),
(8909, 2754, 'eg_sources_soundcloud', ''),
(8910, 2754, 'eg_vimeo_ratio', '1'),
(8911, 2754, 'eg_youtube_ratio', '1'),
(8912, 2754, 'eg_wistia_ratio', '1'),
(8913, 2754, 'eg_html5_ratio', '1'),
(8914, 2754, 'eg_soundcloud_ratio', '1'),
(8915, 2754, 'eg_sources_revslider', ''),
(8916, 2754, 'eg_sources_essgrid', ''),
(8917, 2754, 'eg_featured_grid', ''),
(8918, 2754, 'eg_settings_custom_meta_skin', ''),
(8919, 2754, 'eg_settings_custom_meta_element', ''),
(8920, 2754, 'eg_settings_custom_meta_setting', ''),
(8921, 2754, 'eg_settings_custom_meta_style', ''),
(8922, 2754, 'eg_custom_meta_216', 'true'),
(8923, 2754, 'eg_votes_count', '0'),
(8924, 2754, 'planet_shakers_options', 'a:0:{}'),
(8931, 2542, 'trx_addons_post_views_count', '8'),
(8932, 2542, 'trx_addons_post_likes_count', '0'),
(8936, 2558, 'trx_addons_post_views_count', '11'),
(8937, 2558, 'trx_addons_post_likes_count', '0'),
(8939, 2767, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8940, 2769, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8941, 2770, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8942, 2771, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8944, 2772, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8945, 2773, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700644533727{background-color: #dd9933 !important;}'),
(8946, 2746, 'trx_addons_post_views_count', '1'),
(8947, 2746, 'trx_addons_post_likes_count', '0'),
(8948, 2730, 'trx_addons_post_views_count', '1'),
(8949, 2730, 'trx_addons_post_likes_count', '0'),
(8950, 2614, 'trx_addons_post_views_count', '26'),
(8951, 2614, 'trx_addons_post_likes_count', '0'),
(8952, 2774, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700644657528{background-color: #dd9933 !important;}'),
(8953, 2775, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8954, 2776, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8955, 2777, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8956, 2778, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8957, 2779, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8958, 2780, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8959, 2781, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8960, 2782, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8961, 2783, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8962, 2784, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8963, 2785, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}'),
(8964, 2786, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700645803038{background-color: #dd9933 !important;border-radius: 3px !important;}'),
(8965, 2787, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700645971764{background-color: #dd9933 !important;border-radius: 1px !important;}'),
(8966, 2788, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8967, 2789, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8968, 2790, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8969, 2791, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8970, 2792, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8971, 2793, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8972, 2794, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8973, 2795, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8974, 2796, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8975, 2797, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8976, 2798, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8977, 2799, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8978, 2800, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8979, 2801, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8980, 2802, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8981, 2803, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8982, 2804, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8983, 2805, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8984, 2806, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8985, 2807, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8986, 2808, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8987, 2809, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8988, 2810, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8989, 2811, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8990, 2812, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8991, 2813, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(8992, 2814, '_EventOrigin', 'events-calendar'),
(8993, 2814, '_tribe_modified_fields', 'a:51:{s:12:\"_EventOrigin\";i:1700650816;s:10:\"_edit_last\";i:1700650834;s:10:\"post_title\";i:1700650834;s:11:\"post_status\";i:1703490582;s:16:\"tribe_events_cat\";i:1700650910;s:13:\"_thumbnail_id\";i:1700650910;s:14:\"slide_template\";i:1700650910;s:16:\"rs_page_bg_color\";i:1700650910;s:27:\"trx_addons_post_views_count\";i:1703234319;s:27:\"trx_addons_post_likes_count\";i:1700650910;s:20:\"eg_sources_html5_mp4\";i:1700650910;s:20:\"eg_sources_html5_ogv\";i:1700650910;s:21:\"eg_sources_html5_webm\";i:1700650910;s:18:\"eg_sources_youtube\";i:1700650910;s:16:\"eg_sources_vimeo\";i:1700650910;s:17:\"eg_sources_wistia\";i:1700650910;s:16:\"eg_sources_image\";i:1700650910;s:17:\"eg_sources_iframe\";i:1700650910;s:21:\"eg_sources_soundcloud\";i:1700650910;s:14:\"eg_vimeo_ratio\";i:1700650910;s:16:\"eg_youtube_ratio\";i:1700650910;s:15:\"eg_wistia_ratio\";i:1700650910;s:14:\"eg_html5_ratio\";i:1700650910;s:19:\"eg_soundcloud_ratio\";i:1700650910;s:20:\"eg_sources_revslider\";i:1700650910;s:18:\"eg_sources_essgrid\";i:1700650910;s:16:\"eg_featured_grid\";i:1700650910;s:28:\"eg_settings_custom_meta_skin\";i:1700650910;s:31:\"eg_settings_custom_meta_element\";i:1700650910;s:31:\"eg_settings_custom_meta_setting\";i:1700650910;s:29:\"eg_settings_custom_meta_style\";i:1700650910;s:18:\"eg_custom_meta_216\";i:1700650910;s:14:\"eg_votes_count\";i:1700650910;s:17:\"_EventShowMapLink\";i:1700650910;s:13:\"_EventShowMap\";i:1700650910;s:15:\"_EventStartDate\";i:1700650910;s:13:\"_EventEndDate\";i:1700650910;s:18:\"_EventStartDateUTC\";i:1700650910;s:16:\"_EventEndDateUTC\";i:1700650910;s:14:\"_EventDuration\";i:1700650910;s:20:\"_EventCurrencySymbol\";i:1700650910;s:18:\"_EventCurrencyCode\";i:1700650910;s:22:\"_EventCurrencyPosition\";i:1700650910;s:10:\"_EventCost\";i:1700650910;s:9:\"_EventURL\";i:1700650910;s:14:\"_EventTimezone\";i:1700650910;s:18:\"_EventTimezoneAbbr\";i:1700650910;s:36:\"_tribe_ignored_event_previous_status\";i:1703490581;s:21:\"_wp_trash_meta_status\";i:1703490581;s:19:\"_wp_trash_meta_time\";i:1703490581;s:21:\"_wp_desired_post_slug\";i:1703490581;}'),
(8994, 2814, '_edit_lock', '1700650824:990003'),
(8995, 2814, '_edit_last', '990003'),
(8996, 2814, '_thumbnail_id', '2652'),
(8997, 2814, 'slide_template', ''),
(8998, 2814, 'rs_page_bg_color', ''),
(8999, 2814, 'trx_addons_post_views_count', '17'),
(9000, 2814, 'trx_addons_post_likes_count', '0'),
(9001, 2814, 'eg_sources_html5_mp4', ''),
(9002, 2814, 'eg_sources_html5_ogv', ''),
(9003, 2814, 'eg_sources_html5_webm', ''),
(9004, 2814, 'eg_sources_youtube', ''),
(9005, 2814, 'eg_sources_vimeo', ''),
(9006, 2814, 'eg_sources_wistia', ''),
(9007, 2814, 'eg_sources_image', ''),
(9008, 2814, 'eg_sources_iframe', ''),
(9009, 2814, 'eg_sources_soundcloud', ''),
(9010, 2814, 'eg_vimeo_ratio', '1'),
(9011, 2814, 'eg_youtube_ratio', '1'),
(9012, 2814, 'eg_wistia_ratio', '1'),
(9013, 2814, 'eg_html5_ratio', '1'),
(9014, 2814, 'eg_soundcloud_ratio', '1'),
(9015, 2814, 'eg_sources_revslider', ''),
(9016, 2814, 'eg_sources_essgrid', ''),
(9017, 2814, 'eg_featured_grid', ''),
(9018, 2814, 'eg_settings_custom_meta_skin', ''),
(9019, 2814, 'eg_settings_custom_meta_element', ''),
(9020, 2814, 'eg_settings_custom_meta_setting', ''),
(9021, 2814, 'eg_settings_custom_meta_style', ''),
(9022, 2814, 'eg_custom_meta_216', 'true'),
(9023, 2814, 'eg_votes_count', '0'),
(9024, 2814, '_EventShowMapLink', '1'),
(9025, 2814, '_EventShowMap', '1'),
(9026, 2814, '_EventStartDate', '2023-11-24 08:00:00'),
(9027, 2814, '_EventEndDate', '2023-11-24 17:00:00'),
(9028, 2814, '_EventStartDateUTC', '2023-11-24 08:00:00'),
(9029, 2814, '_EventEndDateUTC', '2023-11-24 17:00:00'),
(9030, 2814, '_EventDuration', '32400'),
(9031, 2814, '_EventCurrencySymbol', ''),
(9032, 2814, '_EventCurrencyCode', ''),
(9033, 2814, '_EventCurrencyPosition', 'prefix'),
(9034, 2814, '_EventCost', ''),
(9035, 2814, '_EventURL', ''),
(9036, 2814, '_EventTimezone', 'UTC+0'),
(9037, 2814, '_EventTimezoneAbbr', 'UTC+0'),
(9038, 2815, '_EventShowMapLink', '1'),
(9039, 2815, '_EventShowMap', '1'),
(9040, 2815, '_EventStartDate', '2023-11-24 08:00:00'),
(9041, 2815, '_EventEndDate', '2023-11-24 17:00:00'),
(9042, 2815, '_EventStartDateUTC', '2023-11-24 08:00:00'),
(9043, 2815, '_EventEndDateUTC', '2023-11-24 17:00:00'),
(9044, 2815, '_EventDuration', '32400'),
(9045, 2815, '_EventCurrencySymbol', ''),
(9046, 2815, '_EventCurrencyCode', ''),
(9047, 2815, '_EventCurrencyPosition', 'prefix'),
(9048, 2815, '_EventCost', ''),
(9049, 2815, '_EventURL', ''),
(9050, 2815, '_EventTimezone', 'UTC+0'),
(9051, 2815, '_EventTimezoneAbbr', 'UTC+0'),
(9052, 2635, 'trx_addons_post_views_count', '2'),
(9053, 2635, 'trx_addons_post_likes_count', '0'),
(9054, 2817, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(9055, 316, '_oembed_8f68cd344ac292ffe17538890a2bf409', '<iframe title=\"IBIKINISHO BIFASHA UMWANA MU GIHAGARARO. A\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/24n2dsuYlkY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9056, 316, '_oembed_time_8f68cd344ac292ffe17538890a2bf409', '1701254238'),
(9057, 2818, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(9058, 316, '_oembed_bc1e5a824b12cfe46df32dfa52d4e061', '<iframe title=\"IBIKINISHO BIFASHA UMWANA GUKURA MU GIHAGARARO.  B\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/cA6fcv2g_Vw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9059, 316, '_oembed_time_bc1e5a824b12cfe46df32dfa52d4e061', '1701254424'),
(9060, 2819, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}'),
(9061, 2820, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}.vc_custom_1701254753126{background-color: #1e73be !important;}'),
(9062, 2821, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}.vc_custom_1701254830933{background-color: #1e73be !important;}'),
(9063, 2822, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}.vc_custom_1701254830933{background-color: #1e73be !important;}'),
(9064, 2823, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}.vc_custom_1701254830933{background-color: #1e73be !important;}'),
(9065, 316, '_oembed_3f791c4df296723d7b4cf18ea5e9d166', '<iframe title=\"IBIKINISHO BITEZA IMBERE IMBAMUTIMA Z&#039;UMWANA N&#039;IMIBANIRE YE N&#039;ABANDI. A\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/OE9X-8oHFvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9066, 316, '_oembed_time_3f791c4df296723d7b4cf18ea5e9d166', '1701255045'),
(9067, 2824, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1700646024742{background-color: #dd9933 !important;}.vc_custom_1701254830933{background-color: #1e73be !important;}'),
(9068, 2825, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701255372130{background-color: #dd9933 !important;}.vc_custom_1701254830933{background-color: #1e73be !important;}'),
(9069, 2826, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701255432996{background-color: #dd9933 !important;}.vc_custom_1701254830933{background-color: #1e73be !important;}'),
(9070, 2603, 'trx_addons_post_views_count', '2'),
(9071, 2603, 'trx_addons_post_likes_count', '0'),
(9072, 2563, 'trx_addons_post_views_count', '41'),
(9073, 2563, 'trx_addons_post_likes_count', '0'),
(9074, 2521, 'trx_addons_post_views_count', '40'),
(9075, 2521, 'trx_addons_post_likes_count', '0'),
(9076, 2829, '_EventOrigin', 'events-calendar'),
(9077, 2829, '_tribe_modified_fields', 'a:54:{s:12:\"_EventOrigin\";i:1701940894;s:10:\"_edit_last\";i:1702044062;s:10:\"post_title\";i:1701940927;s:11:\"post_status\";i:1705218581;s:16:\"tribe_events_cat\";i:1701940957;s:14:\"slide_template\";i:1701940957;s:16:\"rs_page_bg_color\";i:1701940957;s:27:\"trx_addons_post_views_count\";i:1705151216;s:27:\"trx_addons_post_likes_count\";i:1701940957;s:20:\"eg_sources_html5_mp4\";i:1701940957;s:20:\"eg_sources_html5_ogv\";i:1701940957;s:21:\"eg_sources_html5_webm\";i:1701940957;s:18:\"eg_sources_youtube\";i:1701940957;s:16:\"eg_sources_vimeo\";i:1701940957;s:17:\"eg_sources_wistia\";i:1701940957;s:16:\"eg_sources_image\";i:1701940957;s:17:\"eg_sources_iframe\";i:1701940957;s:21:\"eg_sources_soundcloud\";i:1701940957;s:14:\"eg_vimeo_ratio\";i:1701940957;s:16:\"eg_youtube_ratio\";i:1701940957;s:15:\"eg_wistia_ratio\";i:1701940957;s:14:\"eg_html5_ratio\";i:1701940957;s:19:\"eg_soundcloud_ratio\";i:1701940957;s:20:\"eg_sources_revslider\";i:1701940957;s:18:\"eg_sources_essgrid\";i:1701940957;s:16:\"eg_featured_grid\";i:1701940957;s:28:\"eg_settings_custom_meta_skin\";i:1701940957;s:31:\"eg_settings_custom_meta_element\";i:1701940957;s:31:\"eg_settings_custom_meta_setting\";i:1701940957;s:29:\"eg_settings_custom_meta_style\";i:1701940957;s:18:\"eg_custom_meta_216\";i:1701940957;s:14:\"eg_votes_count\";i:1701940957;s:17:\"_EventShowMapLink\";i:1702044431;s:13:\"_EventShowMap\";i:1702044431;s:15:\"_EventStartDate\";i:1701951399;s:13:\"_EventEndDate\";i:1701951399;s:18:\"_EventStartDateUTC\";i:1701951399;s:16:\"_EventEndDateUTC\";i:1701951399;s:14:\"_EventDuration\";i:1701951399;s:20:\"_EventCurrencySymbol\";i:1701940957;s:18:\"_EventCurrencyCode\";i:1701940957;s:22:\"_EventCurrencyPosition\";i:1701940957;s:10:\"_EventCost\";i:1701940957;s:9:\"_EventURL\";i:1702044062;s:14:\"_EventTimezone\";i:1701940957;s:18:\"_EventTimezoneAbbr\";i:1701940957;s:13:\"_thumbnail_id\";i:1702044062;s:12:\"post_content\";i:1702044431;s:13:\"_EventVenueID\";i:1701951399;s:17:\"_EventOrganizerID\";i:1701951399;s:36:\"_tribe_ignored_event_previous_status\";i:1705218581;s:21:\"_wp_trash_meta_status\";i:1705218581;s:19:\"_wp_trash_meta_time\";i:1705218581;s:21:\"_wp_desired_post_slug\";i:1705218581;}'),
(9078, 2829, '_edit_lock', '1702046197:990003'),
(9079, 2829, '_edit_last', '990003'),
(9080, 2829, 'slide_template', ''),
(9081, 2829, 'rs_page_bg_color', ''),
(9082, 2829, 'trx_addons_post_views_count', '50'),
(9083, 2829, 'trx_addons_post_likes_count', '0'),
(9084, 2829, 'eg_sources_html5_mp4', ''),
(9085, 2829, 'eg_sources_html5_ogv', ''),
(9086, 2829, 'eg_sources_html5_webm', ''),
(9087, 2829, 'eg_sources_youtube', ''),
(9088, 2829, 'eg_sources_vimeo', ''),
(9089, 2829, 'eg_sources_wistia', ''),
(9090, 2829, 'eg_sources_image', ''),
(9091, 2829, 'eg_sources_iframe', ''),
(9092, 2829, 'eg_sources_soundcloud', ''),
(9093, 2829, 'eg_vimeo_ratio', '1'),
(9094, 2829, 'eg_youtube_ratio', '1'),
(9095, 2829, 'eg_wistia_ratio', '1'),
(9096, 2829, 'eg_html5_ratio', '1'),
(9097, 2829, 'eg_soundcloud_ratio', '1'),
(9098, 2829, 'eg_sources_revslider', ''),
(9099, 2829, 'eg_sources_essgrid', ''),
(9100, 2829, 'eg_featured_grid', ''),
(9101, 2829, 'eg_settings_custom_meta_skin', ''),
(9102, 2829, 'eg_settings_custom_meta_element', ''),
(9103, 2829, 'eg_settings_custom_meta_setting', ''),
(9104, 2829, 'eg_settings_custom_meta_style', ''),
(9105, 2829, 'eg_custom_meta_216', 'true'),
(9106, 2829, 'eg_votes_count', '0'),
(9107, 2829, '_EventShowMapLink', '1'),
(9108, 2829, '_EventShowMap', '1'),
(9109, 2829, '_EventStartDate', '2023-12-13 10:00:00'),
(9110, 2829, '_EventEndDate', '2023-12-13 12:00:00'),
(9111, 2829, '_EventStartDateUTC', '2023-12-13 10:00:00'),
(9112, 2829, '_EventEndDateUTC', '2023-12-13 12:00:00'),
(9113, 2829, '_EventDuration', '7200'),
(9114, 2829, '_EventCurrencySymbol', ''),
(9115, 2829, '_EventCurrencyCode', ''),
(9116, 2829, '_EventCurrencyPosition', 'prefix'),
(9117, 2829, '_EventCost', ''),
(9118, 2829, '_EventURL', 'umuhuza.org.rw'),
(9119, 2829, '_EventTimezone', 'UTC+0'),
(9120, 2829, '_EventTimezoneAbbr', 'UTC+0'),
(9121, 2830, '_EventShowMapLink', '1'),
(9122, 2830, '_EventShowMap', '1'),
(9123, 2830, '_EventStartDate', '2023-12-07 08:00:00'),
(9124, 2830, '_EventEndDate', '2023-12-07 17:00:00'),
(9125, 2830, '_EventStartDateUTC', '2023-12-07 08:00:00'),
(9126, 2830, '_EventEndDateUTC', '2023-12-07 17:00:00'),
(9127, 2830, '_EventDuration', '32400'),
(9128, 2830, '_EventCurrencySymbol', ''),
(9129, 2830, '_EventCurrencyCode', ''),
(9130, 2830, '_EventCurrencyPosition', 'prefix'),
(9131, 2830, '_EventCost', ''),
(9132, 2830, '_EventURL', ''),
(9133, 2830, '_EventTimezone', 'UTC+0'),
(9134, 2830, '_EventTimezoneAbbr', 'UTC+0'),
(9139, 2833, '_wp_attached_file', '2023/12/IMG_2583-1-2-scaled.jpg'),
(9140, 2833, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1307;s:4:\"file\";s:31:\"2023/12/IMG_2583-1-2-scaled.jpg\";s:8:\"filesize\";i:220092;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_2583-1-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29746;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_2583-1-2-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_2583-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22763;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_2583-1-2-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64632;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:16:\"IMG_2583-1-2.jpg\";}'),
(9141, 2834, '_wp_attached_file', '2023/12/IMG_2583-1-2-1-scaled.jpg'),
(9142, 2834, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1307;s:4:\"file\";s:33:\"2023/12/IMG_2583-1-2-1-scaled.jpg\";s:8:\"filesize\";i:220092;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_2583-1-2-1-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29746;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"IMG_2583-1-2-1-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_2583-1-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22763;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_2583-1-2-1-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64632;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:18:\"IMG_2583-1-2-1.jpg\";}'),
(9143, 2835, '_wp_attached_file', '2023/12/IMG_2583-1-2-2-scaled.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9144, 2835, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1307;s:4:\"file\";s:33:\"2023/12/IMG_2583-1-2-2-scaled.jpg\";s:8:\"filesize\";i:220092;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_2583-1-2-2-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29746;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"IMG_2583-1-2-2-1024x523.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_2583-1-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22763;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_2583-1-2-2-768x392.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64632;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:18:\"IMG_2583-1-2-2.jpg\";}'),
(9150, 2837, '_wp_attached_file', '2023/12/cropped-IMG_2583-1-2-1-scaled-1.jpg'),
(9151, 2837, '_wp_attachment_context', 'site-icon'),
(9152, 2837, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:43:\"2023/12/cropped-IMG_2583-1-2-1-scaled-1.jpg\";s:8:\"filesize\";i:50829;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22604;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39746;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-512x428.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51559;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36803;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:41:\"cropped-IMG_2583-1-2-1-scaled-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18026;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32999;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-512x450.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51833;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40376;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-512x340.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50139;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45096;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-512x510.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51953;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-512x370.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51117;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-512x370.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51117;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39746;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-512x433.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51734;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30070;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41844;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39746;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31583;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25544;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_2583-1-2-1-scaled-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24796;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:41:\"cropped-IMG_2583-1-2-1-scaled-1-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15009;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),
(9191, 327, '_wp_old_date', '2023-10-09'),
(9192, 167, '_wp_old_date', '2023-10-09'),
(9193, 285, '_wp_old_date', '2023-10-09'),
(9194, 284, '_wp_old_date', '2023-10-09'),
(9195, 2537, '_wp_old_date', '2023-10-09'),
(9196, 2546, '_wp_old_date', '2023-10-09'),
(9197, 2566, '_wp_old_date', '2023-10-09'),
(9198, 2572, '_wp_old_date', '2023-10-09'),
(9199, 181, '_wp_old_date', '2023-10-09'),
(9200, 190, '_wp_old_date', '2023-10-09'),
(9201, 2856, '_edit_lock', '1701950259:1'),
(9202, 2837, '_oembed_28603da16b6c53ebb75398e6cea286db', '{{unknown}}'),
(9203, 316, '_oembed_79fb2192bc33843d39af00980a33d755', '<iframe title=\"IBIKINISHO BIFASHA UMWANA MU GIHAGARARO. A\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/24n2dsuYlkY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9204, 316, '_oembed_time_79fb2192bc33843d39af00980a33d755', '1701950516'),
(9205, 316, '_oembed_af75d5f4ff7b089943f9b8a196838959', '<iframe title=\"IBIKINISHO BIFASHA UMWANA GUKURA MU GIHAGARARO.  B\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/cA6fcv2g_Vw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9206, 316, '_oembed_time_af75d5f4ff7b089943f9b8a196838959', '1701950517'),
(9207, 316, '_oembed_c6b1702aa9b7d45a423486c9a430dbf1', '<iframe title=\"IBIKINISHO BITEZA IMBERE IMBAMUTIMA Z&#039;UMWANA N&#039;IMIBANIRE YE N&#039;ABANDI. A\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/OE9X-8oHFvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9208, 316, '_oembed_time_c6b1702aa9b7d45a423486c9a430dbf1', '1701950517'),
(9209, 316, '_oembed_cf36a71eee1247f682b7e5d273bbb300', '<iframe title=\"Umuhuza Social Protection programme in NGORORERO District to graduate people from extreme poverty.\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/UvRavEWKgZY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9210, 316, '_oembed_time_cf36a71eee1247f682b7e5d273bbb300', '1701950517'),
(9211, 2857, '_wp_attached_file', '2023/12/2-scaled.jpg'),
(9212, 2857, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:20:\"2023/12/2-scaled.jpg\";s:8:\"filesize\";i:2203787;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59282;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:495905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304490;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:963148;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:15:\"2-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1540928;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86333;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:14:\"2-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:531326;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:13:\"2-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254794;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:13:\"2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72585;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11017;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"2-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82325;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:14:\"2-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365443;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:13:\"2-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132961;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:13:\"2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165443;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:13:\"2-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155005;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:13:\"2-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207039;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:13:\"2-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195075;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:13:\"2-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218588;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:13:\"2-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:300095;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:13:\"2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86333;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:13:\"2-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261684;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41730;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:13:\"2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147337;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:13:\"2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:5:\"2.jpg\";}'),
(9213, 2829, '_thumbnail_id', '2926'),
(9214, 2859, 'eg_sources_html5_mp4', ''),
(9215, 2859, '_tribe_modified_fields', 'a:38:{s:20:\"eg_sources_html5_mp4\";i:1701951399;s:20:\"eg_sources_html5_ogv\";i:1701951399;s:21:\"eg_sources_html5_webm\";i:1701951399;s:18:\"eg_sources_youtube\";i:1701951399;s:16:\"eg_sources_vimeo\";i:1701951399;s:17:\"eg_sources_wistia\";i:1701951399;s:16:\"eg_sources_image\";i:1701951399;s:17:\"eg_sources_iframe\";i:1701951399;s:21:\"eg_sources_soundcloud\";i:1701951399;s:14:\"eg_vimeo_ratio\";i:1701951399;s:16:\"eg_youtube_ratio\";i:1701951399;s:15:\"eg_wistia_ratio\";i:1701951399;s:14:\"eg_html5_ratio\";i:1701951399;s:19:\"eg_soundcloud_ratio\";i:1701951399;s:20:\"eg_sources_revslider\";i:1701951399;s:18:\"eg_sources_essgrid\";i:1701951399;s:16:\"eg_featured_grid\";i:1701951399;s:28:\"eg_settings_custom_meta_skin\";i:1701951399;s:31:\"eg_settings_custom_meta_element\";i:1701951399;s:31:\"eg_settings_custom_meta_setting\";i:1701951399;s:29:\"eg_settings_custom_meta_style\";i:1701951399;s:18:\"eg_custom_meta_216\";i:1701951399;s:14:\"eg_votes_count\";i:1701951399;s:12:\"_VenueOrigin\";i:1701951399;s:17:\"_EventShowMapLink\";i:1701951399;s:13:\"_EventShowMap\";i:1701951399;s:17:\"_VenueShowMapLink\";i:1701951399;s:13:\"_VenueShowMap\";i:1701951399;s:13:\"_VenueVenueID\";i:1701951399;s:13:\"_VenueAddress\";i:1701951399;s:10:\"_VenueCity\";i:1701951399;s:13:\"_VenueCountry\";i:1701951399;s:14:\"_VenueProvince\";i:1701951399;s:11:\"_VenueState\";i:1701951399;s:9:\"_VenueZip\";i:1701951399;s:11:\"_VenuePhone\";i:1701951399;s:9:\"_VenueURL\";i:1701951399;s:19:\"_VenueStateProvince\";i:1701951399;}'),
(9216, 2859, 'eg_sources_html5_ogv', ''),
(9217, 2859, 'eg_sources_html5_webm', ''),
(9218, 2859, 'eg_sources_youtube', ''),
(9219, 2859, 'eg_sources_vimeo', ''),
(9220, 2859, 'eg_sources_wistia', ''),
(9221, 2859, 'eg_sources_image', ''),
(9222, 2859, 'eg_sources_iframe', ''),
(9223, 2859, 'eg_sources_soundcloud', ''),
(9224, 2859, 'eg_vimeo_ratio', '1'),
(9225, 2859, 'eg_youtube_ratio', '1'),
(9226, 2859, 'eg_wistia_ratio', '1'),
(9227, 2859, 'eg_html5_ratio', '1'),
(9228, 2859, 'eg_soundcloud_ratio', '1'),
(9229, 2859, 'eg_sources_revslider', ''),
(9230, 2859, 'eg_sources_essgrid', ''),
(9231, 2859, 'eg_featured_grid', ''),
(9232, 2859, 'eg_settings_custom_meta_skin', ''),
(9233, 2859, 'eg_settings_custom_meta_element', ''),
(9234, 2859, 'eg_settings_custom_meta_setting', ''),
(9235, 2859, 'eg_settings_custom_meta_style', ''),
(9236, 2859, 'eg_custom_meta_216', 'true'),
(9237, 2859, 'eg_votes_count', '0'),
(9238, 2859, '_VenueOrigin', 'events-calendar'),
(9239, 2859, '_EventShowMapLink', '1'),
(9240, 2859, '_EventShowMap', '1'),
(9241, 2859, '_VenueShowMapLink', '1'),
(9242, 2859, '_VenueShowMap', '1'),
(9243, 2859, '_VenueVenueID', ''),
(9244, 2859, '_VenueAddress', ''),
(9245, 2859, '_VenueCity', ''),
(9246, 2859, '_VenueCountry', 'Rwanda'),
(9247, 2859, '_VenueProvince', 'Southern Province'),
(9248, 2859, '_VenueState', ''),
(9249, 2859, '_VenueZip', ''),
(9250, 2859, '_VenuePhone', ''),
(9251, 2859, '_VenueURL', ''),
(9252, 2859, '_VenueStateProvince', 'Southern Province'),
(9253, 2829, '_EventVenueID', '2859'),
(9254, 2860, 'eg_sources_html5_mp4', ''),
(9255, 2860, '_tribe_modified_fields', 'a:28:{s:20:\"eg_sources_html5_mp4\";i:1701951399;s:20:\"eg_sources_html5_ogv\";i:1701951399;s:21:\"eg_sources_html5_webm\";i:1701951399;s:18:\"eg_sources_youtube\";i:1701951399;s:16:\"eg_sources_vimeo\";i:1701951399;s:17:\"eg_sources_wistia\";i:1701951399;s:16:\"eg_sources_image\";i:1701951399;s:17:\"eg_sources_iframe\";i:1701951399;s:21:\"eg_sources_soundcloud\";i:1701951399;s:14:\"eg_vimeo_ratio\";i:1701951399;s:16:\"eg_youtube_ratio\";i:1701951399;s:15:\"eg_wistia_ratio\";i:1701951399;s:14:\"eg_html5_ratio\";i:1701951399;s:19:\"eg_soundcloud_ratio\";i:1701951399;s:20:\"eg_sources_revslider\";i:1701951399;s:18:\"eg_sources_essgrid\";i:1701951399;s:16:\"eg_featured_grid\";i:1701951399;s:28:\"eg_settings_custom_meta_skin\";i:1701951399;s:31:\"eg_settings_custom_meta_element\";i:1701951399;s:31:\"eg_settings_custom_meta_setting\";i:1701951399;s:29:\"eg_settings_custom_meta_style\";i:1701951399;s:18:\"eg_custom_meta_216\";i:1701951399;s:14:\"eg_votes_count\";i:1701951399;s:16:\"_OrganizerOrigin\";i:1701951399;s:21:\"_OrganizerOrganizerID\";i:1701951399;s:15:\"_OrganizerPhone\";i:1701951399;s:17:\"_OrganizerWebsite\";i:1701951399;s:15:\"_OrganizerEmail\";i:1701951399;}'),
(9256, 2860, 'eg_sources_html5_ogv', ''),
(9257, 2860, 'eg_sources_html5_webm', ''),
(9258, 2860, 'eg_sources_youtube', ''),
(9259, 2860, 'eg_sources_vimeo', ''),
(9260, 2860, 'eg_sources_wistia', ''),
(9261, 2860, 'eg_sources_image', ''),
(9262, 2860, 'eg_sources_iframe', ''),
(9263, 2860, 'eg_sources_soundcloud', ''),
(9264, 2860, 'eg_vimeo_ratio', '1'),
(9265, 2860, 'eg_youtube_ratio', '1'),
(9266, 2860, 'eg_wistia_ratio', '1'),
(9267, 2860, 'eg_html5_ratio', '1'),
(9268, 2860, 'eg_soundcloud_ratio', '1'),
(9269, 2860, 'eg_sources_revslider', ''),
(9270, 2860, 'eg_sources_essgrid', ''),
(9271, 2860, 'eg_featured_grid', ''),
(9272, 2860, 'eg_settings_custom_meta_skin', ''),
(9273, 2860, 'eg_settings_custom_meta_element', ''),
(9274, 2860, 'eg_settings_custom_meta_setting', ''),
(9275, 2860, 'eg_settings_custom_meta_style', ''),
(9276, 2860, 'eg_custom_meta_216', 'true'),
(9277, 2860, 'eg_votes_count', '0'),
(9278, 2860, '_OrganizerOrigin', 'events-calendar'),
(9279, 2860, '_OrganizerOrganizerID', ''),
(9280, 2860, '_OrganizerPhone', ''),
(9281, 2860, '_OrganizerWebsite', ''),
(9282, 2860, '_OrganizerEmail', ''),
(9283, 2829, '_EventOrganizerID', '2860'),
(9284, 2861, '_EventShowMapLink', '1'),
(9285, 2861, '_EventShowMap', '1'),
(9286, 2861, '_EventStartDate', '2023-12-13 10:00:00'),
(9287, 2861, '_EventEndDate', '2023-12-13 12:00:00'),
(9288, 2861, '_EventStartDateUTC', '2023-12-13 10:00:00'),
(9289, 2861, '_EventEndDateUTC', '2023-12-13 12:00:00'),
(9290, 2861, '_EventDuration', '7200'),
(9291, 2861, '_EventCurrencySymbol', ''),
(9292, 2861, '_EventCurrencyCode', ''),
(9293, 2861, '_EventCurrencyPosition', 'prefix'),
(9294, 2861, '_EventCost', ''),
(9295, 2861, '_EventURL', ''),
(9296, 2861, '_EventTimezone', 'UTC+0'),
(9297, 2861, '_EventTimezoneAbbr', 'UTC+0'),
(9298, 2862, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952609550{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9299, 2863, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9300, 2864, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9301, 2865, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1701958587105{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9302, 2866, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1701958829909{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9303, 2867, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1701958829909{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9304, 2868, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1701958829909{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9305, 2869, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1701959152938{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9306, 2870, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9307, 2871, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1696672575327{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9308, 2872, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9309, 2873, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959417817{background-color: #000000 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9310, 2874, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959484735{background-color: #000000 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9311, 2875, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959520694{background-color: #000000 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9312, 2876, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959618198{background-color: #000000 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9313, 2877, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959706535{background-color: #000000 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9314, 2878, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959775892{background-color: #f48e00 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9315, 2879, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959380837{background-color: #d39d00 !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959854060{background-color: #f48e00 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9316, 2880, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959933317{background-color: #000b0c !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701959854060{background-color: #f48e00 !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9317, 2881, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701959933317{background-color: #000b0c !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960020672{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9318, 2882, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960020672{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9319, 2883, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960187031{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9320, 2884, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960255720{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9321, 2885, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960299383{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9322, 2886, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960401426{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9323, 2887, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960435326{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9324, 2888, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960530450{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9325, 2889, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960602575{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9326, 316, '_oembed_f7ab1652be608998fe2ad6e167259f54', '<iframe title=\"IBIKINISHO BIFASHA UMWANA MU GIHAGARARO. A\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/24n2dsuYlkY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9327, 316, '_oembed_time_f7ab1652be608998fe2ad6e167259f54', '1701960522'),
(9328, 316, '_oembed_38f784909d07eee1c57d98f6ad52bee1', '<iframe title=\"IBIKINISHO BIFASHA UMWANA MU GIHAGARARO. A\" width=\"526\" height=\"296\" src=\"https://www.youtube.com/embed/24n2dsuYlkY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9329, 316, '_oembed_time_38f784909d07eee1c57d98f6ad52bee1', '1701960522'),
(9330, 2890, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960686452{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9331, 316, '_oembed_87bdeb92edbb1dce0e19c243203ff913', '<iframe title=\"IBIKINISHO BIFASHA UMWANA MU GIHAGARARO. A\" width=\"483\" height=\"272\" src=\"https://www.youtube.com/embed/24n2dsuYlkY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9332, 316, '_oembed_time_87bdeb92edbb1dce0e19c243203ff913', '1701960535'),
(9333, 2891, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960819247{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9334, 2892, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960819247{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9335, 2893, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701960819247{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9336, 2894, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961042761{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9337, 2895, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961079931{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9338, 2896, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9339, 2897, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9340, 316, '_oembed_33ac151e371adfe4924cc1d125291b39', '{{unknown}}'),
(9341, 2898, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9342, 2899, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9343, 2900, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9344, 2901, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9345, 2902, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9346, 2903, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9347, 2904, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9348, 2905, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9351, 316, '_oembed_69c7789ce8ad250707c26fca744e5088', '<iframe title=\"IBIKINISHO BIFASHA UMWANA MU GIHAGARARO. A\" width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/24n2dsuYlkY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9352, 316, '_oembed_time_69c7789ce8ad250707c26fca744e5088', '1701963425'),
(9353, 316, '_oembed_b39fccd68ebeed3fac93ffc9d8e53403', '<iframe title=\"IBIKINISHO BIFASHA UMWANA GUKURA MU GIHAGARARO.  B\" width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/cA6fcv2g_Vw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9354, 316, '_oembed_time_b39fccd68ebeed3fac93ffc9d8e53403', '1701963425'),
(9355, 316, '_oembed_51c4c6239dcb1ab262a4bb4136093759', '<iframe title=\"IBIKINISHO BITEZA IMBERE IMBAMUTIMA Z&#039;UMWANA N&#039;IMIBANIRE YE N&#039;ABANDI. A\" width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/OE9X-8oHFvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9356, 316, '_oembed_time_51c4c6239dcb1ab262a4bb4136093759', '1701963425'),
(9357, 316, '_oembed_64609284fc236512e1e7037da6f640b6', '<iframe title=\"Umuhuza Social Protection programme in NGORORERO District to graduate people from extreme poverty.\" width=\"1280\" height=\"720\" src=\"https://www.youtube.com/embed/UvRavEWKgZY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9358, 316, '_oembed_time_64609284fc236512e1e7037da6f640b6', '1701963426'),
(9359, 316, '_oembed_d3720f92b88e6829321570d52f03c818', '<iframe title=\"IBIKINISHO BIFASHA UMWANA MU GIHAGARARO. A\" width=\"1400\" height=\"788\" src=\"https://www.youtube.com/embed/24n2dsuYlkY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9360, 316, '_oembed_time_d3720f92b88e6829321570d52f03c818', '1701963485'),
(9361, 316, '_oembed_ff67763f155f3623f1e27c042bdef6c8', '<iframe title=\"IBIKINISHO BIFASHA UMWANA GUKURA MU GIHAGARARO.  B\" width=\"1400\" height=\"788\" src=\"https://www.youtube.com/embed/cA6fcv2g_Vw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9362, 316, '_oembed_time_ff67763f155f3623f1e27c042bdef6c8', '1701963485'),
(9363, 316, '_oembed_5542322fa2ca3ec71bc9ad11094a5500', '<iframe title=\"IBIKINISHO BITEZA IMBERE IMBAMUTIMA Z&#039;UMWANA N&#039;IMIBANIRE YE N&#039;ABANDI. A\" width=\"1400\" height=\"788\" src=\"https://www.youtube.com/embed/OE9X-8oHFvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9364, 316, '_oembed_time_5542322fa2ca3ec71bc9ad11094a5500', '1701963486'),
(9365, 316, '_oembed_299e1dddd801353e9f9ceab116aec1c8', '<iframe title=\"Umuhuza Social Protection programme in NGORORERO District to graduate people from extreme poverty.\" width=\"1400\" height=\"788\" src=\"https://www.youtube.com/embed/UvRavEWKgZY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9366, 316, '_oembed_time_299e1dddd801353e9f9ceab116aec1c8', '1701963486'),
(9368, 2908, '_wp_attached_file', '2023/12/front-scaled.jpg'),
(9369, 2908, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:24:\"2023/12/front-scaled.jpg\";s:8:\"filesize\";i:1828781;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"front-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48799;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"front-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400077;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"front-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243343;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"front-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:777578;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"front-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1255441;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"front-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70383;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:18:\"front-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:416500;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:17:\"front-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204432;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:17:\"front-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60754;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:15:\"front-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9480;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:17:\"front-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63626;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:18:\"front-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291663;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:17:\"front-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101774;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:17:\"front-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133698;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:17:\"front-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119376;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:17:\"front-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158609;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:17:\"front-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157652;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:17:\"front-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175759;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:17:\"front-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242499;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:17:\"front-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70383;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:17:\"front-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209198;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:17:\"front-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35771;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:17:\"front-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113393;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:17:\"front-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:9:\"front.jpg\";}'),
(9370, 2909, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024288455{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9371, 2910, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024445545{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9372, 2911, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024486416{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9373, 2912, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9374, 2913, '_wp_attached_file', '2023/12/10-scaled.jpg'),
(9375, 2913, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:21:\"2023/12/10-scaled.jpg\";s:8:\"filesize\";i:1585607;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67391;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:370023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40342;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"10-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 750D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1696502020\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:6:\"10.jpg\";}'),
(9376, 2914, '_wp_attached_file', '2023/12/10-1-scaled.jpg'),
(9377, 2914, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:23:\"2023/12/10-1-scaled.jpg\";s:8:\"filesize\";i:1709408;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"10-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66570;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"10-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:376215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"10-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39518;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"10-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242087;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"10-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:719110;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"10-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1162408;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"10-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86555;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:17:\"10-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:415998;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:16:\"10-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213543;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:16:\"10-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78443;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:14:\"10-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28284;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:16:\"10-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82498;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:17:\"10-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316270;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:16:\"10-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119291;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:16:\"10-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146264;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:16:\"10-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136082;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:16:\"10-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173761;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:16:\"10-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168996;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:16:\"10-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191445;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:16:\"10-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238745;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"10-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86555;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:16:\"10-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219296;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:16:\"10-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54151;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:16:\"10-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129627;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:16:\"10-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109993;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 750D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1696502020\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:8:\"10-1.jpg\";}'),
(9378, 2915, '_wp_attached_file', '2023/12/15-scaled.jpg'),
(9379, 2915, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:21:\"2023/12/15-scaled.jpg\";s:8:\"filesize\";i:1408330;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54868;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"15-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:322590;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"15-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204303;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"15-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:608640;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:16:\"15-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:972390;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:14:\"15-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71729;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:15:\"15-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:347813;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:14:\"15-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178263;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:14:\"15-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63725;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:12:\"15-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23936;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:14:\"15-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69074;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:15:\"15-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240421;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:14:\"15-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100000;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:14:\"15-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121504;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:14:\"15-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114000;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:14:\"15-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146023;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:14:\"15-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140256;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:14:\"15-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155377;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:14:\"15-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203025;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:14:\"15-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71729;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:14:\"15-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182329;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:14:\"15-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44084;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:14:\"15-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109890;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:14:\"15-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 750D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1632312469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:6:\"15.jpg\";}'),
(9380, 1, 'trx_addons_post_views_count', '2'),
(9381, 2916, '_edit_lock', '1702039379:990003'),
(9382, 2916, '_edit_last', '990003'),
(9383, 2916, 'slide_template', ''),
(9384, 2916, 'rs_page_bg_color', ''),
(9385, 2916, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(9386, 2916, 'eg_sources_html5_mp4', ''),
(9387, 2916, 'eg_sources_html5_ogv', ''),
(9388, 2916, 'eg_sources_html5_webm', ''),
(9389, 2916, 'eg_sources_youtube', ''),
(9390, 2916, 'eg_sources_vimeo', ''),
(9391, 2916, 'eg_sources_wistia', ''),
(9392, 2916, 'eg_sources_image', ''),
(9393, 2916, 'eg_sources_iframe', ''),
(9394, 2916, 'eg_sources_soundcloud', ''),
(9395, 2916, 'eg_vimeo_ratio', '1'),
(9396, 2916, 'eg_youtube_ratio', '1'),
(9397, 2916, 'eg_wistia_ratio', '1'),
(9398, 2916, 'eg_html5_ratio', '1'),
(9399, 2916, 'eg_soundcloud_ratio', '1'),
(9400, 2916, 'eg_sources_revslider', ''),
(9401, 2916, 'eg_sources_essgrid', ''),
(9402, 2916, 'eg_featured_grid', ''),
(9403, 2916, 'eg_settings_custom_meta_skin', ''),
(9404, 2916, 'eg_settings_custom_meta_element', ''),
(9405, 2916, 'eg_settings_custom_meta_setting', ''),
(9406, 2916, 'eg_settings_custom_meta_style', ''),
(9407, 2916, 'eg_custom_meta_216', 'true'),
(9408, 2916, 'eg_votes_count', '0'),
(9409, 2916, 'planet_shakers_options', 'a:0:{}'),
(9410, 2917, '_edit_lock', '1702041981:990003'),
(9411, 2917, '_oembed_12eefcf7d19ca92dae61ee6cd6bda4b0', '<a class=\"twitter-timeline\" data-width=\"1200\" data-height=\"1000\" data-dnt=\"true\" href=\"https://twitter.com/NgoUmuhuza?ref_src=twsrc%5Etfw\">Tweets by NgoUmuhuza</a><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),
(9412, 2917, '_oembed_time_12eefcf7d19ca92dae61ee6cd6bda4b0', '1702041969'),
(9413, 2917, '_edit_last', '990003'),
(9414, 2917, 'slide_template', 'default'),
(9415, 2917, 'rs_page_bg_color', '#ffffff'),
(9416, 2917, 'trx_addons_post_views_count', '3'),
(9417, 2917, 'trx_addons_post_likes_count', '0'),
(9418, 2917, 'eg_sources_html5_mp4', ''),
(9419, 2917, 'eg_sources_html5_ogv', ''),
(9420, 2917, 'eg_sources_html5_webm', ''),
(9421, 2917, 'eg_sources_youtube', ''),
(9422, 2917, 'eg_sources_vimeo', ''),
(9423, 2917, 'eg_sources_wistia', ''),
(9424, 2917, 'eg_sources_image', ''),
(9425, 2917, 'eg_sources_iframe', ''),
(9426, 2917, 'eg_sources_soundcloud', ''),
(9427, 2917, 'eg_vimeo_ratio', '1'),
(9428, 2917, 'eg_youtube_ratio', '1'),
(9429, 2917, 'eg_wistia_ratio', '1'),
(9430, 2917, 'eg_html5_ratio', '1'),
(9431, 2917, 'eg_soundcloud_ratio', '1'),
(9432, 2917, 'eg_sources_revslider', ''),
(9433, 2917, 'eg_sources_essgrid', ''),
(9434, 2917, 'eg_featured_grid', ''),
(9435, 2917, 'eg_settings_custom_meta_skin', ''),
(9436, 2917, 'eg_settings_custom_meta_element', ''),
(9437, 2917, 'eg_settings_custom_meta_setting', ''),
(9438, 2917, 'eg_settings_custom_meta_style', ''),
(9439, 2917, 'eg_custom_meta_216', 'true'),
(9440, 2917, 'eg_votes_count', '0'),
(9441, 2917, 'planet_shakers_options', 'a:0:{}'),
(9442, 2919, '_edit_lock', '1702067543:990003'),
(9443, 2919, '_edit_last', '990003'),
(9444, 2919, 'slide_template', ''),
(9445, 2919, 'rs_page_bg_color', ''),
(9446, 2919, 'trx_addons_options', 'a:6:{s:5:\"price\";s:0:\"\";s:7:\"product\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:16:\"service_subtitle\";s:0:\"\";s:5:\"image\";s:0:\"\";}'),
(9447, 2919, 'eg_sources_html5_mp4', ''),
(9448, 2919, 'eg_sources_html5_ogv', ''),
(9449, 2919, 'eg_sources_html5_webm', ''),
(9450, 2919, 'eg_sources_youtube', ''),
(9451, 2919, 'eg_sources_vimeo', ''),
(9452, 2919, 'eg_sources_wistia', ''),
(9453, 2919, 'eg_sources_image', ''),
(9454, 2919, 'eg_sources_iframe', ''),
(9455, 2919, 'eg_sources_soundcloud', ''),
(9456, 2919, 'eg_vimeo_ratio', '1'),
(9457, 2919, 'eg_youtube_ratio', '1'),
(9458, 2919, 'eg_wistia_ratio', '1'),
(9459, 2919, 'eg_html5_ratio', '1'),
(9460, 2919, 'eg_soundcloud_ratio', '1'),
(9461, 2919, 'eg_sources_revslider', ''),
(9462, 2919, 'eg_sources_essgrid', ''),
(9463, 2919, 'eg_featured_grid', ''),
(9464, 2919, 'eg_settings_custom_meta_skin', ''),
(9465, 2919, 'eg_settings_custom_meta_element', ''),
(9466, 2919, 'eg_settings_custom_meta_setting', ''),
(9467, 2919, 'eg_settings_custom_meta_style', ''),
(9468, 2919, 'eg_custom_meta_216', 'true'),
(9469, 2919, 'eg_votes_count', '0'),
(9470, 2919, 'planet_shakers_options', 'a:0:{}'),
(9478, 2926, '_wp_attached_file', '2023/12/grad.jpg'),
(9479, 2926, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1380;s:6:\"height\";i:860;s:4:\"file\";s:16:\"2023/12/grad.jpg\";s:8:\"filesize\";i:62588;s:5:\"sizes\";a:23:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"grad-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13549;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"grad-1024x638.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"grad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"grad-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42006;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"grad-370x231.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17783;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:17:\"grad-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69746;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:16:\"grad-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39683;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:16:\"grad-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16913;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:14:\"grad-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4352;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:16:\"grad-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16224;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:17:\"grad-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56439;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:16:\"grad-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23074;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:16:\"grad-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28918;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:16:\"grad-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27404;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:16:\"grad-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34063;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:16:\"grad-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33163;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:16:\"grad-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37158;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:16:\"grad-760x474.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41916;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"grad-370x231.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17783;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:16:\"grad-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40352;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:16:\"grad-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11148;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:16:\"grad-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24180;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:16:\"grad-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22900;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9480, 2928, '_EventShowMapLink', '1'),
(9481, 2928, '_EventShowMap', '1'),
(9482, 2928, '_EventStartDate', '2023-12-13 10:00:00'),
(9483, 2928, '_EventEndDate', '2023-12-13 12:00:00'),
(9484, 2928, '_EventStartDateUTC', '2023-12-13 10:00:00'),
(9485, 2928, '_EventEndDateUTC', '2023-12-13 12:00:00'),
(9486, 2928, '_EventDuration', '7200'),
(9487, 2928, '_EventCurrencySymbol', ''),
(9488, 2928, '_EventCurrencyCode', ''),
(9489, 2928, '_EventCurrencyPosition', 'prefix'),
(9490, 2928, '_EventCost', ''),
(9491, 2928, '_EventURL', 'umuhuza.org.rw'),
(9492, 2928, '_EventTimezone', 'UTC+0'),
(9493, 2928, '_EventTimezoneAbbr', 'UTC+0'),
(9494, 2929, '_EventShowMapLink', '1'),
(9495, 2929, '_EventShowMap', '1'),
(9496, 2929, '_EventStartDate', '2023-12-13 10:00:00'),
(9497, 2929, '_EventEndDate', '2023-12-13 12:00:00'),
(9498, 2929, '_EventStartDateUTC', '2023-12-13 10:00:00'),
(9499, 2929, '_EventEndDateUTC', '2023-12-13 12:00:00'),
(9500, 2929, '_EventDuration', '7200'),
(9501, 2929, '_EventCurrencySymbol', ''),
(9502, 2929, '_EventCurrencyCode', ''),
(9503, 2929, '_EventCurrencyPosition', 'prefix'),
(9504, 2929, '_EventCost', ''),
(9505, 2929, '_EventURL', 'umuhuza.org.rw'),
(9506, 2929, '_EventTimezone', 'UTC+0'),
(9507, 2929, '_EventTimezoneAbbr', 'UTC+0'),
(9509, 2931, '_EventOrigin', 'events-calendar');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9510, 2931, '_tribe_modified_fields', 'a:54:{s:12:\"_EventOrigin\";i:1702046380;s:10:\"_edit_last\";i:1702046400;s:10:\"post_title\";i:1702046400;s:11:\"post_status\";i:1705218581;s:12:\"post_content\";i:1702063378;s:16:\"tribe_events_cat\";i:1702046954;s:13:\"_thumbnail_id\";i:1702063444;s:14:\"slide_template\";i:1702046954;s:16:\"rs_page_bg_color\";i:1702046954;s:27:\"trx_addons_post_views_count\";i:1704956510;s:27:\"trx_addons_post_likes_count\";i:1702046954;s:20:\"eg_sources_html5_mp4\";i:1702046954;s:20:\"eg_sources_html5_ogv\";i:1702046954;s:21:\"eg_sources_html5_webm\";i:1702046954;s:18:\"eg_sources_youtube\";i:1702046954;s:16:\"eg_sources_vimeo\";i:1702046954;s:17:\"eg_sources_wistia\";i:1702046954;s:16:\"eg_sources_image\";i:1702046954;s:17:\"eg_sources_iframe\";i:1702046954;s:21:\"eg_sources_soundcloud\";i:1702046954;s:14:\"eg_vimeo_ratio\";i:1702046954;s:16:\"eg_youtube_ratio\";i:1702046954;s:15:\"eg_wistia_ratio\";i:1702046954;s:14:\"eg_html5_ratio\";i:1702046954;s:19:\"eg_soundcloud_ratio\";i:1702046954;s:20:\"eg_sources_revslider\";i:1702046954;s:18:\"eg_sources_essgrid\";i:1702046954;s:16:\"eg_featured_grid\";i:1702046954;s:28:\"eg_settings_custom_meta_skin\";i:1702046954;s:31:\"eg_settings_custom_meta_element\";i:1702046954;s:31:\"eg_settings_custom_meta_setting\";i:1702046954;s:29:\"eg_settings_custom_meta_style\";i:1702046954;s:18:\"eg_custom_meta_216\";i:1702046954;s:14:\"eg_votes_count\";i:1702046954;s:17:\"_EventShowMapLink\";i:1702063444;s:13:\"_EventShowMap\";i:1702063444;s:13:\"_EventVenueID\";i:1702046954;s:17:\"_EventOrganizerID\";i:1702046954;s:15:\"_EventStartDate\";i:1702047266;s:13:\"_EventEndDate\";i:1702047225;s:18:\"_EventStartDateUTC\";i:1702047266;s:16:\"_EventEndDateUTC\";i:1702047225;s:14:\"_EventDuration\";i:1702047266;s:20:\"_EventCurrencySymbol\";i:1702046954;s:18:\"_EventCurrencyCode\";i:1702046954;s:22:\"_EventCurrencyPosition\";i:1702046954;s:10:\"_EventCost\";i:1702046954;s:9:\"_EventURL\";i:1702046954;s:14:\"_EventTimezone\";i:1702046954;s:18:\"_EventTimezoneAbbr\";i:1702046954;s:36:\"_tribe_ignored_event_previous_status\";i:1705218580;s:21:\"_wp_trash_meta_status\";i:1705218580;s:19:\"_wp_trash_meta_time\";i:1705218580;s:21:\"_wp_desired_post_slug\";i:1705218580;}'),
(9511, 2931, '_edit_lock', '1702064345:990003'),
(9512, 2931, '_edit_last', '990003'),
(9513, 2932, '_wp_attached_file', '2023/12/858A1713-scaled.jpg'),
(9514, 2932, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2023/12/858A1713-scaled.jpg\";s:8:\"filesize\";i:1215389;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"858A1713-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41376;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"858A1713-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"858A1713-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29130;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"858A1713-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124907;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:5:\"Evaee\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1346894700\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"858A1713.jpg\";}'),
(9515, 2931, '_thumbnail_id', '2932'),
(9516, 2931, 'slide_template', ''),
(9517, 2931, 'rs_page_bg_color', ''),
(9518, 2931, 'trx_addons_post_views_count', '29'),
(9519, 2931, 'trx_addons_post_likes_count', '0'),
(9520, 2931, 'eg_sources_html5_mp4', ''),
(9521, 2931, 'eg_sources_html5_ogv', ''),
(9522, 2931, 'eg_sources_html5_webm', ''),
(9523, 2931, 'eg_sources_youtube', ''),
(9524, 2931, 'eg_sources_vimeo', ''),
(9525, 2931, 'eg_sources_wistia', ''),
(9526, 2931, 'eg_sources_image', ''),
(9527, 2931, 'eg_sources_iframe', ''),
(9528, 2931, 'eg_sources_soundcloud', ''),
(9529, 2931, 'eg_vimeo_ratio', '1'),
(9530, 2931, 'eg_youtube_ratio', '1'),
(9531, 2931, 'eg_wistia_ratio', '1'),
(9532, 2931, 'eg_html5_ratio', '1'),
(9533, 2931, 'eg_soundcloud_ratio', '1'),
(9534, 2931, 'eg_sources_revslider', ''),
(9535, 2931, 'eg_sources_essgrid', ''),
(9536, 2931, 'eg_featured_grid', ''),
(9537, 2931, 'eg_settings_custom_meta_skin', ''),
(9538, 2931, 'eg_settings_custom_meta_element', ''),
(9539, 2931, 'eg_settings_custom_meta_setting', ''),
(9540, 2931, 'eg_settings_custom_meta_style', ''),
(9541, 2931, 'eg_custom_meta_216', 'true'),
(9542, 2931, 'eg_votes_count', '0'),
(9543, 2931, '_EventShowMapLink', '1'),
(9544, 2931, '_EventShowMap', '1'),
(9545, 2933, 'eg_sources_html5_mp4', ''),
(9546, 2933, '_tribe_modified_fields', 'a:38:{s:20:\"eg_sources_html5_mp4\";i:1702046954;s:20:\"eg_sources_html5_ogv\";i:1702046954;s:21:\"eg_sources_html5_webm\";i:1702046954;s:18:\"eg_sources_youtube\";i:1702046954;s:16:\"eg_sources_vimeo\";i:1702046954;s:17:\"eg_sources_wistia\";i:1702046954;s:16:\"eg_sources_image\";i:1702046954;s:17:\"eg_sources_iframe\";i:1702046954;s:21:\"eg_sources_soundcloud\";i:1702046954;s:14:\"eg_vimeo_ratio\";i:1702046954;s:16:\"eg_youtube_ratio\";i:1702046954;s:15:\"eg_wistia_ratio\";i:1702046954;s:14:\"eg_html5_ratio\";i:1702046954;s:19:\"eg_soundcloud_ratio\";i:1702046954;s:20:\"eg_sources_revslider\";i:1702046954;s:18:\"eg_sources_essgrid\";i:1702046954;s:16:\"eg_featured_grid\";i:1702046954;s:28:\"eg_settings_custom_meta_skin\";i:1702046954;s:31:\"eg_settings_custom_meta_element\";i:1702046954;s:31:\"eg_settings_custom_meta_setting\";i:1702046954;s:29:\"eg_settings_custom_meta_style\";i:1702046954;s:18:\"eg_custom_meta_216\";i:1702046954;s:14:\"eg_votes_count\";i:1702046954;s:12:\"_VenueOrigin\";i:1702046954;s:17:\"_EventShowMapLink\";i:1702046954;s:13:\"_EventShowMap\";i:1702046954;s:17:\"_VenueShowMapLink\";i:1702046954;s:13:\"_VenueShowMap\";i:1702046954;s:13:\"_VenueVenueID\";i:1702046954;s:13:\"_VenueAddress\";i:1702046954;s:10:\"_VenueCity\";i:1702046954;s:13:\"_VenueCountry\";i:1702046954;s:14:\"_VenueProvince\";i:1702046954;s:11:\"_VenueState\";i:1702046954;s:9:\"_VenueZip\";i:1702046954;s:11:\"_VenuePhone\";i:1702046954;s:9:\"_VenueURL\";i:1702046954;s:19:\"_VenueStateProvince\";i:1702046954;}'),
(9547, 2933, 'eg_sources_html5_ogv', ''),
(9548, 2933, 'eg_sources_html5_webm', ''),
(9549, 2933, 'eg_sources_youtube', ''),
(9550, 2933, 'eg_sources_vimeo', ''),
(9551, 2933, 'eg_sources_wistia', ''),
(9552, 2933, 'eg_sources_image', ''),
(9553, 2933, 'eg_sources_iframe', ''),
(9554, 2933, 'eg_sources_soundcloud', ''),
(9555, 2933, 'eg_vimeo_ratio', '1'),
(9556, 2933, 'eg_youtube_ratio', '1'),
(9557, 2933, 'eg_wistia_ratio', '1'),
(9558, 2933, 'eg_html5_ratio', '1'),
(9559, 2933, 'eg_soundcloud_ratio', '1'),
(9560, 2933, 'eg_sources_revslider', ''),
(9561, 2933, 'eg_sources_essgrid', ''),
(9562, 2933, 'eg_featured_grid', ''),
(9563, 2933, 'eg_settings_custom_meta_skin', ''),
(9564, 2933, 'eg_settings_custom_meta_element', ''),
(9565, 2933, 'eg_settings_custom_meta_setting', ''),
(9566, 2933, 'eg_settings_custom_meta_style', ''),
(9567, 2933, 'eg_custom_meta_216', 'true'),
(9568, 2933, 'eg_votes_count', '0'),
(9569, 2933, '_VenueOrigin', 'events-calendar'),
(9570, 2933, '_EventShowMapLink', '1'),
(9571, 2933, '_EventShowMap', '1'),
(9572, 2933, '_VenueShowMapLink', '1'),
(9573, 2933, '_VenueShowMap', '1'),
(9574, 2933, '_VenueVenueID', ''),
(9575, 2933, '_VenueAddress', ''),
(9576, 2933, '_VenueCity', 'Kigali'),
(9577, 2933, '_VenueCountry', 'Rwanda'),
(9578, 2933, '_VenueProvince', ''),
(9579, 2933, '_VenueState', ''),
(9580, 2933, '_VenueZip', ''),
(9581, 2933, '_VenuePhone', ''),
(9582, 2933, '_VenueURL', ''),
(9583, 2933, '_VenueStateProvince', ''),
(9584, 2931, '_EventVenueID', '2933'),
(9585, 2934, 'eg_sources_html5_mp4', ''),
(9586, 2934, '_tribe_modified_fields', 'a:28:{s:20:\"eg_sources_html5_mp4\";i:1702046954;s:20:\"eg_sources_html5_ogv\";i:1702046954;s:21:\"eg_sources_html5_webm\";i:1702046954;s:18:\"eg_sources_youtube\";i:1702046954;s:16:\"eg_sources_vimeo\";i:1702046954;s:17:\"eg_sources_wistia\";i:1702046954;s:16:\"eg_sources_image\";i:1702046954;s:17:\"eg_sources_iframe\";i:1702046954;s:21:\"eg_sources_soundcloud\";i:1702046954;s:14:\"eg_vimeo_ratio\";i:1702046954;s:16:\"eg_youtube_ratio\";i:1702046954;s:15:\"eg_wistia_ratio\";i:1702046954;s:14:\"eg_html5_ratio\";i:1702046954;s:19:\"eg_soundcloud_ratio\";i:1702046954;s:20:\"eg_sources_revslider\";i:1702046954;s:18:\"eg_sources_essgrid\";i:1702046954;s:16:\"eg_featured_grid\";i:1702046954;s:28:\"eg_settings_custom_meta_skin\";i:1702046954;s:31:\"eg_settings_custom_meta_element\";i:1702046954;s:31:\"eg_settings_custom_meta_setting\";i:1702046954;s:29:\"eg_settings_custom_meta_style\";i:1702046954;s:18:\"eg_custom_meta_216\";i:1702046954;s:14:\"eg_votes_count\";i:1702046954;s:16:\"_OrganizerOrigin\";i:1702046954;s:21:\"_OrganizerOrganizerID\";i:1702046954;s:15:\"_OrganizerPhone\";i:1702046954;s:17:\"_OrganizerWebsite\";i:1702046954;s:15:\"_OrganizerEmail\";i:1702046954;}'),
(9587, 2934, 'eg_sources_html5_ogv', ''),
(9588, 2934, 'eg_sources_html5_webm', ''),
(9589, 2934, 'eg_sources_youtube', ''),
(9590, 2934, 'eg_sources_vimeo', ''),
(9591, 2934, 'eg_sources_wistia', ''),
(9592, 2934, 'eg_sources_image', ''),
(9593, 2934, 'eg_sources_iframe', ''),
(9594, 2934, 'eg_sources_soundcloud', ''),
(9595, 2934, 'eg_vimeo_ratio', '1'),
(9596, 2934, 'eg_youtube_ratio', '1'),
(9597, 2934, 'eg_wistia_ratio', '1'),
(9598, 2934, 'eg_html5_ratio', '1'),
(9599, 2934, 'eg_soundcloud_ratio', '1'),
(9600, 2934, 'eg_sources_revslider', ''),
(9601, 2934, 'eg_sources_essgrid', ''),
(9602, 2934, 'eg_featured_grid', ''),
(9603, 2934, 'eg_settings_custom_meta_skin', ''),
(9604, 2934, 'eg_settings_custom_meta_element', ''),
(9605, 2934, 'eg_settings_custom_meta_setting', ''),
(9606, 2934, 'eg_settings_custom_meta_style', ''),
(9607, 2934, 'eg_custom_meta_216', 'true'),
(9608, 2934, 'eg_votes_count', '0'),
(9609, 2934, '_OrganizerOrigin', 'events-calendar'),
(9610, 2934, '_OrganizerOrganizerID', ''),
(9611, 2934, '_OrganizerPhone', ''),
(9612, 2934, '_OrganizerWebsite', 'https://umuhuza.org.rw/'),
(9613, 2934, '_OrganizerEmail', '[email protected]'),
(9614, 2931, '_EventOrganizerID', '2934'),
(9615, 2931, '_EventStartDate', '2023-12-11 08:00:00'),
(9616, 2931, '_EventEndDate', '2023-12-13 17:00:00'),
(9617, 2931, '_EventStartDateUTC', '2023-12-11 08:00:00'),
(9618, 2931, '_EventEndDateUTC', '2023-12-13 17:00:00'),
(9619, 2931, '_EventDuration', '205200'),
(9620, 2931, '_EventCurrencySymbol', ''),
(9621, 2931, '_EventCurrencyCode', ''),
(9622, 2931, '_EventCurrencyPosition', 'prefix'),
(9623, 2931, '_EventCost', ''),
(9624, 2931, '_EventURL', ''),
(9625, 2931, '_EventTimezone', 'UTC+0'),
(9626, 2931, '_EventTimezoneAbbr', 'UTC+0'),
(9627, 2935, '_EventShowMapLink', '1'),
(9628, 2935, '_EventShowMap', '1'),
(9629, 2935, '_EventStartDate', '2023-12-11 08:00:00'),
(9630, 2935, '_EventEndDate', '2023-12-13 17:00:00'),
(9631, 2935, '_EventStartDateUTC', '2023-12-11 08:00:00'),
(9632, 2935, '_EventEndDateUTC', '2023-12-13 17:00:00'),
(9633, 2935, '_EventDuration', '205200'),
(9634, 2935, '_EventCurrencySymbol', ''),
(9635, 2935, '_EventCurrencyCode', ''),
(9636, 2935, '_EventCurrencyPosition', 'prefix'),
(9637, 2935, '_EventCost', ''),
(9638, 2935, '_EventURL', ''),
(9639, 2935, '_EventTimezone', 'UTC+0'),
(9640, 2935, '_EventTimezoneAbbr', 'UTC+0'),
(9641, 2936, '_EventShowMapLink', '1'),
(9642, 2936, '_EventShowMap', '1'),
(9643, 2936, '_EventStartDate', '2023-12-11 08:00:00'),
(9644, 2936, '_EventEndDate', '2023-12-13 17:00:00'),
(9645, 2936, '_EventStartDateUTC', '2023-12-11 08:00:00'),
(9646, 2936, '_EventEndDateUTC', '2023-12-13 17:00:00'),
(9647, 2936, '_EventDuration', '205200'),
(9648, 2936, '_EventCurrencySymbol', ''),
(9649, 2936, '_EventCurrencyCode', ''),
(9650, 2936, '_EventCurrencyPosition', 'prefix'),
(9651, 2936, '_EventCost', ''),
(9652, 2936, '_EventURL', ''),
(9653, 2936, '_EventTimezone', 'UTC+0'),
(9654, 2936, '_EventTimezoneAbbr', 'UTC+0'),
(9655, 2939, '_edit_lock', '1702065896:990003'),
(9656, 52, '_oembed_222e8e5b4bf4b1d638c54fb65538458b', '<iframe title=\"GITM - Series Bumper\" src=\"https://player.vimeo.com/video/64433019?dnt=1&amp;app_id=122963\" width=\"1400\" height=\"788\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\"></iframe>'),
(9657, 52, '_oembed_time_222e8e5b4bf4b1d638c54fb65538458b', '1702065762'),
(9658, 2939, '_oembed_803dc6bf7de6b721f18c2c2eaeea7bfd', '{{unknown}}'),
(9659, 2940, '_edit_lock', '1702067540:990003'),
(9660, 2940, '_oembed_12eefcf7d19ca92dae61ee6cd6bda4b0', '<a class=\"twitter-timeline\" data-width=\"1200\" data-height=\"1000\" data-dnt=\"true\" href=\"https://twitter.com/NgoUmuhuza?ref_src=twsrc%5Etfw\">Tweets by NgoUmuhuza</a><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>'),
(9661, 2940, '_oembed_time_12eefcf7d19ca92dae61ee6cd6bda4b0', '1702067256'),
(9662, 2940, '_edit_last', '990003'),
(9663, 2940, 'slide_template', 'default'),
(9664, 2940, 'rs_page_bg_color', '#ffffff'),
(9665, 2940, 'trx_addons_post_views_count', '1'),
(9666, 2940, 'trx_addons_post_likes_count', '0'),
(9667, 2940, 'eg_sources_html5_mp4', ''),
(9668, 2940, 'eg_sources_html5_ogv', ''),
(9669, 2940, 'eg_sources_html5_webm', ''),
(9670, 2940, 'eg_sources_youtube', ''),
(9671, 2940, 'eg_sources_vimeo', ''),
(9672, 2940, 'eg_sources_wistia', ''),
(9673, 2940, 'eg_sources_image', ''),
(9674, 2940, 'eg_sources_iframe', ''),
(9675, 2940, 'eg_sources_soundcloud', ''),
(9676, 2940, 'eg_vimeo_ratio', '1'),
(9677, 2940, 'eg_youtube_ratio', '1'),
(9678, 2940, 'eg_wistia_ratio', '1'),
(9679, 2940, 'eg_html5_ratio', '1'),
(9680, 2940, 'eg_soundcloud_ratio', '1'),
(9681, 2940, 'eg_sources_revslider', ''),
(9682, 2940, 'eg_sources_essgrid', ''),
(9683, 2940, 'eg_featured_grid', ''),
(9684, 2940, 'eg_settings_custom_meta_skin', ''),
(9685, 2940, 'eg_settings_custom_meta_element', ''),
(9686, 2940, 'eg_settings_custom_meta_setting', ''),
(9687, 2940, 'eg_settings_custom_meta_style', ''),
(9688, 2940, 'eg_custom_meta_216', 'true'),
(9689, 2940, 'eg_votes_count', '0'),
(9690, 2940, 'planet_shakers_options', 'a:0:{}'),
(9691, 2940, '_wp_page_template', 'blog.php'),
(9693, 2943, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9694, 2944, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952655716{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9695, 2945, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1702068389648{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9696, 2946, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1702068473973{background-color: #dd9933 !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9697, 2947, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9698, 2948, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9699, 2949, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9700, 2950, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9701, 2951, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9702, 2952, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9703, 2953, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9704, 2954, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9705, 2955, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9706, 2956, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9707, 2957, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9708, 2958, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9709, 2959, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9710, 2960, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9711, 2961, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9712, 2962, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9713, 2963, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9714, 2964, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9715, 2965, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9716, 2966, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9717, 2967, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9718, 2968, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9719, 2969, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9720, 2970, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9721, 2971, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9722, 2972, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9723, 2973, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9724, 2974, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9725, 2975, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9726, 2976, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9727, 2977, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9728, 2978, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9729, 2979, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9730, 2980, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9731, 2981, '_edit_lock', '1702298169:990003'),
(9732, 2982, '_wp_attached_file', '2023/12/4-scaled.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9733, 2982, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:20:\"2023/12/4-scaled.jpg\";s:8:\"filesize\";i:1336290;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39666;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18303;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188429;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:5:\"4.jpg\";}'),
(9736, 2981, '_edit_last', '990003'),
(9737, 2981, 'slide_template', 'default'),
(9738, 2981, 'rs_page_bg_color', '#ffffff'),
(9739, 2981, 'trx_addons_post_views_count', '85'),
(9740, 2981, 'trx_addons_post_likes_count', '0'),
(9741, 2981, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(9742, 2981, 'eg_sources_html5_mp4', ''),
(9743, 2981, 'eg_sources_html5_ogv', ''),
(9744, 2981, 'eg_sources_html5_webm', ''),
(9745, 2981, 'eg_sources_youtube', ''),
(9746, 2981, 'eg_sources_vimeo', ''),
(9747, 2981, 'eg_sources_wistia', ''),
(9748, 2981, 'eg_sources_image', ''),
(9749, 2981, 'eg_sources_iframe', ''),
(9750, 2981, 'eg_sources_soundcloud', ''),
(9751, 2981, 'eg_vimeo_ratio', '1'),
(9752, 2981, 'eg_youtube_ratio', '1'),
(9753, 2981, 'eg_wistia_ratio', '1'),
(9754, 2981, 'eg_html5_ratio', '1'),
(9755, 2981, 'eg_soundcloud_ratio', '1'),
(9756, 2981, 'eg_sources_revslider', ''),
(9757, 2981, 'eg_sources_essgrid', ''),
(9758, 2981, 'eg_featured_grid', ''),
(9759, 2981, 'eg_settings_custom_meta_skin', ''),
(9760, 2981, 'eg_settings_custom_meta_element', ''),
(9761, 2981, 'eg_settings_custom_meta_setting', ''),
(9762, 2981, 'eg_settings_custom_meta_style', ''),
(9763, 2981, 'eg_custom_meta_216', 'true'),
(9764, 2981, 'eg_votes_count', '0'),
(9765, 2981, 'planet_shakers_options', 'a:0:{}'),
(9769, 2981, '_thumbnail_id', '2987'),
(9773, 2987, '_wp_attached_file', '2023/12/7.jpg'),
(9774, 2987, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:13:\"2023/12/7.jpg\";s:8:\"filesize\";i:1887790;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35859;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"7-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16467;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169529;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"7-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:552801;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"7-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50698;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:14:\"7-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309108;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:13:\"7-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148410;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:13:\"7-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45118;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"7-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7985;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"7-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50061;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:14:\"7-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217791;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:13:\"7-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81573;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:13:\"7-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96851;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:13:\"7-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94474;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:13:\"7-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124974;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:13:\"7-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114278;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:13:\"7-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130167;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:13:\"7-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167104;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:13:\"7-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50698;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:13:\"7-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152878;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"7-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26486;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:13:\"7-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87064;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:13:\"7-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9775, 2988, '_wp_attached_file', '2023/12/2-1.jpg'),
(9776, 2988, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:15:\"2023/12/2-1.jpg\";s:8:\"filesize\";i:2255810;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40438;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"2-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203120;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"2-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:707868;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58093;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:16:\"2-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375137;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:15:\"2-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172904;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:15:\"2-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49454;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:13:\"2-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8574;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:15:\"2-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56469;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:16:\"2-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273604;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:15:\"2-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91317;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:15:\"2-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109989;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:15:\"2-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106972;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:15:\"2-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142730;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:15:\"2-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131354;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:15:\"2-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149637;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:15:\"2-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201362;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"2-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58093;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:15:\"2-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176842;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:15:\"2-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29171;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:15:\"2-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102570;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:15:\"2-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81090;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9777, 2989, '_wp_attached_file', '2023/12/3.jpg'),
(9778, 2989, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:13:\"2023/12/3.jpg\";s:8:\"filesize\";i:2074980;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43709;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:331026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203491;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:660076;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"3-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62002;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:14:\"3-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:371410;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:13:\"3-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178383;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:13:\"3-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53970;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"3-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8983;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"3-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50762;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:14:\"3-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264300;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:13:\"3-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80153;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:13:\"3-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117417;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:13:\"3-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96926;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:13:\"3-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127877;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:13:\"3-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138394;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:13:\"3-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154512;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:13:\"3-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201192;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:13:\"3-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62002;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:13:\"3-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183470;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"3-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32126;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:13:\"3-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86689;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:13:\"3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76122;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9779, 2990, '_wp_attached_file', '2023/12/4-1.jpg'),
(9780, 2990, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:15:\"2023/12/4-1.jpg\";s:8:\"filesize\";i:1874641;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"4-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39531;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"4-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18126;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"4-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189097;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:17:\"4-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:600451;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"4-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56561;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:16:\"4-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343739;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:15:\"4-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167630;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:15:\"4-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49905;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:13:\"4-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8610;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:15:\"4-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53888;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:16:\"4-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258052;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:15:\"4-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85991;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:15:\"4-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108421;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:15:\"4-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101912;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:15:\"4-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134022;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:15:\"4-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128422;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:15:\"4-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147036;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:15:\"4-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187762;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:15:\"4-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56561;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:15:\"4-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170733;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:15:\"4-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29553;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:15:\"4-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92480;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:15:\"4-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78607;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9781, 2991, '_wp_attached_file', '2023/12/6.jpg'),
(9782, 2991, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:13:\"2023/12/6.jpg\";s:8:\"filesize\";i:2031295;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41495;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"6-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:296735;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18290;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184533;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"6-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:591605;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"6-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57915;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:14:\"6-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329663;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:13:\"6-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162035;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:13:\"6-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51154;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:11:\"6-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8748;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:13:\"6-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56423;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:14:\"6-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252736;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:13:\"6-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87680;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:13:\"6-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107023;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:13:\"6-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98834;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:13:\"6-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129238;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:13:\"6-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125349;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:13:\"6-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143567;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:13:\"6-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182170;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:13:\"6-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57915;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:13:\"6-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166227;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:13:\"6-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30951;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:13:\"6-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97344;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:13:\"6-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76862;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9783, 2992, '_wp_attached_file', '2023/12/10-2.jpg'),
(9784, 2992, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:16:\"2023/12/10-2.jpg\";s:8:\"filesize\";i:1869294;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"10-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39291;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"10-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:292399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"10-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16024;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"10-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180540;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"10-2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:578317;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"10-2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55760;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:17:\"10-2-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:316759;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:16:\"10-2-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153536;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:16:\"10-2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47080;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:14:\"10-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7882;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:16:\"10-2-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45899;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:17:\"10-2-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217168;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:16:\"10-2-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73348;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:16:\"10-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102334;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:16:\"10-2-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86208;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:16:\"10-2-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113072;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:16:\"10-2-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119417;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:16:\"10-2-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131307;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:16:\"10-2-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178392;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:16:\"10-2-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55760;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:16:\"10-2-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157379;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:16:\"10-2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28318;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:16:\"10-2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79096;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:16:\"10-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66732;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9788, 2995, '_EventOrigin', 'events-calendar'),
(9789, 2995, '_tribe_modified_fields', 'a:4:{s:12:\"_EventOrigin\";i:1702363544;s:10:\"post_title\";i:1702363608;s:12:\"post_content\";i:1702363668;s:11:\"post_status\";i:1702363608;}'),
(9790, 2995, '_edit_lock', '1702363668:990003'),
(9793, 2998, '_EventOrigin', 'events-calendar'),
(9795, 2998, '_edit_lock', '1702378654:990003'),
(9796, 2999, '_wp_attached_file', '2023/12/8256338-scaled.jpg'),
(9797, 2999, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2023/12/8256338-scaled.jpg\";s:8:\"filesize\";i:532815;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"8256338-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26062;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"8256338-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145134;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"8256338-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"8256338-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99367;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"8256338-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253697;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"8256338-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:381244;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"8256338-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34822;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:20:\"8256338-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166506;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:19:\"8256338-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93146;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:19:\"8256338-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33644;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:17:\"8256338-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7815;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:19:\"8256338-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38188;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:20:\"8256338-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119621;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:19:\"8256338-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57554;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:19:\"8256338-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63244;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:19:\"8256338-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68197;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:19:\"8256338-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84594;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:19:\"8256338-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73631;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:19:\"8256338-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87430;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:19:\"8256338-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97849;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:19:\"8256338-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34822;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:19:\"8256338-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95804;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:19:\"8256338-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21470;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:19:\"8256338-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61356;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:19:\"8256338-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54071;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:11:\"8256338.jpg\";}'),
(9798, 2998, '_EventAllDay', ''),
(9799, 2998, '_EventTimezone', 'UTC+0'),
(9800, 2998, '_EventStartDate', '2023-12-25 08:00:00'),
(9801, 2998, '_EventEndDate', '2023-12-25 17:00:00'),
(9802, 2998, '_EventStartDateUTC', '2023-12-25 08:00:00'),
(9803, 2998, '_EventEndDateUTC', '2023-12-25 17:00:00'),
(9804, 2998, '_EventShowMap', ''),
(9805, 2998, '_EventShowMapLink', ''),
(9806, 2998, '_EventURL', ''),
(9808, 2998, '_EventCostDescription', ''),
(9809, 2998, '_EventCurrencySymbol', '$'),
(9810, 2998, '_EventCurrencyCode', 'USD'),
(9811, 2998, '_EventCurrencyPosition', 'prefix'),
(9812, 2998, '_EventDateTimeSeparator', ' -'),
(9813, 2998, '_EventTimeRangeSeparator', ' - '),
(9814, 2998, '_OrganizerEmail', ''),
(9815, 2998, '_OrganizerPhone', ''),
(9816, 2998, '_OrganizerWebsite', ''),
(9817, 2998, '_VenueAddress', ''),
(9818, 2998, '_VenueCity', ''),
(9819, 2998, '_VenueCountry', ''),
(9820, 2998, '_VenueProvince', ''),
(9821, 2998, '_VenueState', ''),
(9822, 2998, '_VenueZip', ''),
(9823, 2998, '_VenuePhone', ''),
(9824, 2998, '_VenueURL', ''),
(9825, 2998, '_VenueStateProvince', ''),
(9826, 2998, '_VenueLat', ''),
(9827, 2998, '_VenueLng', ''),
(9828, 2998, '_VenueShowMap', ''),
(9829, 2998, '_VenueShowMapLink', ''),
(9833, 2998, '_edit_last', '990003'),
(9834, 2998, 'slide_template', ''),
(9835, 2998, 'rs_page_bg_color', ''),
(9836, 2998, 'trx_addons_post_views_count', '32'),
(9837, 2998, 'trx_addons_post_likes_count', '0'),
(9838, 2998, 'eg_sources_html5_mp4', ''),
(9839, 2998, 'eg_sources_html5_ogv', ''),
(9840, 2998, 'eg_sources_html5_webm', ''),
(9841, 2998, 'eg_sources_youtube', ''),
(9842, 2998, 'eg_sources_vimeo', ''),
(9843, 2998, 'eg_sources_wistia', ''),
(9844, 2998, 'eg_sources_image', ''),
(9845, 2998, 'eg_sources_iframe', ''),
(9846, 2998, 'eg_sources_soundcloud', ''),
(9847, 2998, 'eg_vimeo_ratio', '1'),
(9848, 2998, 'eg_youtube_ratio', '1'),
(9849, 2998, 'eg_wistia_ratio', '1'),
(9850, 2998, 'eg_html5_ratio', '1'),
(9851, 2998, 'eg_soundcloud_ratio', '1'),
(9852, 2998, 'eg_sources_revslider', ''),
(9853, 2998, 'eg_sources_essgrid', ''),
(9854, 2998, 'eg_featured_grid', ''),
(9855, 2998, 'eg_settings_custom_meta_skin', ''),
(9856, 2998, 'eg_settings_custom_meta_element', ''),
(9857, 2998, 'eg_settings_custom_meta_setting', ''),
(9858, 2998, 'eg_settings_custom_meta_style', ''),
(9859, 2998, 'eg_custom_meta_216', 'true'),
(9860, 2998, 'eg_votes_count', '0'),
(9862, 2998, '_thumbnail_id', '2999'),
(9863, 2998, '_EventCost', ''),
(9864, 2998, '_tribe_modified_fields', 'a:1:{s:27:\"trx_addons_post_views_count\";i:1705693195;}'),
(9865, 3002, '_edit_lock', '1702541280:990003'),
(9866, 3003, '_wp_attached_file', '2023/12/2H6A0166-scaled.jpg'),
(9867, 3003, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2023/12/2H6A0166-scaled.jpg\";s:8:\"filesize\";i:2528831;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A0166-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82652;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A0166-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:508609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0166-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54163;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A0166-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS R6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1702471159\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"2H6A0166.jpg\";}'),
(9868, 3004, '_wp_attached_file', '2023/12/2H6A0166-1.jpg'),
(9869, 3004, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:22:\"2023/12/2H6A0166-1.jpg\";s:8:\"filesize\";i:3282886;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52352;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"2H6A0166-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537934;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:305389;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"2H6A0166-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1146935;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77347;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:23:\"2H6A0166-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:589968;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258813;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66490;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:20:\"2H6A0166-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9452;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77137;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:23:\"2H6A0166-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413572;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130539;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158845;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153311;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211299;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191774;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222634;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:303424;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77347;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264788;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37361;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148375;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"2H6A0166-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9870, 3005, '_wp_attached_file', '2023/12/2H6A9993-scaled.jpg'),
(9871, 3005, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:27:\"2023/12/2H6A9993-scaled.jpg\";s:8:\"filesize\";i:2030427;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A9993-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86220;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A9993-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:453740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A9993-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A9993-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290433;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS R6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1702466241\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"2H6A9993.jpg\";}'),
(9872, 3006, '_wp_attached_file', '2023/12/2H6A9993-1.jpg');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9873, 3006, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2023/12/2H6A9993-1.jpg\";s:8:\"filesize\";i:2288251;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52655;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"2H6A9993-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:464449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22000;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277866;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"2H6A9993-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:928685;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76554;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:23:\"2H6A9993-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:522296;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243764;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68371;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:20:\"2H6A9993-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10027;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73489;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:23:\"2H6A9993-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:390679;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121083;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153628;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141345;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190252;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183592;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214213;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273359;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76554;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250110;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38989;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134833;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:22:\"2H6A9993-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9874, 3007, '_wp_attached_file', '2023/12/2H6A0075.jpg'),
(9875, 3007, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2023/12/2H6A0075.jpg\";s:8:\"filesize\";i:1275448;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A0075-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37714;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A0075-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228589;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0075-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17026;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A0075-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144399;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"2H6A0075-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:453006;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0075-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51567;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"2H6A0075-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246096;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0075-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124047;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"2H6A0075-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44590;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"2H6A0075-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8951;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"2H6A0075-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45401;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"2H6A0075-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175070;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"2H6A0075-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67823;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"2H6A0075-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86873;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"2H6A0075-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77971;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"2H6A0075-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100633;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"2H6A0075-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99083;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"2H6A0075-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109722;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"2H6A0075-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144413;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"2H6A0075-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51567;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0075-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126695;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"2H6A0075-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28687;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"2H6A0075-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75369;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"2H6A0075-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62035;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9876, 3008, '_wp_attached_file', '2023/12/2H6A0151.jpg'),
(9877, 3008, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:2329;s:4:\"file\";s:20:\"2023/12/2H6A0151.jpg\";s:8:\"filesize\";i:2221459;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A0151-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32501;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A0151-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226306;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A0151-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215515;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"2H6A0151-1187x1536.jpg\";s:5:\"width\";i:1187;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:480394;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"2H6A0151-1583x2048.jpg\";s:5:\"width\";i:1583;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:837978;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0151-370x479.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65395;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"2H6A0151-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237579;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0151-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108920;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"2H6A0151-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34018;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"2H6A0151-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7650;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"2H6A0151-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40054;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"2H6A0151-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164843;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"2H6A0151-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60989;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"2H6A0151-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72632;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"2H6A0151-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70441;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"2H6A0151-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92442;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"2H6A0151-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84515;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"2H6A0151-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93605;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"2H6A0151-760x983.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:983;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210859;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"2H6A0151-370x479.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65395;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0151-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112391;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"2H6A0151-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21122;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"2H6A0151-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66725;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"2H6A0151-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9878, 3009, '_wp_attached_file', '2023/12/2H6A0102.jpg'),
(9879, 3009, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:2250;s:4:\"file\";s:20:\"2023/12/2H6A0102.jpg\";s:8:\"filesize\";i:2874057;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A0102-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46540;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A0102-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0102-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20999;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A0102-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:268018;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"2H6A0102-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:601198;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"2H6A0102-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1054619;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0102-370x463.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89691;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"2H6A0102-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276405;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0102-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132099;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"2H6A0102-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43841;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"2H6A0102-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10256;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"2H6A0102-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57267;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"2H6A0102-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204390;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"2H6A0102-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85105;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"2H6A0102-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91330;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"2H6A0102-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94689;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"2H6A0102-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121543;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"2H6A0102-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104216;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"2H6A0102-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114695;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"2H6A0102-760x950.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263642;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"2H6A0102-370x463.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89691;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0102-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135382;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"2H6A0102-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27789;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"2H6A0102-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92671;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"2H6A0102-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76147;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9880, 3010, '_wp_attached_file', '2023/12/2H6A0089.jpg'),
(9881, 3010, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:996;s:4:\"file\";s:20:\"2023/12/2H6A0089.jpg\";s:8:\"filesize\";i:1411602;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A0089-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43297;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A0089-1024x567.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294831;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0089-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23088;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A0089-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186847;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"2H6A0089-1536x850.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:568139;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A0089-370x205.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60938;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"2H6A0089-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:369629;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0089-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186457;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"2H6A0089-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60715;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"2H6A0089-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10894;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"2H6A0089-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67666;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"2H6A0089-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267677;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"2H6A0089-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105086;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"2H6A0089-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124017;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"2H6A0089-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121585;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"2H6A0089-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161077;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"2H6A0089-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144478;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"2H6A0089-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164192;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"2H6A0089-760x421.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183005;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"2H6A0089-370x205.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60938;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A0089-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190460;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"2H6A0089-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36671;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"2H6A0089-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115552;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"2H6A0089-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9882, 3011, '_wp_attached_file', '2023/12/2H6A9960.jpg'),
(9883, 3011, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2023/12/2H6A9960.jpg\";s:8:\"filesize\";i:1932390;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A9960-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47281;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A9960-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:364219;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A9960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A9960-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222612;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"2H6A9960-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:733029;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A9960-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67327;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"2H6A9960-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:410967;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A9960-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197697;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"2H6A9960-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60096;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"2H6A9960-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9598;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"2H6A9960-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65330;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"2H6A9960-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289622;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"2H6A9960-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105794;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"2H6A9960-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128200;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"2H6A9960-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120241;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"2H6A9960-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160760;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"2H6A9960-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151938;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"2H6A9960-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171279;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"2H6A9960-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220293;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"2H6A9960-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67327;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A9960-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202525;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"2H6A9960-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35704;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"2H6A9960-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117583;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"2H6A9960-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9884, 3012, '_wp_attached_file', '2023/12/2H6A9904.jpg'),
(9885, 3012, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2023/12/2H6A9904.jpg\";s:8:\"filesize\";i:2196004;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A9904-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53170;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A9904-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:444876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A9904-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22126;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A9904-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269964;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"2H6A9904-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:882699;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A9904-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77246;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"2H6A9904-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:488813;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A9904-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232184;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"2H6A9904-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67418;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"2H6A9904-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10096;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"2H6A9904-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69169;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"2H6A9904-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338138;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"2H6A9904-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113623;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"2H6A9904-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149611;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"2H6A9904-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135336;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"2H6A9904-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180871;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"2H6A9904-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177182;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"2H6A9904-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199736;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"2H6A9904-760x507.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265227;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"2H6A9904-370x247.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77246;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A9904-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238871;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"2H6A9904-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38646;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"2H6A9904-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121659;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"2H6A9904-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103170;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9886, 3013, '_wp_attached_file', '2023/12/2H6A9964.jpg'),
(9887, 3013, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1363;s:4:\"file\";s:20:\"2023/12/2H6A9964.jpg\";s:8:\"filesize\";i:2073386;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"2H6A9964-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53263;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"2H6A9964-1024x775.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:397789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A9964-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"2H6A9964-768x582.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247697;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"2H6A9964-1536x1163.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1163;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:787079;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"2H6A9964-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74495;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:21:\"2H6A9964-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:400432;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A9964-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197772;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:20:\"2H6A9964-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60991;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:18:\"2H6A9964-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9675;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:20:\"2H6A9964-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64667;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:21:\"2H6A9964-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297186;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:20:\"2H6A9964-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101391;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:20:\"2H6A9964-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129556;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:20:\"2H6A9964-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117696;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:20:\"2H6A9964-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155291;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:20:\"2H6A9964-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152514;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:20:\"2H6A9964-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174459;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:20:\"2H6A9964-760x575.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242484;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:20:\"2H6A9964-370x280.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74495;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:20:\"2H6A9964-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202098;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:20:\"2H6A9964-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36167;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:20:\"2H6A9964-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113629;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:20:\"2H6A9964-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91432;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9890, 3002, '_thumbnail_id', '3004'),
(9891, 3002, '_edit_last', '990003'),
(9892, 3002, 'slide_template', 'default'),
(9893, 3002, 'rs_page_bg_color', '#ffffff'),
(9894, 3002, 'trx_addons_post_views_count', '78'),
(9895, 3002, 'trx_addons_post_likes_count', '1'),
(9896, 3002, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(9897, 3002, 'eg_sources_html5_mp4', ''),
(9898, 3002, 'eg_sources_html5_ogv', ''),
(9899, 3002, 'eg_sources_html5_webm', ''),
(9900, 3002, 'eg_sources_youtube', ''),
(9901, 3002, 'eg_sources_vimeo', ''),
(9902, 3002, 'eg_sources_wistia', ''),
(9903, 3002, 'eg_sources_image', ''),
(9904, 3002, 'eg_sources_iframe', ''),
(9905, 3002, 'eg_sources_soundcloud', ''),
(9906, 3002, 'eg_vimeo_ratio', '1'),
(9907, 3002, 'eg_youtube_ratio', '1'),
(9908, 3002, 'eg_wistia_ratio', '1'),
(9909, 3002, 'eg_html5_ratio', '1'),
(9910, 3002, 'eg_soundcloud_ratio', '1'),
(9911, 3002, 'eg_sources_revslider', ''),
(9912, 3002, 'eg_sources_essgrid', ''),
(9913, 3002, 'eg_featured_grid', ''),
(9914, 3002, 'eg_settings_custom_meta_skin', ''),
(9915, 3002, 'eg_settings_custom_meta_element', ''),
(9916, 3002, 'eg_settings_custom_meta_setting', ''),
(9917, 3002, 'eg_settings_custom_meta_style', ''),
(9918, 3002, 'eg_custom_meta_216', 'true'),
(9919, 3002, 'eg_votes_count', '0'),
(9920, 3002, 'planet_shakers_options', 'a:0:{}'),
(9921, 3015, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9922, 316, '_oembed_f0f2c1b8ecf7140ba4fa156020ed45c6', '<iframe title=\"Wiceceka project- Teen mothers&#039; graduation RTV coverage\" width=\"1400\" height=\"788\" src=\"https://www.youtube.com/embed/OSmfD7znUng?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9923, 316, '_oembed_time_f0f2c1b8ecf7140ba4fa156020ed45c6', '1702543636'),
(9924, 3016, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9925, 316, '_oembed_bbdf12bc6433ef9e59f2e5002f7780f5', '<iframe title=\"WICECEKA, AMAGANA, KUMIRA IHOHOTERWA RIKORERWA ABANGAVU.\" width=\"1400\" height=\"788\" src=\"https://www.youtube.com/embed/xPOy2g-01Cc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9926, 316, '_oembed_time_bbdf12bc6433ef9e59f2e5002f7780f5', '1702555531'),
(9927, 3018, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9928, 316, '_oembed_b76ed3625ed28f42a94f937c85ff4c9c', '<iframe title=\"Promoting reading and writing culture: GREAT project impacts\" width=\"1400\" height=\"788\" src=\"https://www.youtube.com/embed/aSX0ayrrjdQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(9929, 316, '_oembed_time_b76ed3625ed28f42a94f937c85ff4c9c', '1702905443'),
(9930, 3019, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9931, 3020, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9932, 3021, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9933, 3022, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}');
INSERT INTO `2FCHlI_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9934, 3023, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9935, 3024, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9936, 3025, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9937, 3026, '_wp_attached_file', '2023/12/Merry-Christmas-banner.jpg'),
(9938, 3026, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1640;s:6:\"height\";i:624;s:4:\"file\";s:34:\"2023/12/Merry-Christmas-banner.jpg\";s:8:\"filesize\";i:1011238;s:5:\"sizes\";a:24:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38915;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Merry-Christmas-banner-1024x390.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184425;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Merry-Christmas-banner-1536x584.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:537395;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-370x141.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55822;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:35:\"Merry-Christmas-banner-1170x624.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:482432;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233670;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73896;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"Merry-Christmas-banner-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12587;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79083;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:35:\"Merry-Christmas-banner-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:362768;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121291;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155992;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141432;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181650;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183304;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210640;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-760x289.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181348;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-370x141.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55822;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237793;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44766;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129856;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:34:\"Merry-Christmas-banner-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(9939, 3027, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9940, 3028, '_wp_attached_file', '2023/12/Umuhuza-Christmas-Card-scaled.jpg'),
(9941, 3028, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:41:\"2023/12/Umuhuza-Christmas-Card-scaled.jpg\";s:8:\"filesize\";i:876624;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39658;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Umuhuza-Christmas-Card-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22157;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149138;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Umuhuza-Christmas-Card-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413503;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:632380;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51980;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:35:\"Umuhuza-Christmas-Card-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275107;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147891;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52051;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:32:\"Umuhuza-Christmas-Card-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13594;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49354;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:35:\"Umuhuza-Christmas-Card-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202536;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73367;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98778;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87021;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109954;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116295;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128770;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147270;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51980;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150905;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34141;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73220;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:26:\"Umuhuza-Christmas-Card.jpg\";}'),
(9942, 3029, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9943, 3030, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9944, 3031, '_wpb_shortcodes_custom_css', '.vc_custom_1531901791058{background-color: #f9f7f5 !important;}.vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}.vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1701960080302{background-color: #ffffff !important;}.vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}.vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}.vc_custom_1701952600087{background-color: #1e73be !important;}'),
(9945, 2919, 'trx_addons_post_views_count', '7'),
(9946, 2919, 'trx_addons_post_likes_count', '0'),
(9947, 2814, '_tribe_ignored_event_previous_status', 'publish'),
(9948, 2814, '_wp_trash_meta_status', 'publish'),
(9949, 2814, '_wp_trash_meta_time', '1703490581'),
(9950, 2814, '_wp_desired_post_slug', 'teen-mothers-graduation'),
(9951, 3033, '_edit_lock', '1703527011:990003'),
(9952, 3034, '_wp_attached_file', '2023/12/Umuhuza-Christmas-Card-1-scaled.jpg'),
(9953, 3034, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:43:\"2023/12/Umuhuza-Christmas-Card-1-scaled.jpg\";s:8:\"filesize\";i:876624;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39658;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22157;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149138;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413503;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Umuhuza-Christmas-Card-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:632380;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51980;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-1-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275107;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147891;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52051;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-1-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13594;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49354;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-1-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202536;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73367;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98778;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87021;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109954;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116295;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128770;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147270;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51980;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150905;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34141;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73220;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:28:\"Umuhuza-Christmas-Card-1.jpg\";}'),
(9954, 3035, '_wp_attached_file', '2023/12/Umuhuza-Christmas-Card-2-scaled.jpg'),
(9955, 3035, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:43:\"2023/12/Umuhuza-Christmas-Card-2-scaled.jpg\";s:8:\"filesize\";i:876624;s:5:\"sizes\";a:25:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39658;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22157;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149138;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413503;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Umuhuza-Christmas-Card-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:632380;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51980;}s:25:\"planet_shakers-thumb-huge\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-2-1170x658.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275107;}s:24:\"planet_shakers-thumb-big\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-760x428.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147891;}s:24:\"planet_shakers-thumb-med\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52051;}s:25:\"planet_shakers-thumb-tiny\";a:5:{s:4:\"file\";s:34:\"Umuhuza-Christmas-Card-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13594;}s:25:\"planet_shakers-thumb-team\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-270x343.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49354;}s:27:\"planet_shakers-thumb-action\";a:5:{s:4:\"file\";s:37:\"Umuhuza-Christmas-Card-2-1170x450.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202536;}s:33:\"planet_shakers-thumb-testimonials\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-370x430.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73367;}s:26:\"planet_shakers-thumb-video\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-570x340.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98778;}s:27:\"planet_shakers-thumb-events\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-440x430.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87021;}s:36:\"planet_shakers-thumb-exclusive-event\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-520x510.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109954;}s:35:\"planet_shakers-thumb-services-light\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-640x370.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116295;}s:32:\"planet_shakers-thumb-single-post\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-740x370.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128770;}s:32:\"planet_shakers-thumb-masonry-big\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-760x427.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147270;}s:28:\"planet_shakers-thumb-masonry\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-370x208.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51980;}s:20:\"trx_addons-thumb-big\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-770x433.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150905;}s:22:\"trx_addons-thumb-small\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-270x152.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34141;}s:25:\"trx_addons-thumb-portrait\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-370x493.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73220;}s:23:\"trx_addons-thumb-avatar\";a:5:{s:4:\"file\";s:36:\"Umuhuza-Christmas-Card-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:28:\"Umuhuza-Christmas-Card-2.jpg\";}'),
(9958, 3033, '_thumbnail_id', '3034'),
(9959, 3033, '_edit_last', '990003'),
(9960, 3033, 'slide_template', 'default'),
(9961, 3033, 'rs_page_bg_color', '#ffffff'),
(9962, 3033, 'trx_addons_post_views_count', '53'),
(9963, 3033, 'trx_addons_post_likes_count', '0'),
(9964, 3033, 'trx_addons_options', 'a:1:{s:4:\"icon\";s:0:\"\";}'),
(9965, 3033, 'eg_sources_html5_mp4', ''),
(9966, 3033, 'eg_sources_html5_ogv', ''),
(9967, 3033, 'eg_sources_html5_webm', ''),
(9968, 3033, 'eg_sources_youtube', ''),
(9969, 3033, 'eg_sources_vimeo', ''),
(9970, 3033, 'eg_sources_wistia', ''),
(9971, 3033, 'eg_sources_image', ''),
(9972, 3033, 'eg_sources_iframe', ''),
(9973, 3033, 'eg_sources_soundcloud', ''),
(9974, 3033, 'eg_vimeo_ratio', '1'),
(9975, 3033, 'eg_youtube_ratio', '1'),
(9976, 3033, 'eg_wistia_ratio', '1'),
(9977, 3033, 'eg_html5_ratio', '1'),
(9978, 3033, 'eg_soundcloud_ratio', '1'),
(9979, 3033, 'eg_sources_revslider', ''),
(9980, 3033, 'eg_sources_essgrid', ''),
(9981, 3033, 'eg_featured_grid', ''),
(9982, 3033, 'eg_settings_custom_meta_skin', ''),
(9983, 3033, 'eg_settings_custom_meta_element', ''),
(9984, 3033, 'eg_settings_custom_meta_setting', ''),
(9985, 3033, 'eg_settings_custom_meta_style', ''),
(9986, 3033, 'eg_custom_meta_216', 'true'),
(9987, 3033, 'eg_votes_count', '0'),
(9988, 3033, 'planet_shakers_options', 'a:0:{}'),
(9990, 3039, '_EventOrigin', 'events-calendar'),
(9991, 3039, '_tribe_modified_fields', 'a:68:{s:12:\"_EventOrigin\";i:1704710516;s:10:\"post_title\";i:1704710579;s:12:\"post_content\";i:1704713019;s:11:\"post_status\";i:1704711982;s:13:\"_thumbnail_id\";i:1704711982;s:16:\"tribe_events_cat\";i:1704711982;s:12:\"_EventAllDay\";i:1704711982;s:14:\"_EventTimezone\";i:1704711982;s:15:\"_EventStartDate\";i:1704711982;s:13:\"_EventEndDate\";i:1704711982;s:18:\"_EventStartDateUTC\";i:1704711982;s:16:\"_EventEndDateUTC\";i:1704711982;s:13:\"_EventShowMap\";i:1704711982;s:17:\"_EventShowMapLink\";i:1704711982;s:9:\"_EventURL\";i:1704711982;s:10:\"_EventCost\";i:1704713019;s:21:\"_EventCostDescription\";i:1704711982;s:20:\"_EventCurrencySymbol\";i:1704711982;s:18:\"_EventCurrencyCode\";i:1704711982;s:22:\"_EventCurrencyPosition\";i:1704711982;s:23:\"_EventDateTimeSeparator\";i:1704711982;s:24:\"_EventTimeRangeSeparator\";i:1704711982;s:15:\"_OrganizerEmail\";i:1704711982;s:15:\"_OrganizerPhone\";i:1704711982;s:17:\"_OrganizerWebsite\";i:1704711982;s:13:\"_VenueAddress\";i:1704711982;s:10:\"_VenueCity\";i:1704711982;s:13:\"_VenueCountry\";i:1704711982;s:14:\"_VenueProvince\";i:1704711982;s:11:\"_VenueState\";i:1704711982;s:9:\"_VenueZip\";i:1704711982;s:11:\"_VenuePhone\";i:1704711982;s:9:\"_VenueURL\";i:1704711982;s:19:\"_VenueStateProvince\";i:1704711982;s:9:\"_VenueLat\";i:1704711982;s:9:\"_VenueLng\";i:1704711982;s:13:\"_VenueShowMap\";i:1704711982;s:17:\"_VenueShowMapLink\";i:1704711982;s:20:\"_tribe_events_status\";i:1704711984;s:27:\"_tribe_events_status_reason\";i:1704711984;s:10:\"_edit_last\";i:1704711984;s:14:\"slide_template\";i:1704711984;s:16:\"rs_page_bg_color\";i:1704711984;s:27:\"trx_addons_post_views_count\";i:1705981533;s:27:\"trx_addons_post_likes_count\";i:1704711984;s:20:\"eg_sources_html5_mp4\";i:1704711984;s:20:\"eg_sources_html5_ogv\";i:1704711984;s:21:\"eg_sources_html5_webm\";i:1704711984;s:18:\"eg_sources_youtube\";i:1704711984;s:16:\"eg_sources_vimeo\";i:1704711984;s:17:\"eg_sources_wistia\";i:1704711984;s:16:\"eg_sources_image\";i:1704711984;s:17:\"eg_sources_iframe\";i:1704711984;s:21:\"eg_sources_soundcloud\";i:1704711984;s:14:\"eg_vimeo_ratio\";i:1704711984;s:16:\"eg_youtube_ratio\";i:1704711984;s:15:\"eg_wistia_ratio\";i:1704711984;s:14:\"eg_html5_ratio\";i:1704711984;s:19:\"eg_soundcloud_ratio\";i:1704711984;s:20:\"eg_sources_revslider\";i:1704711984;s:18:\"eg_sources_essgrid\";i:1704711984;s:16:\"eg_featured_grid\";i:1704711984;s:28:\"eg_settings_custom_meta_skin\";i:1704711984;s:31:\"eg_settings_custom_meta_element\";i:1704711984;s:31:\"eg_settings_custom_meta_setting\";i:1704711984;s:29:\"eg_settings_custom_meta_style\";i:1704711984;s:18:\"eg_custom_meta_216\";i:1704711984;s:14:\"eg_votes_count\";i:1704711984;}'),
(9992, 3039, '_edit_lock', '1704713021:990003'),
(9993, 3040, '_wp_attached_file', '2024/01/3-scaled.jpg'),
(9994, 3040, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:20:\"2024/01/3-scaled.jpg\";s:8:\"filesize\";i:1591736;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63609;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:318115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38408;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209169;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 750D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1696594012\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:5:\"3.jpg\";}'),
(9995, 3039, '_thumbnail_id', '2730'),
(9996, 3039, '_EventAllDay', ''),
(9997, 3039, '_EventTimezone', 'UTC+0'),
(9998, 3039, '_EventStartDate', '2024-01-17 09:00:00'),
(9999, 3039, '_EventEndDate', '2024-01-17 12:00:00'),
(10000, 3039, '_EventStartDateUTC', '2024-01-17 09:00:00'),
(10001, 3039, '_EventEndDateUTC', '2024-01-17 12:00:00'),
(10002, 3039, '_EventShowMap', ''),
(10003, 3039, '_EventShowMapLink', ''),
(10004, 3039, '_EventURL', ''),
(10006, 3039, '_EventCostDescription', ''),
(10007, 3039, '_EventCurrencySymbol', '$'),
(10008, 3039, '_EventCurrencyCode', 'USD'),
(10009, 3039, '_EventCurrencyPosition', 'prefix'),
(10010, 3039, '_EventDateTimeSeparator', ' -'),
(10011, 3039, '_EventTimeRangeSeparator', ' - '),
(10012, 3039, '_OrganizerEmail', ''),
(10013, 3039, '_OrganizerPhone', ''),
(10014, 3039, '_OrganizerWebsite', ''),
(10015, 3039, '_VenueAddress', ''),
(10016, 3039, '_VenueCity', ''),
(10017, 3039, '_VenueCountry', ''),
(10018, 3039, '_VenueProvince', ''),
(10019, 3039, '_VenueState', ''),
(10020, 3039, '_VenueZip', ''),
(10021, 3039, '_VenuePhone', ''),
(10022, 3039, '_VenueURL', ''),
(10023, 3039, '_VenueStateProvince', ''),
(10024, 3039, '_VenueLat', ''),
(10025, 3039, '_VenueLng', ''),
(10026, 3039, '_VenueShowMap', ''),
(10027, 3039, '_VenueShowMapLink', ''),
(10031, 3039, '_edit_last', '990003'),
(10032, 3039, 'slide_template', ''),
(10033, 3039, 'rs_page_bg_color', ''),
(10034, 3039, 'trx_addons_post_views_count', '56'),
(10035, 3039, 'trx_addons_post_likes_count', '0'),
(10036, 3039, 'eg_sources_html5_mp4', ''),
(10037, 3039, 'eg_sources_html5_ogv', ''),
(10038, 3039, 'eg_sources_html5_webm', ''),
(10039, 3039, 'eg_sources_youtube', ''),
(10040, 3039, 'eg_sources_vimeo', ''),
(10041, 3039, 'eg_sources_wistia', ''),
(10042, 3039, 'eg_sources_image', ''),
(10043, 3039, 'eg_sources_iframe', ''),
(10044, 3039, 'eg_sources_soundcloud', ''),
(10045, 3039, 'eg_vimeo_ratio', '1'),
(10046, 3039, 'eg_youtube_ratio', '1'),
(10047, 3039, 'eg_wistia_ratio', '1'),
(10048, 3039, 'eg_html5_ratio', '1'),
(10049, 3039, 'eg_soundcloud_ratio', '1'),
(10050, 3039, 'eg_sources_revslider', ''),
(10051, 3039, 'eg_sources_essgrid', ''),
(10052, 3039, 'eg_featured_grid', ''),
(10053, 3039, 'eg_settings_custom_meta_skin', ''),
(10054, 3039, 'eg_settings_custom_meta_element', ''),
(10055, 3039, 'eg_settings_custom_meta_setting', ''),
(10056, 3039, 'eg_settings_custom_meta_style', ''),
(10057, 3039, 'eg_custom_meta_216', 'true'),
(10058, 3039, 'eg_votes_count', '0'),
(10060, 3039, '_EventCost', ''),
(10061, 2931, '_tribe_ignored_event_previous_status', 'publish'),
(10062, 2931, '_wp_trash_meta_status', 'publish'),
(10063, 2931, '_wp_trash_meta_time', '1705218580'),
(10064, 2931, '_wp_desired_post_slug', 'inecd-gikuriro-kuri-bose-ecd-staff-to-attend-3-day-workshop-in-kigali'),
(10065, 2829, '_tribe_ignored_event_previous_status', 'publish'),
(10066, 2829, '_wp_trash_meta_status', 'publish'),
(10067, 2829, '_wp_trash_meta_time', '1705218581'),
(10068, 2829, '_wp_desired_post_slug', 'ruhango-teen-mothers-graduation'),
(10069, 265, 'trx_addons_post_views_count', '1'),
(10070, 265, 'trx_addons_post_likes_count', '0'),
(10071, 271, 'trx_addons_post_views_count', '1'),
(10072, 271, 'trx_addons_post_likes_count', '0'),
(10073, 2539, 'trx_addons_post_views_count', '1'),
(10074, 2539, 'trx_addons_post_likes_count', '0');

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

--
-- Table structure for table `2FCHlI_posts`
--

CREATE TABLE `2FCHlI_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 NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_posts`
--

INSERT INTO `2FCHlI_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
(11, 1, '2018-01-08 14:02:49', '2018-01-08 14:02:49', '[vc_row content_placement=\"middle\" scheme=\"default\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561121341652{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}\"][vc_column width=\"5/12\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" column_type=\"center\" css=\".vc_custom_1531400785576{margin-top: 0.2em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"7/12\" column_align=\"right\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"\" mobile_menu=\"1\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\" css=\".vc_custom_1570183125251{margin-right: 2em !important;}\"][trx_sc_socials align=\"left\" icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" link=\"/donations-2/\" title=\"Giving\" icon_type=\"fontawesome\" icon_fontawesome=\"\" class=\"giving_button_top\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" scheme=\"default\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"1\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561121349268{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}\"][vc_column width=\"1/6\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" column_type=\"center\" css=\".vc_custom_1531400785576{margin-top: 0.2em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"5/6\" column_align=\"right\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"\" mobile_menu=\"\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][trx_sc_socials align=\"left\" icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" link=\"/donations-2/\" title=\"Giving\" icon_type=\"fontawesome\" icon_fontawesome=\"\" class=\"giving_button_top\"][/vc_column][/vc_row][vc_row row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"2\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\"][vc_row_inner][vc_column_inner width=\"1/3\" icons_position=\"left\" offset=\"vc_col-xs-5\"][trx_sc_layouts_logo][/vc_column_inner][vc_column_inner width=\"2/3\" fix_column=\"\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-7\"][vc_empty_space height=\"2px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"none\" mobile_button=\"1\" mobile_menu=\"\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"normal\" row_delimiter=\"\" row_fixed=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"1\" css=\".vc_custom_1527250738669{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][vc_column column_align=\"center\" icons_position=\"left\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" title_align=\"default\" link_style=\"default\" padding=\"none\"][trx_sc_layouts_title title=\"1\" meta=\"\" breadcrumbs=\"1\" use_featured_image=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" icon_type=\"fontawesome\" icon_fontawesome=\"\"][/trx_sc_content][/vc_column][/vc_row]', 'Header Fullwidth', '', 'publish', 'closed', 'closed', '', 'header-fullwidth', '', '', '2023-10-06 05:36:11', '2023-10-06 05:36:11', '', 0, 'https://kreativedesigngroup.com/layouts/header-fullwidth/', 2, 'cpt_layouts', '', 0),
(12, 1, '2018-01-08 14:02:49', '2018-01-08 14:02:49', '[vc_row content_placement=\"middle\" scheme=\"default\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561121341652{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}\"][vc_column width=\"1/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" column_type=\"center\" css=\".vc_custom_1696570884971{margin-top: 0.2em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"\" mobile_menu=\"1\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][trx_sc_socials align=\"left\" icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" link=\"/donations-2/\" title=\"Get Involved\" icon_type=\"fontawesome\" icon_fontawesome=\"\" class=\"giving_button_top\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" scheme=\"default\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"1\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561121349268{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}\"][vc_column width=\"1/6\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" column_type=\"center\" css=\".vc_custom_1531400785576{margin-top: 0.2em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"5/6\" column_align=\"right\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"\" mobile_menu=\"\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][trx_sc_socials align=\"left\" icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" link=\"/donations-2/\" title=\"Giving\" icon_type=\"fontawesome\" icon_fontawesome=\"\" class=\"giving_button_top\"][/vc_column][/vc_row][vc_row row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"2\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\"][vc_row_inner][vc_column_inner width=\"1/3\" icons_position=\"left\" offset=\"vc_col-xs-5\"][trx_sc_layouts_logo][/vc_column_inner][vc_column_inner width=\"2/3\" fix_column=\"\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-7\"][vc_empty_space height=\"2px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"none\" mobile_button=\"1\" mobile_menu=\"\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"normal\" row_delimiter=\"\" row_fixed=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"1\" css=\".vc_custom_1696856585174{background-color: #303030 !important;}\"][vc_column column_align=\"center\" icons_position=\"left\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" title_align=\"default\" link_style=\"default\" padding=\"none\"][trx_sc_layouts_title title=\"1\" meta=\"\" breadcrumbs=\"1\" use_featured_image=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" icon_type=\"fontawesome\" icon_fontawesome=\"\"][/trx_sc_content][/vc_column][/vc_row]', 'Header Fullwidth Simple', '', 'publish', 'closed', 'closed', '', 'header-fullwidth-simple', '', '', '2023-10-09 18:27:34', '2023-10-09 18:27:34', '', 0, 'https://kreativedesigngroup.com/layouts/header-fullwidth-simple/', 0, 'cpt_layouts', '', 0),
(13, 1, '2018-01-08 14:02:49', '2018-01-08 14:02:49', '[vc_row content_placement=\"middle\" row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1505719307657{padding-right: 2em !important;padding-left: 2em !important;}\"][vc_column width=\"1/6\" column_align=\"left\" icons_position=\"left\" column_type=\"center\" offset=\"vc_col-xs-3\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"main-menu\" mobile_button=\"1\" mobile_menu=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column][vc_column width=\"2/3\" column_align=\"center\" icons_position=\"left\" offset=\"vc_col-xs-6\"][trx_sc_layouts_logo][/vc_column][vc_column width=\"1/6\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-3\"][trx_sc_layouts_search style=\"fullscreen\" ajax=\"\" hide_on_mobile=\"1\"][trx_sc_layouts_cart][/vc_column][/vc_row][vc_row row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"2\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" offset=\"vc_col-xs-5\"][trx_sc_layouts_logo][/vc_column_inner][vc_column_inner width=\"2/3\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-7\"][trx_sc_layouts_login][trx_sc_layouts_cart text=\"Shopping Cart\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_layouts_search style=\"fullscreen\" ajax=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"none\" mobile_button=\"1\" mobile_menu=\"\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row row_type=\"normal\" row_delimiter=\"\" row_fixed=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"1\" css=\".vc_custom_1479716542278{background-color: #f7f7f7 !important;}\"][vc_column column_align=\"center\" icons_position=\"left\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" title_align=\"default\" link_style=\"default\" padding=\"none\"][trx_sc_layouts_title title=\"1\" meta=\"1\" breadcrumbs=\"1\" icon_type=\"fontawesome\" icon_fontawesome=\"\"][/trx_sc_content][/vc_column][/vc_row]', 'Header Burger menu', '', 'publish', 'closed', 'closed', '', 'header-burger-menu', '', '', '2018-01-08 14:02:49', '2018-01-08 14:02:49', '', 0, 'https://kreativedesigngroup.com/layouts/header-burger-menu/', 0, 'cpt_layouts', '', 0),
(19, 1, '2018-01-08 14:02:49', '2018-01-08 14:02:49', '[vc_row row_type=\"normal\" row_delimiter=\"\" row_fixed=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column column_align=\"center\" icons_position=\"left\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" title_align=\"default\" link_style=\"default\"][vc_empty_space height=\"\" alter_height=\"small\" hide_on_mobile=\"\"][vc_row_inner content_placement=\"top\"][vc_column_inner width=\"1/3\" icons_position=\"left\"][vc_wp_text title=\"Address\"]\n<p style=\"text-align: center;\">123, Lorem Street,\nChicago, IL, 60606</p>\n[/vc_wp_text][vc_empty_space height=\"\" hide_on_mobile=\"\"][/vc_column_inner][vc_column_inner width=\"1/3\" icons_position=\"left\"][trx_widget_socials align=\"center\" title=\"Socials\"][vc_empty_space height=\"\" hide_on_mobile=\"\"][/vc_column_inner][vc_column_inner width=\"1/3\" icons_position=\"left\"][vc_wp_text title=\"Contacts\"]\n<p style=\"text-align: center;\">(123) 456-78-90\n<a href=\"mailto:[email protected]\">[email protected]</a></p>\n[/vc_wp_text][vc_empty_space height=\"\" hide_on_mobile=\"\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"default\" height=\"240\" address=\"Chicago, IL\" markers=\"%5B%7B%22title%22%3A%22One%22%7D%5D\" title_style=\"default\" title_align=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row row_type=\"normal\" row_delimiter=\"\" row_fixed=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column column_align=\"center\" icons_position=\"left\"][vc_wp_text]Copyright © {Y} by <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">AxiomThemes</a>. All rights reserved.[/vc_wp_text][/vc_column][/vc_row]', 'Footer Fullwidth simple', '', 'publish', 'closed', 'closed', '', 'footer-fullwidth-simple', '', '', '2023-02-20 05:51:01', '2023-02-20 05:51:01', '', 0, 'https://kreativedesigngroup.com/layouts/footer-fullwidth-simple/', 0, 'cpt_layouts', '', 0),
(26, 1, '2018-01-08 14:02:50', '2018-01-08 14:02:50', '<p>[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space height=\"36px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\"][vc_row_inner hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column_inner width=\"1/4\" icons_position=\"left\" offset=\"vc_col-lg-7\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" logo_text=\"For God, For People\"][/vc_column_inner][vc_column_inner width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-lg-2\"][trx_sc_layouts_iconed_text icon=\"icon-icon_phone-1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" icon_type=\"fontawesome\" icon_fontawesome=\"icon-phone-2\" text1=\"Call Us 24/7\" text2=\"(123) 456-78-90\" link=\"tel: (123) 456-78-90\"][/vc_column_inner][vc_column_inner width=\"1/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-lg-2 vc_col-sm-offset-0\" css=\".vc_custom_1570526744334{margin-left: 1.9em !important;}\"][trx_sc_layouts_iconed_text icon=\"icon-icon_envelope-1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" icon_type=\"fontawesome\" icon_fontawesome=\"icon-clock\" text1=\"Send Us A Letter\" text2=\"[email protected]\" link=\"mailto:[email protected]\"][/vc_column_inner][/vc_row_inner][vc_empty_space hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space height=\"36px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\"][vc_row_inner hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column_inner width=\"1/4\" icons_position=\"left\" offset=\"vc_col-lg-7\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column_inner][vc_column_inner width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-lg-2\"][trx_sc_layouts_iconed_text icon=\"icon-icon_phone-1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" icon_type=\"fontawesome\" icon_fontawesome=\"icon-phone-2\" text1=\"Call Us 24/7\" text2=\"(123) 456-78-90\" link=\"tel: (123) 456-78-90\"][/vc_column_inner][vc_column_inner width=\"1/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-lg-3 vc_col-sm-offset-0\"][trx_sc_layouts_iconed_text icon=\"icon-icon_envelope-1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" icon_type=\"fontawesome\" icon_fontawesome=\"icon-clock\" text1=\"Send Us A Letter\" text2=\"[email protected]\" link=\"mailto:[email protected]\"][/vc_column_inner][/vc_row_inner][vc_empty_space hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561210536097{background-color: #f5f4f2 !important;}\"][vc_column column_align=\"center\" icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"2/3\" column_align=\"left\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" hover=\"slide_line\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"1\" mobile_menu=\"\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][vc_column_inner width=\"1/3\" column_align=\"right\" icons_position=\"left\"][trx_sc_socials icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"1\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561210541865{background-color: #f5f4f2 !important;}\"][vc_column column_align=\"center\" icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner column_align=\"left\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" hover=\"slide_line\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"1\" mobile_menu=\"\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"2\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" offset=\"vc_col-xs-5\"][trx_sc_layouts_logo][/vc_column_inner][vc_column_inner width=\"2/3\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-7\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"none\" mobile_button=\"1\" mobile_menu=\"\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row content_placement=\"bottom\" disable_element=\"yes\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\"][vc_row_inner][vc_column_inner icons_position=\"left\"][trx_sc_layouts_title title=\"1\" meta=\"\" breadcrumbs=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row]</p>\n', 'Header Properties', '', 'publish', 'closed', 'closed', '', 'header-properties', '', '', '2019-10-08 09:25:48', '2019-10-08 09:25:48', '', 0, 'https://kreativedesigngroup.com/layouts/header-properties/', 0, 'cpt_layouts', '', 0),
(31, 1, '2018-01-08 14:06:11', '2018-01-08 14:06:11', '', 'christ', '', 'inherit', 'open', 'closed', '', 'christ', '', '', '2018-01-08 14:06:11', '2018-01-08 14:06:11', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/christ.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2018-01-08 14:06:14', '2018-01-08 14:06:14', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2018-01-08 14:06:14', '2018-01-08 14:06:14', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/favicon.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2018-01-08 14:06:16', '2018-01-08 14:06:16', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2018-01-08 14:06:16', '2018-01-08 14:06:16', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/logo.png', 0, 'attachment', 'image/png', 0),
(34, 1, '2018-01-08 14:06:18', '2018-01-08 14:06:18', '', 'logo_inverse', '', 'inherit', 'open', 'closed', '', 'logo_inverse', '', '', '2018-01-08 14:06:18', '2018-01-08 14:06:18', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/logo_inverse.png', 0, 'attachment', 'image/png', 0),
(35, 1, '2018-01-08 14:06:19', '2018-01-08 14:06:19', '', 'logo_retina', '', 'inherit', 'open', 'closed', '', 'logo_retina', '', '', '2018-01-08 14:06:19', '2018-01-08 14:06:19', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/logo_retina.png', 0, 'attachment', 'image/png', 0),
(36, 1, '2018-01-08 14:06:22', '2018-01-08 14:06:22', '', 'logo_retina_inverse', '', 'inherit', 'open', 'closed', '', 'logo_retina_inverse', '', '', '2018-01-08 14:06:22', '2018-01-08 14:06:22', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/logo_retina_inverse.png', 0, 'attachment', 'image/png', 0),
(48, 1, '2018-01-08 14:23:34', '2018-01-08 14:23:34', '\"sample-melody\".', 'sample-melody', '', 'inherit', 'open', 'closed', '', 'sample-melody', '', '', '2018-01-08 14:23:51', '2018-01-08 14:23:51', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/sample-melody.mp3', 0, 'attachment', 'audio/mpeg', 0),
(52, 1, '2018-01-09 10:54:56', '2018-01-09 10:54:56', '<p>[vc_row][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" link_style=\"default\" title=\"Video\"][trx_widget_video popup=\"\" link=\"https://vimeo.com/64433019\" cover=\"62\"][vc_empty_space hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" link_style=\"default\" title=\"Gallery\"][trx_widget_slider engine=\"swiper\" noresize=\"\" slides_ratio=\"570:340\" effect=\"slide\" direction=\"horizontal\" controls=\"\" pagination=\"1\" pagination_type=\"bullets\" pagination_pos=\"bottom\" titles=\"center\" large=\"\" category=\"0\" slides=\"%5B%7B%22image%22%3A%2263%22%7D%2C%7B%22image%22%3A%2264%22%7D%2C%7B%22image%22%3A%2265%22%7D%5D\"][/trx_widget_slider][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"69px\" alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"69px\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" link_style=\"default\" title=\"Audio\"][trx_widget_audio caption=\"Insert Audio Title Here\" author=\"Lily Hunter\" url=\"https://kreativedesigngroup.com/wp-content/uploads/2018/01/sample-melody.mp3\"][vc_empty_space hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" link_style=\"default\" title=\"Progress Bar\"][vc_progress_bar values=\"%5B%7B%22label%22%3A%22Graphic%20design%22%2C%22value%22%3A%2285%22%7D%2C%7B%22label%22%3A%22HTML%20%26%20CSS3%22%2C%22value%22%3A%2250%22%7D%2C%7B%22label%22%3A%22Web%20design%22%2C%22value%22%3A%2245%22%7D%2C%7B%22label%22%3A%22WordPress%22%2C%22value%22%3A%2270%22%7D%5D\" bgcolor=\"custom\" narrow=\"1\" units=\"%\" custombgcolor=\"#4b646f\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"69px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Countdowns\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_skills type=\"pie\" compact=\"\" color=\"#eb763c\" max=\"100\" values=\"%5B%7B%22title%22%3A%22Eyelash%20%20Staining%22%2C%22value%22%3A%2280%25%22%7D%2C%7B%22title%22%3A%22Eyebrow%20%20Correction%22%2C%22value%22%3A%2275%25%22%7D%5D\" title_style=\"default\" link_style=\"default\" cutout=\"96\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\"][/vc_column][vc_column width=\"7/12\" icons_position=\"left\"][trx_sc_skills type=\"counter\" color=\"\" max=\"\" values=\"%5B%7B%22title%22%3A%22Charity%20Programs%22%2C%22value%22%3A%22125%22%2C%22icon%22%3A%22icon-sun%22%7D%2C%7B%22title%22%3A%22Members%22%2C%22value%22%3A%222145%22%2C%22icon%22%3A%22icon-serve%22%7D%2C%7B%22title%22%3A%22Education%20Programs%22%2C%22value%22%3A%2212%22%2C%22icon%22%3A%22icon-education%22%7D%5D\" title_style=\"default\" link_style=\"default\" css=\".vc_custom_1528291453231{margin-right: 20px !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"69px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Prices\"][vc_row_inner][vc_column_inner width=\"1/3\" icons_position=\"left\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][trx_sc_price type=\"accent\" prices=\"%5B%7B%22title%22%3A%22Starter%22%2C%22before_price%22%3A%22%24%22%2C%22price%22%3A%2235%22%2C%22details%22%3A%22%3Cul%3E%5Cn%20%5Ct%3Cli%3ELorem%20ipsum%20dolor%20sit%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3EAmet%2C%20consectetuer%20adipi%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3EScing%20elit%20sed%20diam%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3ENonummy%20nibh%20euismod%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3E-%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3E-%3C%2Fli%3E%5Cn%3C%2Ful%3E%22%2C%22link%22%3A%22%23%22%2C%22link_text%22%3A%22Learn%20More%22%7D%5D\" slider=\"\" title_style=\"default\" link_style=\"default\" css=\".vc_custom_1529407002888{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column_inner][vc_column_inner width=\"1/3\" icons_position=\"left\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][trx_sc_price type=\"accent\" prices=\"%5B%7B%22title%22%3A%22Advanced%22%2C%22before_price%22%3A%22%24%22%2C%22price%22%3A%2245%22%2C%22details%22%3A%22%3Cul%3E%5Cn%20%5Ct%3Cli%3ELorem%20ipsum%20dolor%20sit%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3EAmet%2C%20consectetuer%20adipi%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3EScing%20elit%20sed%20diam%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3ENonummy%20nibh%20euismod%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3ESed%20ut%20perspiciatis%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3E-%3C%2Fli%3E%5Cn%3C%2Ful%3E%22%2C%22link%22%3A%22%23%22%2C%22link_text%22%3A%22Learn%20More%22%7D%5D\" slider=\"\" title_style=\"default\" link_style=\"default\" css=\".vc_custom_1529407006438{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][vc_empty_space hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column_inner][vc_column_inner width=\"1/3\" icons_position=\"left\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][trx_sc_price type=\"accent\" prices=\"%5B%7B%22title%22%3A%22Premium%22%2C%22before_price%22%3A%22%24%22%2C%22price%22%3A%2275%22%2C%22details%22%3A%22%3Cul%3E%5Cn%20%5Ct%3Cli%3ELorem%20ipsum%20dolor%20sit%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3EAmet%2C%20consectetuer%20adipi%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3EScing%20elit%20sed%20diam%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3ENonummy%20nibh%20euismod%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3ESed%20ut%20perspiciatis%3C%2Fli%3E%5Cn%20%5Ct%3Cli%3EDuis%20autem%20vel%20eum%3C%2Fli%3E%5Cn%3C%2Ful%3E%22%2C%22link%22%3A%22%23%22%2C%22link_text%22%3A%22Learn%20More%22%7D%5D\" slider=\"\" title_style=\"default\" link_style=\"default\" css=\".vc_custom_1529407010139{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"69px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Testimonials\"][trx_sc_testimonials type=\"simple\" orderby=\"post_date\" order=\"desc\" slider=\"1\" slider_pagination=\"bottom\" slider_pagination_thumbs=\"\" title_style=\"default\" link_style=\"default\" scheme=\"dark\" count=\"3\" columns=\"1\" css=\".vc_custom_1565185524931{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"69px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"7/12\" scheme=\"dark\" icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" link_style=\"default\" scheme=\"default\" title=\"Intro\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22%5C%22Conference%20Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3-%20Aug%2C%202018%22%2C%22link%22%3A%22%23%22%2C%22link_text%22%3A%22More%20details%22%2C%22bg_image%22%3A%22867%22%7D%5D\" slider=\"\" title_style=\"default\" title_tag=\"h3\" link_style=\"default\" scheme=\"dark\" css=\".vc_custom_1570805367697{background-size: cover !important;}\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\"][trx_sc_title title_style=\"default\" title_tag=\"h3\" link_style=\"default\" title=\"Map\"][trx_sc_googlemap style=\"default\" zoom=\"15\" width=\"\" height=\"\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22681-749%20Ferry%20St%20Newark%2C%20NJ%2007105%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row]</p>\n', 'Shortcodes', '', 'publish', 'closed', 'closed', '', 'shortcodes', '', '', '2020-01-29 15:45:07', '2020-01-29 15:45:07', '', 0, 'https://kreativedesigngroup.com/?page_id=52', 0, 'page', '', 0),
(54, 1, '2018-01-08 15:52:32', '2018-01-08 15:52:32', '[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\" css=\".vc_custom_1477912247150{margin-top: 0.2rem !important;}\"][vc_column_text]Upstream seeks out people that are impacting the world around them but lack the necessities to further their work.\n\nBy building relationships and providing assistance in the ways that best fit each need, we can empower a community to make progress towards a brighter future. We can empower a community to make progress towards a brighter future.\n<h1>Heading 1</h1>\nUpstream seeks out people that are impacting the world around them but lack the necessities to further their work. By building relationships and providing assistance in the ways that best fit each need, we can empower a community to make progress towards a brighter future.\n<h2>Heading 2</h2>\nUpstream seeks out people that are impacting the world around them but lack the necessities to further their work. By building relationships and providing assistance in the ways that best fit each need, we can empower a community to make progress towards a brighter future.\n<h3>Heading 3</h3>\nUpstream seeks out people that are impacting the world around them but lack the necessities to further their work. By building relationships and providing assistance in the ways that best fit each need, we can empower a community to make progress towards a brighter future.\n<h4>Heading 4</h4>\nUpstream seeks out people that are impacting the world around them but lack the necessities to further their work. By building relationships and providing assistance in the ways that best fit each need, we can empower a community to make progress towards a brighter future.\n<h5>Heading 5</h5>\nUpstream seeks out people that are impacting the world around them but lack the necessities to further their work. By building relationships and providing assistance in the ways that best fit each need, we can empower a community to make progress towards a brighter future.\n<h6>Heading 6</h6>\nUpstream seeks out people that are impacting the world around them but lack the necessities to further their work. By building relationships and providing assistance in the ways that best fit each need, we can empower a community to make progress towards a brighter future.[/vc_column_text][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space height=\"67px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_column_text]\n<h3>Standard Inline Elements</h3>\n<strong>Bold text</strong> dolor sit amet, accent color adipisicing elit, hovered accents sed do eiusmod tempor hovered ut labore et dolore magna aliqu quis nostrud exercitation nisl lum dolore eu fugiat nulla pariatur excepteur sint <span class=\"trx_addons_accent_bg style_2\">occaecat cupidatat</span> natus error.\n\n<em>Italic text</em> example iste natus error sit voluptatem aut odit aut exale dolor laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore <span class=\"trx_addons_tooltip\" data-tooltip=\"Tooltip Title\">vei</span> beatae explicabo. Nemo enptatem quia oluptas <a href=\"/shortcodes/\">sit aspernatur</a> aut odit aut fugit, sed quia nisl aliquip ex.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"67px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_column_text]\n<h3>Bloquotes</h3>\n<blockquote>Explore on foot to be rewarded with amazing sights that will take your breath away. Discover a selection of our favourite trails...”\n<cite>Samanta Willams</cite></blockquote>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"67px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_column_text]\n<h3>Dropcaps</h3>\n<div class=\"dummy\"></div>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\"][vc_column_text]<span class=\"trx_addons_dropcap trx_addons_dropcap_style_1\">A</span> orem i dol sitet, consecipisc ng elit, sed diah euismod tincidunt ut laoreet lore agna aliquam erat volutpat. Ut wisi enim ad minim ut perspiciatis, is iste naccu doloremque lauantium, totam rem[/vc_column_text][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\"][vc_column_text]<span class=\"trx_addons_dropcap trx_addons_dropcap_style_2\">A</span> liquameoluat. Ut wisi enim vem, quis noci tosus cipit lobortis ut ali ea commodo quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"67px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_column_text]\n<h3>Image Alignment</h3>\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullam corper suscipit lobortis nisl ut aliquip.\n\n[caption id=\"attachment_56\" align=\"alignleft\" width=\"270\"]<img class=\"wp-image-56 size-full\" src=\"https://kreativedesigngroup.com/wp-content/uploads/2018/01/img_al1-copyright.jpg\" alt=\"\" width=\"270\" height=\"218\" /> Image Title[/caption]\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.\n\nQuis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore mna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip.\n\n<img class=\"alignright wp-image-57 size-full\" src=\"https://kreativedesigngroup.com/wp-content/uploads/2018/01/img_al2-copyright.jpg\" alt=\"\" width=\"309\" height=\"214\" />Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\n\nUt wisi enim ad mim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor.\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"67px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_column_text]\n<h3>List</h3>\n<div class=\"dummy\"></div>\n[/vc_column_text][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\"][vc_column_text]\n<ul class=\"trx_addons_list_custom\">\n 	<li>Calvary</li>\n 	<li>Care &amp; Support</li>\n 	<li>College</li>\n 	<li>Community</li>\n 	<li>Library</li>\n 	<li>Marriage</li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator css=\".vc_custom_1511526842125{margin-top: 3.2em !important;}\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_column_text css=\".vc_custom_1526647161595{margin-bottom: 0.9em !important;}\"]\n<h3>Table</h3>\n[/vc_column_text][trx_sc_table title_style=\"default\" link_style=\"default\"]\n<table>\n<thead>\n<tr>\n<td>#</td>\n<td>Column 1</td>\n<td>Column 2</td>\n<td>Column 3</td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td> 1</td>\n<td>Row 1 Cell1</td>\n<td>Row 1 Cell2</td>\n<td>Row 1 Cell3</td>\n</tr>\n<tr>\n<td> 2</td>\n<td>Row 2 Cell1</td>\n<td>Row 2 Cell2</td>\n<td>Row 2 Cell3</td>\n</tr>\n<tr>\n<td> 3</td>\n<td>Row 3 Cell1</td>\n<td>Row 3 Cell2</td>\n<td>Row 3 Cell3</td>\n</tr>\n</tbody>\n</table>\n[/trx_sc_table][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"67px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_column_text]\n<h3>Inputs &amp; Buttons</h3>\n<div class=\"dummy\"></div>\n[/vc_column_text][/vc_column][/vc_row][vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][contact-form-7 id=\"1213\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_button type=\"default\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" link=\"#\" title=\"Get Involved\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" link=\"#\" title=\"Join\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515425758954{background-color: #eb763c !important;}\"][vc_column icons_position=\"left\"][vc_empty_space][trx_sc_button type=\"bordered\" color_style=\"link2\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" link=\"#\" title=\"Get Involved\"][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527069555805{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][vc_column icons_position=\"left\"][vc_empty_space][trx_sc_button type=\"bordered\" color_style=\"link3\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" link=\"#\" title=\"Submit Email\"][vc_empty_space hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Typography', '', 'publish', 'closed', 'closed', '', 'typography', '', '', '2020-02-24 12:08:19', '2020-02-24 12:08:19', '', 0, 'https://kreativedesigngroup.com/?page_id=54', 0, 'page', '', 0),
(56, 1, '2018-01-08 15:15:46', '2018-01-08 15:15:46', '', 'img_al1-copyright', '', 'inherit', 'open', 'closed', '', 'img_al1-copyright', '', '', '2018-01-08 15:15:46', '2018-01-08 15:15:46', '', 54, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img_al1-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2018-01-08 15:15:48', '2018-01-08 15:15:48', '', 'img_al2-copyright', '', 'inherit', 'open', 'closed', '', 'img_al2-copyright', '', '', '2018-01-08 15:15:48', '2018-01-08 15:15:48', '', 54, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img_al2-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2018-01-08 15:36:58', '2018-01-08 15:36:58', '', 'bg_1', '', 'inherit', 'open', 'closed', '', 'bg_1', '', '', '2018-01-08 15:36:58', '2018-01-08 15:36:58', '', 54, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/bg_1.png', 0, 'attachment', 'image/png', 0),
(62, 1, '2018-01-09 09:39:06', '2018-01-09 09:39:06', '', 'post-1-copyright', '', 'inherit', 'open', 'closed', '', 'post-1-copyright', '', '', '2018-01-09 09:39:06', '2018-01-09 09:39:06', '', 52, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-1-copyright.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(63, 1, '2018-01-09 09:39:11', '2018-01-09 09:39:11', '', 'post-2-copyright', '', 'inherit', 'open', 'closed', '', 'post-2-copyright', '', '', '2018-01-09 09:39:11', '2018-01-09 09:39:11', '', 52, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-2-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(64, 1, '2018-01-09 09:39:14', '2018-01-09 09:39:14', '', 'post-3-copyright', '', 'inherit', 'open', 'closed', '', 'post-3-copyright', '', '', '2018-01-09 09:39:14', '2018-01-09 09:39:14', '', 52, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-3-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2018-01-09 09:39:17', '2018-01-09 09:39:17', '', 'post-4-copyright', '', 'inherit', 'open', 'closed', '', 'post-4-copyright', '', '', '2018-01-09 09:39:17', '2018-01-09 09:39:17', '', 52, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-4-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2018-01-09 10:10:00', '2018-01-09 10:10:00', '\"We come together for a greater cause and life celebration, love sharing and reading the holy book. He is the Greatest, Amen...\"', 'George Lee', '', 'publish', 'closed', 'closed', '', 'george-lee', '', '', '2019-07-10 08:55:21', '2019-07-10 08:55:21', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_testimonials&#038;p=71', 0, 'cpt_testimonials', '', 0),
(72, 1, '2018-01-09 10:12:10', '2018-01-09 10:12:10', '\"Explore the world of faith, trust and friendship. Come to our church and meet people who will help you become a better version of you\"', 'Jennifer Smith', '', 'publish', 'closed', 'closed', '', 'jennifer-smith', '', '', '2019-07-10 08:55:13', '2019-07-10 08:55:13', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_testimonials&#038;p=72', 0, 'cpt_testimonials', '', 0),
(73, 1, '2018-01-09 10:13:52', '2018-01-09 10:13:52', '\"Our Church is open to everyone, young and adults, children and elderly people, that can participate in charity programs and events\"', 'Dylan Jones', '', 'publish', 'closed', 'closed', '', 'dylan-jones', '', '', '2018-06-18 13:58:52', '2018-06-18 13:58:52', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_testimonials&#038;p=73', 0, 'cpt_testimonials', '', 0),
(75, 1, '2018-01-09 10:50:44', '2018-01-09 10:50:44', '', 'img-cta1-copyright', '', 'inherit', 'open', 'closed', '', 'img-cta1-copyright', '', '', '2018-01-09 10:50:44', '2018-01-09 10:50:44', '', 52, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-cta1-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2018-01-09 10:53:51', '2018-01-09 10:53:51', '', 'marker', '', 'inherit', 'open', 'closed', '', 'marker', '', '', '2018-01-09 10:53:51', '2018-01-09 10:53:51', '', 52, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/marker.png', 0, 'attachment', 'image/png', 0),
(82, 1, '2018-01-09 11:37:12', '2018-01-09 11:37:12', 'The Board of Directors, Management and Staff of UMUHUZA would like to wish you Merry Christmas and prosperious New Year 2022.', 'Merry Christmas and Happy New Year 2022', 'Upstream seeks out people that are impacting the world around them but lack the necessities.', 'publish', 'open', 'open', '', 'all-you-should-know-about-marriage', '', '', '2023-10-09 18:23:26', '2023-10-09 18:23:26', '', 0, 'https://kreativedesigngroup.com/?p=82', 0, 'post', '', 3),
(83, 1, '2018-01-09 11:36:58', '2018-01-09 11:36:58', '', 'post-7-copyright', '', 'inherit', 'open', 'closed', '', 'post-7-copyright', '', '', '2018-01-09 11:36:58', '2018-01-09 11:36:58', '', 82, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-7-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(84, 1, '2018-01-09 11:37:01', '2018-01-09 11:37:01', '', 'post-8-copyright', '', 'inherit', 'open', 'closed', '', 'post-8-copyright', '', '', '2018-01-09 11:37:01', '2018-01-09 11:37:01', '', 82, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-8-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(85, 1, '2018-01-09 11:37:04', '2018-01-09 11:37:04', '', 'post-9-copyright', '', 'inherit', 'open', 'closed', '', 'post-9-copyright', '', '', '2018-01-09 11:37:04', '2018-01-09 11:37:04', '', 82, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-9-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(87, 1, '2018-01-04 11:37:26', '2018-01-04 11:37:26', 'On Friday, 19 November, Umuhuza Organisation hosted a delegation from the Canadian High Commission and Right To Play delegates for a field visit in Bugesera District, Ntarama Sector where the team took time to visit <em>Kingabo Reading Club</em>, a home visit with the <em>reading corner</em> and community library and interacted with children, parents, community literacy volunteers and local officials as well.\n\nKingabo Reading Cub is a community place that offers children the chance to participate in fun, engaging literacy activities outside the school environment. Youth and adult volunteers act as leaders for younger children as they participate in a variety of entertaining activities designed to increase their reading abilities and foster a love of learning.\n\nIt was established by Umuhuza organisation in October 2020, in partnership with Right To Play under the GREAT project (Gender- Responsive Education and Transformation) which endeavours to improve quality education for girls and boys at the primary school level through a sustainable and replicable child-centered, play-based learning model, part of the Global Affairs Canada Fund.\n\nThe reading club operates in both outdoors and indoors depending on the weather and the cell office availed a space for indoor activities in its premises and it is facilitated by 2 community literacy volunteers, 1 female and 1 male, who were trained by Umuhuza in partnership with Right to Play on reading clubs management, Play Based Learning and Gender Dynamics back in July and August, 2020.\n\nSince its establishment, Kingabo reading club has registered a total number of 65 children including 42 girls and 23 boys.\n\nThese children attend reading activities twice a week after school programs. They also develop their reading skills and embrace the reading culture from reading Corners-a child set aside space at home with reading materials including books, cardboard, paper, nail, string, scissors; markers of different colors Sample book, word picture cards, letter picture puzzles, and lettered bottle tops.\n\nIn addition, parents who graduated from family literacy parental awareness workshops join the trained community literacy volunteers to collaborate in supporting the reading clubs, and offer their support such as ensuring the management of children, read books with/for children and offer any noticed backup to volunteers to ensure the effectiveness and smooth run of the reading club.\n\nMathilde Kayitesi, the Executive Director of Umuhuza Organisation, welcomed the guests and commended the volunteers and community’s role in protecting and taking advantage of the opportunities offered.\n\nSpeaking on behalf of the delegation during the field visit, Annie Njuguna shared the experience of the visit.\n\n“Children’s learning session was very exciting and it’s also quite exciting to see how young children are able to read. We are very happy for the opportunity to come and paid a visit. Promoting reading culture is a very good initiative that can be replicated in other countries,”Njuguna noted.\n\nMary Khozi, Country Director for Right To Play Rwanda, said that the visit was important to help the donor from Canada experience what is happening in the field.\n\n“Our donor would see our different programmes through documentation and it was a great opportunity to have the delegates down on the field to experience what is happening under our Gender Responsive Education and Transformation (GREAT) Project,” the Director said.\n\nKhozi added: “I am impressed. We see things on paper and sometimes we miss a chance to come to the scene but I was impressed by the reading club. We saw how children are engaged, gender dimension, and the integration of boys and girls equally, without feeling any barriers and even involvement of community volunteers in facilitating.”\n\nShe highlighted the community’s ownership and motivation for the programme, saying it was something that they had embraced and they are happy to take it up.\n\n“It was great to see the reading corner at parents’ home. It’s not just limited to the club but also taken to home and that linkage is very important for the project. It encourages sustainability and strengthens the children’s reading culture. The library is a resource that demonstrates our partnership with government to ensure that structures are in place where we can actually utilize them to support the community.”', 'Umuhuza welcomed High Commission Canada and Right to Play at Kingabo Reading Club in Bugesera District', 'Discover the Love of God that comes from the simple worship of His Will and Power, as He is Our True and Only God! ', 'publish', 'open', 'open', '', 'joyful-dramatic-and-inspiring-worship', '', '', '2023-10-09 18:13:40', '2023-10-09 18:13:40', '', 0, 'https://kreativedesigngroup.com/?p=87', 0, 'post', '', 2),
(89, 1, '2017-12-30 11:39:15', '2017-12-30 11:39:15', 'On Thursday 26 August, 20 community librarian volunteers from four districts including Gasabo, Bugesera, Ruhango and Kayonza completed a three-day training, aimed at providing the trainees with effective community library management skills.\n\nThe participants, 10 males and 10 females, were made up of community literacy volunteers and youth volunteers.\n\nThe training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.\n\nCommunity librarian volunteers were prepared to manage community libraries set up by Umuhuza organisation in four districts including Gasabo, Bugesera, Ruhango and Kayonza. The libraries were established in September 2021 as part of the Celebration of National Literacy Month.\n\nDuring the training, the participants learned about the effective use of digital and physical children’s reading resources, library management and book classification and cataloging, and digital library systems and services.\n\nOther topics include  a guide to labeling books for pre-school  children, literacy vis a vis to Rwandan culture, challenges and future perspectives, effective community outreach activities and collaborating with reading clubs and ensuring inclusive library services.\n\nTrainees also toured the Kigali Public Library to learn more about the services offered by the library.\n\nThe organisers held a panel discussion with Umuhuza staff and the Kigali Public Library facilitators to discuss the development and sustainability of community libraries.\n\nClarisse Uwamahoro, facilitator at the Kigali Public Library, said community library volunteers are expected to be the ambassadors who will play an important role in the evolution of the community’s reading culture.\n\n“Trainees need enough library information. For example, some people think that libraries just mean books. But we showed them that libraries can even be places for meetings and trainings. There are gaps in reading culture in the community where members don’t understand it. We hope that trainees can mobilize and encourage other community members to adopt a culture of reading,” Uwamahoro noted.\n\nThe Executive Director of Umuhuza Organisation, Mathilde Kayitesi, thanked Umuhuza and KPL staff and partners, including Bank of Kigali (BK), Right to Play for their support to make the training successful. She also highlighted the enormous contribution of the Kigali Public Library to literacy.\n\nKayitesi urged trainees to be the solution to the problem of illiteracy in their communities.\n\n“Everyone should have a reading culture and spread it to their neighbors. In your community, you should display literacy programs at all community services so that members understand your work and embrace it,” she added.\n\n<strong>Trainees</strong>\n\nRetitia Uwimana from Ntarama sector in Bugesera district said the training would help them provide better services.\n\n“We had lectures on effective library management to all community members. Before, I used to facilitate children, but soon I will be facilitating adults too. We will work with local leaders to get communities to understand the role of reading so they benefit from the facilities,” Uwimana said.\n\n“We are now ready to provide effective services to people who come to the community libraries. The training is constructive, we hope to manage and protect reading materials (books and digital tools) effectively,” Victor Nkizabera of Kinazi Sector in Ruhango District said.', '20 community volunteers gain library management skills', 'The training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.', 'publish', 'open', 'open', '', 'grow-in-your-knowledge-of-gods-word', '', '', '2023-11-06 15:35:06', '2023-11-06 15:35:06', '', 0, 'https://kreativedesigngroup.com/?p=89', 0, 'post', '', 0),
(91, 1, '2017-12-26 11:40:30', '2017-12-26 11:40:30', 'On Thursday 26 August, 20 community librarian volunteers from four districts including Gasabo, Bugesera, Ruhango and Kayonza completed a three-day training, aimed at providing the trainees with effective community library management skills.\n\nThe participants, 10 males and 10 females, were made up of community literacy volunteers and youth volunteers.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2568\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\nThe training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.\n\nCommunity librarian volunteers were prepared to manage community libraries set up by Umuhuza organisation in four districts including Gasabo, Bugesera, Ruhango and Kayonza. The libraries were established in September 2021 as part of the Celebration of National Literacy Month.\n\nDuring the training, the participants learned about the effective use of digital and physical children’s reading resources, library management and book classification and cataloging, and digital library systems and services.\n\nOther topics include  a guide to labeling books for pre-school  children, literacy vis a vis to Rwandan culture, challenges and future perspectives, effective community outreach activities and collaborating with reading clubs and ensuring inclusive library services.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2567\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\nTrainees also toured the Kigali Public Library to learn more about the services offered by the library.\n\nThe organisers held a panel discussion with Umuhuza staff and the Kigali Public Library facilitators to discuss the development and sustainability of community libraries.\n\nClarisse Uwamahoro, facilitator at the Kigali Public Library, said community library volunteers are expected to be the ambassadors who will play an important role in the evolution of the community’s reading culture.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2569\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\n“Trainees need enough library information. For example, some people think that libraries just mean books. But we showed them that libraries can even be places for meetings and trainings. There are gaps in reading culture in the community where members don’t understand it. We hope that trainees can mobilize and encourage other community members to adopt a culture of reading,” Uwamahoro noted.\n\nThe Executive Director of Umuhuza Organisation, Mathilde Kayitesi, thanked Umuhuza and KPL staff and partners, including Bank of Kigali (BK), Right to Play for their support to make the training successful. She also highlighted the enormous contribution of the Kigali Public Library to literacy.\n\nKayitesi urged trainees to be the solution to the problem of illiteracy in their communities.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2570\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\n“Everyone should have a reading culture and spread it to their neighbors. In your community, you should display literacy programs at all community services so that members understand your work and embrace it,” she added.\n\n<strong>Trainees</strong>\n\nRetitia Uwimana from Ntarama sector in Bugesera district said the training would help them provide better services.\n\n“We had lectures on effective library management to all community members. Before, I used to facilitate children, but soon I will be facilitating adults too. We will work with local leaders to get communities to understand the role of reading so they benefit from the facilities,” Uwimana said.\n\n“We are now ready to provide effective services to people who come to the community libraries. The training is constructive, we hope to manage and protect reading materials (books and digital tools) effectively,” Victor Nkizabera of Kinazi Sector in Ruhango District said.', '20 community volunteers gain library management skills', 'The training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.', 'publish', 'open', 'open', '', 'what-does-it-mean-to-be-in-a-church', '', '', '2023-11-06 15:42:31', '2023-11-06 15:42:31', '', 0, 'https://kreativedesigngroup.com/?p=91', 0, 'post', '', 0),
(93, 1, '2017-12-22 12:37:09', '2017-12-22 12:37:09', '<iframe src=\"https://player.vimeo.com/video/28906762?color=fffbfa&amp;title=0&amp;byline=0&amp;portrait=0\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n<a href=\"https://vimeo.com/28906762\" target=\"_blank\" rel=\"noopener noreferrer\">“The Church We See”</a> from <a href=\"https://vimeo.com/churchome\" target=\"_blank\" rel=\"noopener noreferrer\">Churchome</a> on <a href=\"https://vimeo.com\" target=\"_blank\" rel=\"noopener noreferrer\">Vimeo</a>.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'The King. Learning from giants', '“The Church We See” from Churchome on Vimeo..', 'publish', 'open', 'open', '', 'the-king-learning-from-giants', '', '\nhttps://vimeo.com/28906762', '2019-06-26 07:09:11', '2019-06-26 07:09:11', '', 0, 'https://kreativedesigngroup.com/?p=93', 0, 'post', '', 0),
(95, 1, '2017-12-18 12:39:24', '2017-12-18 12:39:24', '[gallery size=\"trx_addons-thumb-med\" ids=\"63,64,65\"]\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'How to a be a leader without a title', '', 'publish', 'open', 'open', '', 'how-to-a-be-a-leader-without-a-title', '', '', '2018-01-09 13:31:31', '2018-01-09 13:31:31', '', 0, 'https://kreativedesigngroup.com/?p=95', 0, 'post', '', 0),
(97, 1, '2017-12-14 12:42:18', '2017-12-14 12:42:18', '[audio mp3=\"https://kreativedesigngroup.com/wp-content/uploads/2018/01/sample-melody.mp3\"][/audio]', 'When you say \"I Do\"', '', 'publish', 'open', 'open', '', 'when-you-say-i-do', '', '', '2018-01-22 10:25:22', '2018-01-22 10:25:22', '', 0, 'https://kreativedesigngroup.com/?p=97', 0, 'post', '', 0),
(99, 1, '2017-12-10 12:44:42', '2017-12-10 12:44:42', '<blockquote>Explore on foot to be rewarded with amazing sights that will take your breath away. Discover a selection of our favourite trails...”\n<cite>Miranda Jones</cite></blockquote>', 'Listen to His Word', '', 'publish', 'open', 'open', '', 'listen-to-his-word', '', '', '2018-01-09 13:31:38', '2018-01-09 13:31:38', '', 0, 'https://kreativedesigngroup.com/?p=99', 0, 'post', '', 0),
(101, 1, '2017-12-06 12:46:21', '2017-12-06 12:46:21', 'Umuhuza in partnership with Save the Children has been training parent facilitators, and positive discipline champions from different parts of the country on how to advocate and contribute to efforts to promote child rights protection.\n\nSince 2017, the project, <em><strong>“Strengthening an Accountable Governance that Protects and Delivers Child Rights.” (Uburere Budahutaza Umwana)</strong> </em>has been carried out in 18 sectors of Burera and Ruhango Districts.\n\nAccording to parents and guardians, the project has changed the way children are viewed and treated in society. This is the result of the commitment of trainers, including parent facilitators and Positive Discipline Champions, to promote and support children’s rights and protection by training other parents on children’s right and helping children understand their rights and encourage discipline.\n\nJean Habumugisha married three wives and had 11 children. He lives in the village of Kamonyi, Byimana sector, Ruhango District.\n\nFor Habumugisha, raising all the children was a burden. As a result, some missed out on school and one withdrew from the family.\n\nHe later received training in children’s rights and changed his mind.\n\n“Some of my children dropped out of school, but after the training I sent them back to school. At present, some have graduated from secondary school. Today I lead by example and encourage other parents to respect children’s rights”\n\nAccording to Francois Rukemangamizi from Burera District, old beliefs in society are the essence of violating children’s rights. It was assumed that beating or harassing a child was the only way to correct him, but under the project parents changed their mindset.\n\nRosette Mukandinda, a widow-Ruhango district, left with five children. In her mind, raising all the children became a burden, and as a result she would abuse them.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2560\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" />\n<figcaption>Rosette Mukandinda said some parents like me didn’t care about children’s rights until we were trained. We are now excellent ambassadors in the community.</figcaption></figure>\nFortunately, Mukandinda changed her mind after receiving training in positive discipline in daily parenting under the Uburere Budahutaza Umwana project.\n\nAfter training, I burst into tears thinking about what I used to do to my children. She said children should not be victims of our family’s problems.\n\n“I believed that smacking a child was a good way to correct him, but I was completely wrong. Some parents like me didn’t care about children’s rights until we were trained. We are now excellent ambassadors in the community,” she pointed out.\n\nFor Beatrice Muhawenimana, a graduate parent and champion of the Butaro sector, Burera District, the <em>Uburere Budahutaza Umwana project</em> is timely in her area. “We are constantly faced with the challenges of parents failing to take care of their children, which can lead to bad behavior, such as drug abuse, dropping out of school, etc. As part of the ‘<em>Uburere Budahutaza Umwana’ </em>project, we are grateful for the changes following training in child rights protection. The project has made a significant difference to the community.”\n\nJeanne Mukarurangwa said: “I was lucky enough to attend children’s rights protection training. Training changed my attitude and later I realized how abusive I had been to my children. Whenever children make mistakes, I treat harshly with taboo words and harsh punishments. This is not just my case, other parents have engaged in similar behavior.”', 'Children’s rights: Community on right track to change treatment of children', 'Umuhuza in partnership with Save the Children has been training parent facilitators, and positive discipline champions from different parts of the country on how to advocate and contribute to efforts to promote child rights protection.', 'publish', 'open', 'open', '', 'how-to-invite-someone-to-church', '', '', '2023-11-06 21:09:51', '2023-11-06 21:09:51', '', 0, 'https://kreativedesigngroup.com/?p=101', 0, 'post', '', 0),
(102, 1, '2018-01-09 12:57:57', '2018-01-09 12:57:57', '', 'post-5-copyright', '', 'inherit', 'open', 'closed', '', 'post-5-copyright', '', '', '2018-01-09 12:57:57', '2018-01-09 12:57:57', '', 101, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-5-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2017-12-02 12:58:17', '2017-12-02 12:58:17', 'June 16, Umuhuza and its partners and stakeholders jointly organized activities to celebrate the Day of the African Child in different parts of the country.\n\nAt the National level, the day was celebrated under the theme, “<em>Isibo, a pivot to child development.”</em>\n\nThis year’s celebration was held at Isibo level (the smallest administrative units) and on the day children under five were measured for height and weight and fed with nutritious food and milk and given Vitamin A.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2544\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-1024x670.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-1024x670.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-300x196.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-768x503.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-1536x1005.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-2048x1341.jpg 2048w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-370x242.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-760x497.jpg 760w\" alt=\"\" width=\"1024\" height=\"670\" />\n<figcaption>At Gahuzamiryango home-based Early Childhood Development centre in Twizerane village, Nyabigega cell, Kirehe sector children were given balanced food, fruits and milk.</figcaption></figure>\nUmuhuza with partners such as Right to Play and Districts including Kirehe, Bugesera, Kayonza and Ruhango as well as the National Children Development Agency (NCDA) conducted activities in selected Amasibo.\n\nIn collaboration with the districts of Bugesera, Kirehe and Ruhango, Umuhuza joined them to organize and celebrate the Day of the African Child.\n\nIn Kirehe District, the event was held at Isibo of Imbasharugamba located in Twizerane village, Nyabigega cell, Kirehe sector while in Bugesera District the activity took place at Isibo of Ubutwari in Kagoma village, Kibungo cell, Ntarama sector.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2545\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-1024x681.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-1024x681.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-768x511.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-1536x1022.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-2048x1363.jpg 2048w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-370x246.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-760x506.jpg 760w\" alt=\"\" width=\"1024\" height=\"681\" />\n<figcaption>Mayor Gerard Muzungu of Kirehe District feeding children at Gahuzamiryango home-based Early Childhood Development centre in Twizerane village, Nyabigega cell, Kirehe sector.</figcaption></figure>\nIn Ruhango, Umuhuza held the event at Isibo of Abashyizehamwe in Nyaruteja village, Burima cell, Kinazi sector and the event was witnessed by the Executive Secretary of Kinazi sector, Pascal Nsanzabera alongside with other local leaders.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2552\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-1024x1024.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-1024x1024.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-300x300.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-150x150.jpg 150w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-768x768.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-370x370.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-90x90.jpg 90w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-760x760.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1.jpg 1080w\" alt=\"\" width=\"1024\" height=\"1024\" />\n<figcaption>The Executive Secretary of Kinazi sector, Pascal Nsanzabera addressing children at Isibo of Abashyizehamwe in Nyaruteja village, Burima cell, Kinazi sector.</figcaption></figure>\nOfficials, parents, Friends of family (Inshuti z’Umuryango), Community Health Workers, children and other community volunteers witnessed the events.\n\nAddressing the participants gathered at Gahuzamiryango home-based Early Childhood Development centre in Twizerane village, Nyabigega cell, Kirehe sector, Mayor Gerard Muzungu said that effective child development is the pillar of sustainable development in the country.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2549\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-1024x768.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-1024x768.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-300x225.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-768x576.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-370x278.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-760x570.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373.jpg 1080w\" alt=\"\" width=\"1024\" height=\"768\" /></figure>\n“Children are expected to be the future leaders of the country. Only by preparing ahead can they become responsible and relevant leaders. We have a responsibility to ensure our children’s well-being and behavior change so that they help themselves and the country,” Muzungu noted.\n\nHe called on parents to give their children enough time and follow up their early childhood development, stressing the role of the Early Childhood Development Centres in improving children’s well-being and preventing them from wandering and developing bad attitudes.\n\nBugesera District Mayor Richard Mutabazi urged parents to focus on Early Childhood Development, children’s positive behaviors, and encourage them to attend school.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2548\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-1024x768.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-1024x768.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-300x225.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-768x576.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-370x278.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-760x570.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba.jpg 1080w\" alt=\"\" width=\"1024\" height=\"768\" />\n<figcaption>Bugesera District Mayor Richard Mutabazi reading a story for children.</figcaption></figure>\nAccording to Dr. Anitha Asiime, Director-General of the National Child Development Agency (NCDA), residents of Isibo have the capacity to identify malnutrition problems and their causes, identify solutions and follow up regularly to ensure the effective implementation of recommended measures to address them.\n\n“As residents of Isibo, we need to play our part and fulfill our duty in various ways to promote holistic development of children. We also need to step up efforts to address malnutrition and stunting by implementing measures such as planting vegetable gardens, planting at least three trees per household, providing nutritious meals for children and pregnant women and creating more home-based Early Childhood Development Centres,” Asiimwe noted.\n\nMathilde Kayitesi, the Executive Secretary of Umuhuza Organisation, called on parents to treat all children equally, be close to them and help them develop their talents as early as possible.\n\nKayitesi noted that it is everyone’s responsibility to ensure effective child development. “We all need to actively improve children’s development and protect them from any influence that affects their growth.”\n\nDuring this month dedicated to children, Umuhuza will send text messages to parents, guardians, and community volunteers via Mobile phones and radio spot (audio message) will be aired on Radio Rwanda on daily basis, calling on them to participate in activities aimed at combating malnutrition, stunting, and child rights violence.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2553\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-1024x1024.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-1024x1024.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-300x300.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-150x150.jpg 150w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-768x768.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-370x370.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-90x90.jpg 90w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-760x760.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru.jpg 1080w\" alt=\"\" width=\"1024\" height=\"1024\" /></figure>\n<figure class=\"wp-block-image size-large\"><img src=\"blob:https://umuhuza.org.rw/f663d362-e41f-4a96-847e-6e163919d1e5\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2554\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-1024x1024.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-1024x1024.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-300x300.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-150x150.jpg 150w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-768x768.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-370x370.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-90x90.jpg 90w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-760x760.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4.jpg 1080w\" alt=\"\" width=\"1024\" height=\"1024\" /></figure>', 'How Umuhuza, partners and stakeholders marking Children’s month 2021', 'June 16, Umuhuza and its partners and stakeholders jointly organized activities to celebrate the Day of the African Child in different parts of the country.', 'publish', 'open', 'open', '', 'fighting-the-good-fight-on-behalf-of-lord', '', '', '2023-11-06 21:13:51', '2023-11-06 21:13:51', '', 0, 'https://kreativedesigngroup.com/?p=104', 0, 'post', '', 0),
(105, 1, '2018-01-09 12:59:35', '2018-01-09 12:59:35', '', 'post-6-copyright', '', 'inherit', 'open', 'closed', '', 'post-6-copyright', '', '', '2018-01-09 12:59:35', '2018-01-09 12:59:35', '', 104, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-6-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(107, 1, '2017-11-28 13:03:19', '2017-11-28 13:03:19', 'Members of Children Rights Protection Committees in Burera and Ruhango districts moved to draw and implement conclusive strategies to improve the welfare of children and generally safeguard their rights.\n\nThe members include security organs, Women Councils, Umuhuza Parents Facilitators representatives at Sector level, local leaders, and civil society among other partners.\n\nThe move came after discussions that brought together stakeholders to discuss ways to promote children’s right and fight against their violation.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2537\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-1024x768.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-1024x768.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-300x225.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-768x576.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-370x278.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-760x570.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1.jpg 1040w\" alt=\"\" width=\"1024\" height=\"768\" /></figure>\nThe discussions were organized by Umuhuza organization in partnership with Burera and Ruhango Districts under a project dubbed <em><strong>“Strengthening an Accountable Governance that Protects and Delivers Child Rights.”</strong>\n</em>\nThe project started in 2017, and was implemented by Umuhuza organization in partnership with Save the Children.\n\nDespite efforts and achievements the country has made in promoting rights of children, it was noted that there are still cases of child abuse in different parts of the country.\n\nAmong challenges, there is a high number of teenage pregnancies, school drop outs, in addition to issues of child labor, domestic conflicts, and unregistered children among others.\n\nAccording to Margarete Mujawamariya, the National Women Council representative in Burera District, most cases of children’s rights violation are caused by domestic conflicts.\n\n“When there is no peace in a family, children are affected in one way or the other. Protecting the rights of the children should be a responsibility for everyone. Any case in which a child’s right is violated should be reported on time and by every community member,” she said.\n\nTo end the challenges, the activists have said that families living in conflicts should be identified and educated on children’s rights using positive discipline in everyday parenting approach.\n\nIn addition, there should be collaboration among community members and security organs against children’s rights violations like child labour.\n\nClement Hodari, District Chief Investigator at Rwanda Investigation Bureau (RIB) in Ruhango District, warned families and people who conceal information about abuse of children’s rights.\n\n“We still have cases of children whose rights are abused by their relatives, but their families prefer to conceal these issues. This shows that community members need to be sensitized enough about children’s rights and know that every suspect who violates them should be brought to justice,” he said.\n\nEumene Musabwa, District Director of Education in Burera and Rugendo Byiringiro, Gender Officer in Ruhango district, shared the same remarks commending Umuhuza. They said that although the project was in its fifth and final year, it was clear that Umuhuza’s intervention was still needed to support the work related to child’s rights protection.\n\nAccording to Beatrice Nisubire, Umuhuza senior  Project officer, under the project some issues violating the rights of children were fixed such as their return to school, protection from child labor, advocacy for justice and their civil registration.\n\nThe project was launched in 2016 in Burera district and later expanded to Ruhango District in 2017.\n\n2021 marks the end of the project and other activities are underway in 12 sectors of Burera and Six sectors of Ruhango district, to engage community stakeholders, including local leaders, Faith-Based Organizations, youth and parents working together towards promoting child protection through the creation of free child violence communities and families.', 'Burera&amp;Ruhango: Activists move to safeguard children’s rights and welfare', 'Members of Children Rights Protection Committees in Burera and Ruhango districts moved to draw and implement conclusive strategies to improve the welfare of children and generally safeguard their rights.', 'publish', 'open', 'open', '', 'the-three-dimensions-of-a-relationship', '', '', '2023-11-06 21:17:57', '2023-11-06 21:17:57', '', 0, 'https://kreativedesigngroup.com/?p=107', 0, 'post', '', 0),
(109, 1, '2017-11-24 13:05:34', '2017-11-24 13:05:34', 'Despite the Covid 19 outbreak which led to nationwide lockdowns, children in Bugesera District benefited from a program designed to develop their literacy knowledge with the help of Umuhuza community volunteers and their parents.\n\nIn 2020 as part of a literacy month, Umuhuza in collaboration with its partners including Right to play conducted a reading campaign in Bugesera district to facilitate children and parents in the reading process.\n\nAll conducted in Compliance with the pandemic preventive measures such as social distancing and wearing masks among others.\n\nUnder the supervision of Umuhuza community volunteers, children would gather at Presbyterian Church in Rwanda.\n\nBeneficiaries received books to encourage them to read and write their stories and best stories were awarded. All winners received school bags among other kits.\n\nA total of 182 books and 226 stories were written.\n\nDiane Ingabire Gasana, program manager at Umuhuza Organization, commended community volunteers for their sacrifices to promote reading culture.\n\nShe acknowledged parents and children for their commitment and courage to embrace the culture of reading and ensure learning continues even when schools have been closed for months.\n\n“We thank everyone who makes reading drive possible. Umuhuza started the  program in Bugesera district in 2020; however, the pandemic interrupted the launch of the project. Therefore, it became difficult for us to run the program as expected,”\n\nOn the other hand, we thank leaders who facilitated us to implement the program during unusual period, she noted.\n\nShe also appreciated Presbyterian church to provide venues to host activities under the program.\n\nOver 50 years ago, the United Nations Educational, Scientific and Cultural Organization (UNESCO) officially proclaimed September 8th an International Literacy Day to mobilize a global community about the role of literacy as a key towards community and society empowerment.\n\nIngabire noted that parents should play a big role in encouraging children to read.\n\n“These are the children of the country but primarily they are your children, the country has no more resources than its people. Helping children to read is very important. We need to inculcate the culture of reading and writing among the children and it is through reading that we gain knowledge,” she added.\n\nShe believes that reading and writing exercises help children to perform well at school.\n\nJeanne d’Arc Mukaruriza, a mother of four, thanked Umuhuza and its partners for their support.\n\n“I thank Umuhuza for sharpening our children during the pandemic when school were closed. Its programs have increased reading and writing skills among the children,” she said.', 'Bugesera: How community volunteers assisted children in developing their writing and reading skills amidst lockdown', 'Despite the Covid 19 outbreak which led to nationwide lockdowns, children in Bugesera District benefited from a program designed to develop their literacy knowledge with the help of Umuhuza community volunteers and their parents.', 'publish', 'open', 'open', '', 'a-chance-for-creating-a-phosphorus-life', '', '', '2023-11-06 21:21:04', '2023-11-06 21:21:04', '', 0, 'https://kreativedesigngroup.com/?p=109', 0, 'post', '', 0);
INSERT INTO `2FCHlI_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
(111, 1, '2017-11-20 13:08:12', '2017-11-20 13:08:12', 'Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'When the hope is waning…', 'Upstream seeks out people that are impacting the world around them but lack the necessities to further their work.', 'publish', 'open', 'open', '', 'when-the-hope-is-waning', '', '', '2018-05-23 13:39:20', '2018-05-23 13:39:20', '', 0, 'https://kreativedesigngroup.com/?p=111', 0, 'post', '', 0),
(112, 1, '2018-01-09 13:11:40', '2018-01-09 13:11:40', '', 'post-10-copyright', '', 'inherit', 'open', 'closed', '', 'post-10-copyright', '', '', '2018-01-09 13:11:40', '2018-01-09 13:11:40', '', 111, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-10-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(113, 1, '2018-01-09 13:11:43', '2018-01-09 13:11:43', '', 'post-11-copyright', '', 'inherit', 'open', 'closed', '', 'post-11-copyright', '', '', '2018-01-09 13:11:43', '2018-01-09 13:11:43', '', 111, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-11-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(114, 1, '2018-01-09 13:11:46', '2018-01-09 13:11:46', '', 'post-12-copyright', '', 'inherit', 'open', 'closed', '', 'post-12-copyright', '', '', '2018-01-09 13:11:46', '2018-01-09 13:11:46', '', 111, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-12-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(115, 1, '2018-01-09 13:11:49', '2018-01-09 13:11:49', '', 'post-13-copyright', '', 'inherit', 'open', 'closed', '', 'post-13-copyright', '', '', '2018-01-09 13:11:49', '2018-01-09 13:11:49', '', 111, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-13-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(116, 1, '2018-01-09 13:11:53', '2018-01-09 13:11:53', '', 'post-14-copyright', '', 'inherit', 'open', 'closed', '', 'post-14-copyright', '', '', '2018-01-09 13:11:53', '2018-01-09 13:11:53', '', 111, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-14-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(118, 1, '2017-11-16 13:13:03', '2017-11-16 13:13:03', 'In order for <a href=\"https://umuhuza.org.rw/?p=2501\" data-type=\"post\" data-id=\"2501\">community-based libraries</a> to function properly, community librarians need to receive skills to ensure that they understand how to help people visiting their respective libraries adopt a reading culture.\n\nTo help them, Umuhuza in collaboration with other partners, in 2020, organized three-day training on library management and other practices for community libraries across the country.\n\nThe training, which took place in Huye district, was part of the National Literacy Month and has attracted the participants from Southern Province.  The activity is a single of many others that Umuhuza implemented in partnership with the Save the Children’s USAID funded <em>Mureke Dusome Project</em> in the country.\n\nDuring the training some topics including reading culture, its challenges and remedies to address them were covered.\n\nAccording to Jean de Dieu Hategekimana, the chairman of Community Libraries at National Level, the training helped them acquire new skills in how to better support those around them.\n\n“The participants learned about best practices in library management and how they can better improve the culture of reading, thanks to our libraries. Community librarians needed to know how they do their work and make sure they provide report back on what they have done,” he pointed out.\n\nThe training also helped community librarians know how to report to the top leaders (at province level) who in turn report to the Kigali Public library (KPL) and then to the education ministry, he added.\n\nThe training was organized by Umuhuza in partnership with the Kigali Public Library (KPL), Save the Children and the National Itorero Commission.\n\nHategekimana acknowledged that although community libraries still have a long way to go in promoting a reading culture, such libraries are already making a difference.\n\nHe gave an example of the book in a community library called “<em>Inka Yanjye</em>,” literally means “my cow,” changing the behaviors of people who read it on how to raise cattle.\n\nSylvain Mudahinyuka, the managing Director of the Kigali Public Library (KPL), believes that a library to develop librarians should be fully aware of their responsibilities.\n\nLibraries should respond to community challenges, and if there are problems of poor reading culture and family conflict, community libraries should address such problems,” he said.\n\nHe added that community libraries use volunteers as librarians and stressed that plans are being developed to reward them by offering outcome-based incentives.\n\n“We are mobilizing partners so that we can get means, and we are mobilizing to see if community librarians can be integrated into district structures and paidmonthly salaries,”\n\nBut let us first show work and demonstrate that we have played a key role in the development of the community. We need to promote a reading culture and reading in Kinyarwanda,” he noted.\n\nHe added: “By promoting this culture, we contribute to economic development. We want libraries to be like pharmacies because libraries have medicines. We will continue to work on multiple projects for community libraries.”\n\n<strong> Promoting reading culture is a calling</strong>\n\nUmuhuza Executive Director Mathilde Kayitesi sees community librarians’ work to promote a reading culture as both a sacrifice and a calling.\n\n“The work you do is a sacrifice. Promoting a culture of reading is a calling. We are very grateful to you and to our partners. We hope we will achieve a lot and that the partnership will bear fruits,” she said.\n\nKayitesi says: “What we do will not be futile, but sustainable. This <em>“Mureke Dusome” </em>project will go nowhere, we will inherit it to you, you will make it more productive, and people, especially children, will read.”\n\nShe said Umuhuza has had a two-year partnership with community libraries, but they will continue to work together even if the relationship ends and that the organization will preserve partnership with others to avail more books in community libraries.\n\n“We wish you to be more productive and impact the community through your respective libraries. We need to promote the reading cultureof Kinyarwanda because it is scientifically proven that children should read in their native language because it can help them learn other languages easily,” she noted.\n\n“We need to make sure that community libraries have an impact on the community and that the culture of reading spreads among many Rwandans,” she added.\n\n<strong>Parents and Children should read</strong>\n\nKayitesi noted that Umuhuza plays a key role in promoting reading culture among all genders.\n\n“Men and women should champion reading culture and instill it in their children. We mustencourage children to read at the end of school and reading books or choose their own,”she added.', 'Community Librarians trained on library management', 'In order for community-based libraries to function properly, community librarians need to receive skills to ensure that they understand how to help people visiting their respective libraries adopt a reading culture', 'publish', 'open', 'open', '', 'decision-of-worshiping-instead-of-worrying', '', '', '2023-11-06 21:23:52', '2023-11-06 21:23:52', '', 0, 'https://kreativedesigngroup.com/?p=118', 0, 'post', '', 0),
(120, 1, '2017-11-12 13:14:41', '2017-11-12 13:14:41', 'Parents, students and local leaders in Ruhango, Kirehe, Ngororero and Burera Districts have expressed their gratitude towards the new community libraries established by Umuhuza under <em>Mureke Dusome Project </em>to boost reading and writing skills.\n\nThe four libraries were established in 2020 by Umuhuza organization in partnership with Ruhango, Kirehe, Ngororero and Burera Districts, National Itorero Commission, Save the Children and Kigali Public Library and they are equipped with a variety of books of Kinyarwanda, English and French for children and adults.\n\nUnder the USAID funded <em>Mureke Dusome project </em>launched in 2016,Umuhuza established 2,524 reading clubs and trained 5,100 volunteers to facilitate those reading clubs while 16 volunteers trained to manage the libraries.\n\nVenantie Mukagatanazi is one of the volunteers trained by Umuhuza and partners running reading clubs and library management. She said that she was ready to deliver a better service.\n\n“We meet with children twice a week to assist them. We are happy that even teachers and school authorities encourage their children to join other children here. This shows that our work is more valued,” Mukagatanazi said.\n\n<strong><em>Officials speak</em></strong>\n\nValens Habarurema, the Mayor of Ruhango District hailed Umuhuza and partners for the library established in the district, which he said, is the first of its kind.\n\n“The library adds more value in the community because reading is a foundation of the development of the country as well as the source of knowledge,” he said\n\nThe mayor described Umuhuza to be a key partner with the district in various activities geared towards promoting a better society.\n\n“Besides <em>Mureke Dusome project</em>, our district and Umuhuza also work together to improve early childhood development, child protection, and better growth of children as well as gender equality,” he pointed out.\n\nThe Executive Secretary of Kirehe District, Eric Zikama said: “Children’s high-quality education is a key for the development of community and every stakeholder should maintain, protect and sustain the operations of this community library established by Umuhuza.”\n\nAccording to Patrick Uwihoreye, Ngororero District Vice Mayor in Charge of Economic Development stipulated that when citizens are well-equipped, the country’s progress become more effective and rapid. “The facility adds more value to the progress of the district and we have to take care of it.”\n\nNepo Rugemintwaza, a commissioner at National Itorero Commission (NIC),stressed the significant role of Umuhuza in promoting volunteerism in boosting literacy skills in the community.\n\n“Volunteerism should be inculcated among all categories of people. These volunteers have joined the battle against illiteracy and more should join to ensure that every Rwandan can be well empowered,” he noted.\n\n<strong><em>Knowledge-based economy</em></strong>\n\nSylvain Mudahinyuka, the Acting Managing Director of Kigali Public Library (KPL) commended Umuhuza for backing up the government’s journey to build an educated society characterized by a knowledge-based economy.\n\n“The country seeks to build a knowledge-based economy and we can’t achieve that without developing the culture of reading among children,”Mudahinyuka said.\n\nHe added that the vision is to bring in more books to ensure that varieties of books are available with good governance, economy, social welfare, justice, and agriculture content among others.\n\nMathilde Kayitesi, the Executive Secretary of Umuhuza believes that new community libraries will serve to accelerate the development of the country by achieving its goals such as strengthening the culture of reading and build a knowledge-based economy nation.', 'Mureke Dusome: The significance of community libraries in improving literacy rate', 'Under the USAID funded Mureke Dusome project launched in 2016,Umuhuza established 2,524 reading clubs and trained 5,100 volunteers to facilitate those reading clubs while 16 volunteers trained to manage the libraries. ', 'publish', 'open', 'open', '', 'faith-is-strengthened-by-the-stories', '', '', '2023-11-06 21:27:12', '2023-11-06 21:27:12', '', 0, 'https://kreativedesigngroup.com/?p=120', 0, 'post', '', 0),
(122, 1, '2017-11-08 13:19:51', '2017-11-08 13:19:51', 'Prosper Nsabimana can now write his own story fluently. He recently wrote an emotional story about a young lady named Carine, a victim of child labor despite the presence of her siblings who barely assisted her.\n\nThe 12-year-old writer said he would not have been able to experience such advances in literacy without the help of the organizers of literacy awareness drive. He believes that this step will help improve his performance at school.\n\nNsabimana’s story ends with the relief of Carine’s friend Grace who, disclosed information to her parents, who then stepped in to rescue Carine from the situation.\n\nThanks to Umuhuza organization and its partners who organised a literacy awareness drive early February as part of National literacy month despite the hike of the Coronavirus pandemic in the country.\n\nThe drive attracted both children and parents to read and write. Children were inspired to write their own stories under the assistance of Umuhuza volunteers.\n\nProvidence Dusabe, a mother of five who lives in Kinama cell in Ruhango district, was touched by a story developed by her young daughter. The story narrates a naughty child who later get transformed and change her behaviors towards her acquaintances and parents.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2492\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-1024x683.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-1024x683.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-1536x1024.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-760x507.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug.jpg 2048w\" alt=\"\" width=\"1024\" height=\"683\" />\n<figcaption>When parents become writers. The drive attracted both children and parents to read and write</figcaption></figure>\nDusabe attributed this to the visit paid by Umuhuza Volunteers who came to her home to discuss about literacy at home.\n\n“Umuhuza volunteers came to visit me. They encouraged me to assist my children to read and help them write their own stories. Thus, I noted it and took an action. Later, they started reading,” she said.\n\nShe added that the move has boosted the reading culture among the children and shaped their thinking capacities as well as keeping them busy and productive amidst Covid 19 when all schools were shut down.\n\nTo inspire her children, Dusabe has also developed her own story detailing how all children should receive <strong>“Equal Rights.”</strong>\n\nShe explained that in the story she talked about young twins where one was favored than another. In her conclusion, she shows that all children deserve equal right regardless their physical or mental difficulties.\n\nDusabe applauded Umuhuza for the support to sensibilize community about literacy, adding that she believes children acquired more knowledge that will shape their minds even when they are at school.\n\nLiteracy awareness campaign was conducted in order to sensitize parents and children to embrace the culture of reading.\n\n<strong>Engaging volunteers</strong>\n\nUmuhuza organization trains a number of volunteers who help implement its activities in the community.\n\nIn the implementation of the USAID funded Mureke Dusome Project through Andika/Soma Rwanda, volunteers helped hundreds of children and parents to read books and write their own stories.\n\nMost stories were about various topics such as Gender equality in Education, Inclusive Education, Hygiene Promotion, and Environmental protection among others.\n\nA 26-year-old Ingabire Christine is a mother of two and one of community Volunteers who were trained to assist children and parent to read and write. She pledged to give her best to accomplish her duties.\n\nIngabire lives in Nyamagana village in Ruhango district.\n\nTo assist parents and children, volunteers schedule a time to meet.\n\nAccording to Ingabire, their work was interrupted by the pandemic, however; when the lockdown was eased they started distributing books in the community.\n\n“During this program, we assisted children to read books and write their own stories. We usually reach out to them at their respective homes, giving them books and encouraged them to read them together with their parents,” Ingabire added.\n\nUmuhuza provides assistance to both children and parents to embrace reading culture. The organization also reach out to patents through reading awareness workshops and awareness events in community works.\n\nVincent Kanani who is in charge of Education in Mwendo Sector hailed Umuhuza efforts to foster the culture of reading and writing.\n\n“Knowledge and Wisdom are hidden in books, if children are assisted to read, it helps increase their knowledge and wisdom,” he said.\n\nAccording to Jeanne d’Arc Umutesi, a Community Engagement Officer at Umuhuza organization, a total of 120 volunteers are in place to support children and parents from 60 villages of Mwendo and Kinazi sectors in Ruhango district.\n\n“Through the program, parents are expected to inculcate the culture of reading and writing while they do the same as well. This will change the mindset when it comes to the culture of reading and writing,” she said.\n\nUmutesi noted that the campaign, which ended along with the National Literacy Month, focused on the children’s brain growth, growth of Child’s emotions, daily activities to help the children read among others.', 'How Umuhuza’s literacy awareness drive inspires more young readers', 'Umuhuza organization trains a number of volunteers who help implement its activities in the community.', 'publish', 'open', 'open', '', 'thanksgiving-appreciation-all-year-long', '', '', '2023-11-06 21:30:16', '2023-11-06 21:30:16', '', 0, 'https://kreativedesigngroup.com/?p=122', 0, 'post', '', 0),
(124, 1, '2017-11-04 13:26:34', '2017-11-04 13:26:34', '<strong><em>Twiceceka project is a project implemented by Umuhuza in cooperation with Women for Women International-Rwanda and sponsored by the United States Agency for International Development (USAID).</em> <em>Launched in early 2019, the project was implemented in 4 sectors of Ngororero District, including Kabaya, Kageyo, Hindiro and Matyazo, benefiting 172 teen mothers</em></strong>\n<figure id=\"attachment_2436\" class=\"wp-caption alignnone\" aria-describedby=\"caption-attachment-2436\"><img class=\"size-full wp-image-2436\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7311-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" />\n<figcaption id=\"caption-attachment-2436\" class=\"wp-caption-text\"><em><strong>Josiane Ashimweyezu</strong></em></figcaption></figure>\nJosiane Ashimweyezu, 20, is one of the beneficiaries of the program, which has revived hope by helping teen mothers in Ngororero District who had dropped out of school as a result of unwanted pregnancies.\n\nWhen she was impregnated at the age of 17, Ashimweyezu was in senior five doing Mathematics, Computer and Economics (MCE).\n\nImpregnated at such young age, she decided to drop out of school.\n\nFor some time, the teen mother continued to despair in dealing with the responsibility of motherhood as a teenager.\n\n2019 was a lucky year for her, when she met Umuhuza during a training organized for adolescent mothers who were in active parenthood.\n\n“Before I met Umuhuza, I stayed at home in despair. They trained me on how to start a small project and make money. Later, they took me to a TVET School, where I acquired tailor and decoration skills,” Ashimweyezu said.\n\nI am very grateful to Umuhuza for restoring my hope for better future. “I am glad that after training, we were given tailoring machines. I plan to start my own business, join cooperatives and saving groups to raise my child and build a better future,” she added.\n\nHer sentiments were echoed by Jeannette Tuyisingize, saying that Umuhuza had turned her pain into a happy life.\n\n<img class=\"alignnone size-medium wp-image-2434\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7384.jpg\" alt=\"\" width=\"1\" height=\"1\" />“In the struggle of my teenage mother, Umuhuza helped me resume my studies at a TVET school. I am glad that I am equipped with dressmaking skills and received tailoring equipment. This will help me avoid the temptations associated with poverty,” she noted.\n\nThe beneficiaries have received tailoring skills for a period of three months. They believe that the equipment provided will help them effectively raise their children and support them in meeting their basic needs.\n\nA total of 32 teen mothers received couture equipment ahead of International Women’s Day, which was celebrated on 8th March this year. These machines were donated by Umuhuza in partnership with Women for Women International Rwanda.\n\nPatrick Uwihoreye Ngororero vice mayor in charge of Economic Development called on teen mothers to learn from the past and warn their young companions not to be tempted in the same way.\n\n“Our country has achieved a lot because of the inclusiveness of women in the development. Despite the progress made in the empowerment of women, we still face the cases of men who violate their rights, in particular the rights of adolescents. We should work closely to combat against any gender-based violence,” he said.\n\nUwihoreye advised teen mothers to make equipment useful and avoid any domage.\n\nThe Vice Mayor praised the excellent work done by Umuhuza in Ngororero district and urged them to extend their work to many people.\n\nChristine Kampire, coordinator of the women’s council in Ngororero, advised teen mothers to never be bound by the past, but to work hard for their own tomorrow.\n\nJean Marc Rwambibi, MEAL coordinator at Umuhuza, recognized all partners in the implementation of the project, saying that nothing could have been achieved without the intervention of other partners.\n\nTwiceceka program was implemented in three phases, benefiting 172 teen mothers. Beneficiaries received financial support to develop their projects, provided financial literacy; financial support for economic empowerment, while others joined TVET School and received tailor machines.\n\nMoreover, a total of 77 community volunteers were trained in gender-based violence and positive parenting to help teen mothers and community in general. Also, community campaigns and awareness-raising meetings on the prevention of gender-based violence were conducted.\n\n<img class=\"alignnone size-medium wp-image-2441\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7197.jpg\" alt=\"\" width=\"1\" height=\"1\" />\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2440\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7193.jpg\" alt=\"\" />\n<figcaption><em><strong>The graduation ceremony of 32 teen mothers completed three months of tailoring skills training at Hindiro TVET school. The ceremony was held ahead of International Women’s Day in early March this year. Photos by Umuhuza.</strong></em></figcaption></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2439\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7189.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2441\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7197.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2442\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7214.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2443\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7222.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2444\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7228.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2445\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7318.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2448\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7382.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2448\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7382.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2449\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7394-1.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2450\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7400.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2452\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7409.jpg\" alt=\"\" /></figure>\n<div class=\"post_meta post_meta_single\"></div>', 'How ‘Twiceceka project’ has built hope for teen mothers in Ngororero district', 'Twiceceka project is a project implemented by Umuhuza in cooperation with Women for Women International-Rwanda and sponsored by the United States Agency for International Development (USAID). Launched in early 2019, the project was implemented in 4 sectors of Ngororero District, including Kabaya, Kageyo, Hindiro and Matyazo, benefiting 172 teen mothers', 'publish', 'open', 'open', '', 'seminar-develop-your-personality', '', '', '2023-11-06 21:33:46', '2023-11-06 21:33:46', '', 0, 'https://kreativedesigngroup.com/?p=124', 0, 'post', '', 0),
(126, 1, '2018-01-09 13:32:07', '2018-01-09 13:32:07', '', 'All Posts', '', 'publish', 'closed', 'closed', '', 'all-posts', '', '', '2019-08-12 11:18:11', '2019-08-12 11:18:11', '', 0, 'https://kreativedesigngroup.com/?page_id=126', 0, 'page', '', 0),
(128, 1, '2018-01-09 13:32:51', '2018-01-09 13:32:51', '', 'Blog Classic 2 Columns', '', 'publish', 'closed', 'closed', '', 'blog-classic-2-columns', '', '', '2019-06-19 12:19:58', '2019-06-19 12:19:58', '', 0, 'https://kreativedesigngroup.com/?page_id=128', 0, 'page', '', 0),
(139, 1, '2018-01-09 13:37:13', '2018-01-09 13:37:13', '', 'Blog Classic 3 Columns', '', 'publish', 'closed', 'closed', '', 'blog-classic-3-columns', '', '', '2018-01-09 13:37:13', '2018-01-09 13:37:13', '', 0, 'https://kreativedesigngroup.com/?page_id=139', 0, 'page', '', 0),
(141, 1, '2018-01-09 13:38:27', '2018-01-09 13:38:27', '', 'Blog Portfolio 2 Columns', '', 'publish', 'closed', 'closed', '', 'blog-portfolio-2-columns', '', '', '2019-06-19 12:20:00', '2019-06-19 12:20:00', '', 0, 'https://kreativedesigngroup.com/?page_id=141', 0, 'page', '', 0),
(143, 1, '2018-01-09 13:39:34', '2018-01-09 13:39:34', '', 'Blog Portfolio 3 Columns', '', 'publish', 'closed', 'closed', '', 'blog-portfolio-3-columns', '', '', '2018-01-09 13:39:34', '2018-01-09 13:39:34', '', 0, 'https://kreativedesigngroup.com/?page_id=143', 0, 'page', '', 0),
(145, 1, '2018-01-09 13:40:17', '2018-01-09 13:40:17', '', 'Blog Portfolio 4 Columns', '', 'publish', 'closed', 'closed', '', 'blog-portfolio-4-columns', '', '', '2018-01-09 13:40:17', '2018-01-09 13:40:17', '', 0, 'https://kreativedesigngroup.com/?page_id=145', 0, 'page', '', 0),
(147, 1, '2018-01-09 13:41:14', '2018-01-09 13:41:14', '', 'Blog Chess 2 Columns', '', 'publish', 'closed', 'closed', '', 'blog-chess-2-columns', '', '', '2018-01-09 13:41:14', '2018-01-09 13:41:14', '', 0, 'https://kreativedesigngroup.com/?page_id=147', 0, 'page', '', 0),
(149, 1, '2018-01-09 13:42:14', '2018-01-09 13:42:14', '', 'Blog Chess 4 Columns', '', 'publish', 'closed', 'closed', '', 'blog-chess-4-columns', '', '', '2018-01-09 13:42:14', '2018-01-09 13:42:14', '', 0, 'https://kreativedesigngroup.com/?page_id=149', 0, 'page', '', 0),
(151, 1, '2018-01-09 13:43:25', '2018-01-09 13:43:25', '', 'Blog Chess 6 Columns', '', 'publish', 'closed', 'closed', '', 'blog-chess-6-columns', '', '', '2018-01-09 13:43:25', '2018-01-09 13:43:25', '', 0, 'https://kreativedesigngroup.com/?page_id=151', 0, 'page', '', 0),
(153, 1, '2018-01-09 13:44:45', '2018-01-09 13:44:45', '[ess_grid alias=\"grid\"]', 'Gallery Grid', '', 'publish', 'closed', 'closed', '', 'gallery-grid', '', '', '2018-01-09 13:44:45', '2018-01-09 13:44:45', '', 0, 'https://kreativedesigngroup.com/?page_id=153', 0, 'page', '', 0),
(155, 1, '2018-01-09 13:52:36', '2018-01-09 13:52:36', '[ess_grid alias=\"masonry\"]', 'Gallery Masonry', '', 'publish', 'closed', 'closed', '', 'gallery-masonry', '', '', '2018-01-09 13:52:36', '2018-01-09 13:52:36', '', 0, 'https://kreativedesigngroup.com/?page_id=155', 0, 'page', '', 0),
(157, 1, '2018-01-09 13:57:44', '2018-01-09 13:57:44', '[ess_grid alias=\"cobbles\"]', 'Gallery Cobbles', '', 'publish', 'closed', 'closed', '', 'gallery-cobbles', '', '', '2018-01-09 13:57:44', '2018-01-09 13:57:44', '', 0, 'https://kreativedesigngroup.com/?page_id=157', 0, 'page', '', 0),
(159, 1, '2018-01-09 14:10:09', '2018-01-09 14:10:09', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22KG%20573%20st%2018%2C%20Rwanda%22%2C%22latlng%22%3A%22-1.95805%2C30.12027%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%22Remera%20Sector%2C%20%5CnRukiri%201%20Cell%2C%5CnUbumwe%20Village%2C%5CnKG%20125%20St%203.%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A30PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2023-11-10 09:30:23', '2023-11-10 09:30:23', '', 0, 'https://kreativedesigngroup.com/?page_id=159', 0, 'page', '', 0),
(162, 1, '2018-01-09 14:07:17', '2018-01-09 14:07:17', '', 'blue_pattern', '', 'inherit', 'open', 'closed', '', 'blue_pattern', '', '', '2018-01-09 14:07:17', '2018-01-09 14:07:17', '', 159, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 1, '2023-12-07 11:23:35', '2018-01-09 14:24:05', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=167', 2, 'nav_menu_item', '', 0),
(181, 1, '2023-12-07 11:23:35', '2018-01-09 14:24:05', '', 'Blog', '', 'publish', 'closed', 'closed', '', '3-columns', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=181', 9, 'nav_menu_item', '', 0),
(190, 1, '2023-12-07 11:23:35', '2018-01-09 14:24:06', ' ', '', '', 'publish', 'closed', 'closed', '', '190', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=190', 10, 'nav_menu_item', '', 0),
(192, 1, '2018-01-09 14:34:58', '2018-01-09 14:34:58', '', 'post-15-copyright', '', 'inherit', 'open', 'closed', '', 'post-15-copyright', '', '', '2018-01-09 14:34:58', '2018-01-09 14:34:58', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-15-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(196, 1, '2018-01-09 15:12:07', '2018-01-09 15:12:07', 'In all its actions, Umuhuza Promotes gender through the choice of beneficiaries, the distribution of roles within programs, sensitization about the matrimonial regimes, liberalities and succession law and the land property law.', 'Gender equity', '', 'private', 'open', 'closed', '', 'mens-ministries', '', '', '2023-11-09 10:42:01', '2023-11-09 10:42:01', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=196', 0, 'cpt_services', '', 0),
(197, 1, '2018-01-09 15:16:21', '2018-01-09 15:16:21', '<ol>\r\n 	<li><strong>Ensure the social inclusion in Umuhuza’s interventions:</strong>Umuhuza’ interventions are implemented in an equally and equity ways among targeted communities.</li>\r\n 	<li><strong>Integrate the ICT tools into delivery of Umuhuza’s interventions :</strong>Integrated ICT in the delivery of Umuhuza’s interventions.</li>\r\n 	<li><strong>Enhance access to accurate human security issues by beneficiaries:</strong>Built capacity of beneficiaries to access and enjoy the good use of human security issues</li>\r\n 	<li><strong>Advocate for positive social economic transformation of communities:</strong>Ensured advocacy for resilient and accommodating policy</li>\r\n</ol>', 'CROSS-CUTTING THEMES', 'Some are identified formally as such and are directed towards non-members', 'publish', 'open', 'closed', '', 'youth-ministries', '', '', '2023-12-08 12:40:02', '2023-12-08 12:40:02', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=197', 0, 'cpt_services', '', 0),
(198, 1, '2018-01-09 15:22:19', '2018-01-09 15:22:19', '<article id=\"post-305\" class=\"services_single itemscope post-305 cpt_services type-cpt_services status-publish has-post-thumbnail hentry cpt_services_group-program\"><section class=\"services_page_content entry-content\">\r\n<div class=\"vc_row wpb_row vc_row-fluid shape_divider_top-none shape_divider_bottom-none\">\r\n<div class=\"wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left\">\r\n<div class=\"vc_column-inner\">\r\n<div class=\"wpb_wrapper\">\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n\r\nUmuhuza has proven its experience and contribution in providing quality and distinctive civil society role in Rwanda. In the coming years, Umuhuza will continue to build its capacity in terms of expanding its interventions and networks as well as developing opportunities that support its internal capacity. To achieve this, a great emphasis will be put on strengthening its internal capacity towards sustainability and self-reliance. It will also focus on building a strong communication channel as a way of branding and promoting the organization’s reputation.\r\n\r\n<strong>Strategic Objectives </strong>\r\n\r\nEmpowered Umuhuza capacity to effectively deliver its mission and influence policies and practices\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</section></article><section id=\"services_page_tab_comments\" class=\"services_page_section services_page_section_comments\"><section class=\"comments_wrap\">\r\n<div class=\"comments_form_wrap\">\r\n<div class=\"comments_form\">\r\n<div id=\"respond\" class=\"comment-respond\"></div>\r\n</div>\r\n</div>\r\n</section></section>', 'INSTITUTIONAL DEVELOPMENT', '', 'publish', 'open', 'closed', '', 'family-literacy', '', '', '2023-11-06 22:01:07', '2023-11-06 22:01:07', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=198', 0, 'cpt_services', '', 0),
(199, 1, '2018-01-09 15:55:41', '2018-01-09 15:55:41', 'Human Capital Development seeks to build commitment for effective reforms and investments that will transform human capital outcomes for the greater good of both people, societies, and economies.\r\n\r\nUmuhuza will emphasize on building and providing holistic Integrated Early Childhood Development services and improving the literacy and numeracy skills of both children and adults by providing a conducive environment for reading and writing activities at both household and community levels.\r\n\r\n<strong>Strategic Objectives </strong>\r\n<ul>\r\n 	<li>Improved access to the Integrated Early Childhood Development services for children under 6 years</li>\r\n 	<li> Improved family literacy of both children and adults</li>\r\n</ul>', 'HUMAN CAPITAL DEVELOPMENT', '', 'publish', 'open', 'closed', '', 'peace-education', '', '', '2023-11-15 10:44:03', '2023-11-15 10:44:03', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=199', 0, 'cpt_services', '', 0),
(200, 1, '2018-01-09 15:44:27', '2018-01-09 15:44:27', '', 'post-16-copyright', '', 'inherit', 'open', 'closed', '', 'post-16-copyright', '', '', '2018-01-09 15:44:27', '2018-01-09 15:44:27', '', 199, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-16-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2018-01-09 16:00:50', '2018-01-09 16:00:50', 'The notion of promotion of peaceful culture leading to the prevention of conflict in the Rwandan society is not new in Umuhuza interventions. Indeed, for the last years, Umuhuza has been working with different layers of the community in building the capacity of people in dealing with different forms of conflicts. Many efforts have been put into conflict prevention through peace education.\r\n\r\n<strong>Strategic Objectives</strong>\r\n<ul>\r\n 	<li>Ensured well-being of the family</li>\r\n 	<li> Mainstreamed gender equality and equity in targeted households towards socio-economic development</li>\r\n 	<li>Improved financial resilience of vulnerable targeted households</li>\r\n</ul>', 'CULTURE OF PEACE', '', 'publish', 'open', 'closed', '', 'community-economic-empowerment', '', '', '2023-11-10 08:02:54', '2023-11-10 08:02:54', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=203', 0, 'cpt_services', '', 0),
(204, 1, '2018-01-09 16:27:26', '2018-01-09 16:27:26', '[vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Ministries We Support\" css=\".vc_custom_1571135054007{margin-top: 5.8em !important;margin-bottom: 3.2em !important;}\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Learn more\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"8\" columns=\"2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529997829615{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/12\" icons_position=\"left\"][/vc_column][vc_column width=\"5/6\" scheme=\"dark\" icons_position=\"left\"][trx_sc_testimonials type=\"default\" orderby=\"post_date\" order=\"desc\" slider=\"1\" slider_pagination=\"bottom\" slider_pagination_thumbs=\"\" title_style=\"accent\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"1\" title=\"testimonials\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\"][/vc_column][/vc_row]', 'Ministries', '', 'publish', 'closed', 'closed', '', 'ministries', '', '', '2019-10-15 10:24:14', '2019-10-15 10:24:14', '', 0, 'https://kreativedesigngroup.com/?page_id=204', 0, 'page', '', 0),
(214, 1, '2018-01-10 10:11:46', '2018-01-10 10:11:46', '<p>[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515662452908{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][trx_sc_title title_style=\"default\" link_style=\"default\" title=\"Visit Our Gallery\" subtitle=\"Photogallery\"][rev_slider_vc alias=\"gallery\"][/vc_column][/vc_row]</p>\n', 'Gallery Slider Rev', '', 'publish', 'closed', 'closed', '', 'gallery-slider-rev', '', '', '2018-01-11 09:20:56', '2018-01-11 09:20:56', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_layouts&#038;p=214', 0, 'cpt_layouts', '', 0),
(216, 1, '2018-01-10 10:18:35', '2018-01-10 10:18:35', '', 'post-17-copyright', '', 'inherit', 'open', 'closed', '', 'post-17-copyright', '', '', '2018-01-10 10:18:35', '2018-01-10 10:18:35', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-17-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2018-01-10 10:54:46', '2018-01-10 10:54:46', '', 'Our Church', '', 'publish', 'closed', 'closed', '', 'our-church', '', '', '2018-01-10 10:54:46', '2018-01-10 10:54:46', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_venue&#038;p=217', 0, 'tribe_venue', '', 0),
(218, 1, '2018-01-10 10:55:09', '2018-01-10 10:55:09', '', 'Melissa Hunter', '', 'publish', 'closed', 'closed', '', 'melissa-hunter', '', '', '2018-01-10 10:55:09', '2018-01-10 10:55:09', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_organizer&#038;p=218', 0, 'tribe_organizer', '', 0),
(219, 1, '2018-01-10 11:12:08', '2018-01-10 11:12:08', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'College & Young Adults - The Journey Worship', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'college-young-adults-the-journey-worship', '', '', '2020-02-03 10:30:07', '2020-02-03 10:30:07', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=219', 0, 'tribe_events', '', 0),
(221, 1, '2018-01-10 11:27:49', '2018-01-10 11:27:49', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'Project of the month– Save the World!', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'project-of-the-month-save-the-world', '', '', '2020-02-03 10:33:15', '2020-02-03 10:33:15', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=221', 0, 'tribe_events', '', 0),
(225, 1, '2018-01-10 11:29:53', '2018-01-10 11:29:53', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'Wedding & Relationship - The Journey Worship', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'wedding-relationship-the-journey-worship', '', '', '2020-02-03 10:33:00', '2020-02-03 10:33:00', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=225', 0, 'tribe_events', '', 0),
(228, 1, '2018-01-10 11:36:36', '2018-01-10 11:36:36', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'Project of the month– Save the Earth!', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'project-of-the-month-save-the-earth', '', '', '2020-02-03 10:32:36', '2020-02-03 10:32:36', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=228', 0, 'tribe_events', '', 0);
INSERT INTO `2FCHlI_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
(230, 1, '2018-01-10 12:48:14', '2018-01-10 12:48:14', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'Freedom and Passion in Every Step!', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'freedom-and-passion-in-every-step', '', '', '2020-02-03 10:31:26', '2020-02-03 10:31:26', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=230', 0, 'tribe_events', '', 0),
(232, 1, '2018-01-10 12:50:51', '2018-01-10 12:50:51', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'Unity for a Greater Cause and Charity', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'unity-for-a-greater-cause-and-charity', '', '', '2020-02-03 10:29:15', '2020-02-03 10:29:15', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=232', 0, 'tribe_events', '', 0),
(235, 1, '2018-01-10 12:56:45', '2018-01-10 12:56:45', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'Education and Volunteer Programs', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'education-and-volunteer-programs', '', '', '2020-02-03 10:31:06', '2020-02-03 10:31:06', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=235', 0, 'tribe_events', '', 0),
(237, 1, '2018-01-10 13:05:44', '2018-01-10 13:05:44', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'Declaration of Love to Him and to the World', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'declaration-of-love-to-him-and-to-the-world', '', '', '2020-02-03 10:30:34', '2020-02-03 10:30:34', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=237', 0, 'tribe_events', '', 0),
(240, 1, '2018-01-10 13:08:59', '2018-01-10 13:08:59', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'What You Can Do for Our Community', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'what-you-can-do-for-our-community', '', '', '2020-02-03 10:29:40', '2020-02-03 10:29:40', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=240', 0, 'tribe_events', '', 0),
(242, 1, '2018-01-10 13:09:48', '2018-01-10 13:09:48', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nQuuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.', 'People Who Have Lost and Found their Faith', 'Voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis ', 'publish', 'open', 'closed', '', 'people-who-have-lost-and-found-their-faith', '', '', '2020-02-03 10:30:22', '2020-02-03 10:30:22', '', 0, 'https://kreativedesigngroup.com/?post_type=tribe_events&#038;p=242', 0, 'tribe_events', '', 0),
(250, 1, '2018-01-10 13:46:56', '2018-01-10 13:46:56', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529418958383{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515662452908{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][rev_slider_vc alias=\"gallery\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529418958383{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\"][vc_row_inner scheme=\"default\"][vc_column_inner column_align=\"center\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][vc_empty_space alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_events type=\"accent\" past=\"\" cat=\"21\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" columns=\"1\" link_text=\"Join\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1571052364331{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/events/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It Without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\"][/vc_column][vc_column width=\"5/12\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963532446{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1528968974306{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955798875{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row]', 'Home 4', '', 'publish', 'closed', 'closed', '', 'home-4', '', '', '2020-02-25 09:31:18', '2020-02-25 09:31:18', '', 0, 'https://kreativedesigngroup.com/?page_id=250', 0, 'page', '', 0),
(252, 1, '2018-01-10 13:45:06', '2018-01-10 13:45:06', '', 'img-2', '', 'inherit', 'open', 'closed', '', 'img-2', '', '', '2018-01-10 13:45:06', '2018-01-10 13:45:06', '', 250, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-2.png', 0, 'attachment', 'image/png', 0),
(257, 1, '2018-01-10 13:58:55', '2018-01-10 13:58:55', 'Umuhuza aims to be: A service and training centre in peaceful management of conflicts and family literacy, a listening and advisory partner for victims of violence and a conduit for dialogue within communities.', 'Identity', '', 'publish', 'open', 'closed', '', 'get-online-christian-education', '', '', '2023-10-06 16:02:25', '2023-10-06 16:02:25', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=257', 0, 'cpt_services', '', 0),
(258, 1, '2018-01-10 14:00:35', '2018-01-10 14:00:35', '<strong>To enhance the positive socio-economic transformation of communities through building resilient capacities.</strong>', 'Our Mission', '', 'publish', 'open', 'closed', '', 'join-our-charity-programs', '', '', '2023-11-06 21:40:27', '2023-11-06 21:40:27', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=258', 0, 'cpt_services', '', 0),
(259, 1, '2018-01-10 14:05:01', '2018-01-10 14:05:01', 'Umuhuza envisions a society in which communities live in harmony, mutual respect and dignity.', 'Our Vision', '', 'publish', 'open', 'closed', '', 'join-global-christian-community', '', '', '2023-10-06 16:03:33', '2023-10-06 16:03:33', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=259', 0, 'cpt_services', '', 0),
(260, 1, '2018-01-10 14:03:05', '2018-01-10 14:03:05', '', 'post-18-copyright', '', 'inherit', 'open', 'closed', '', 'post-18-copyright', '', '', '2018-01-10 14:03:05', '2018-01-10 14:03:05', '', 259, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/post-18-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 1, '2018-01-10 14:19:48', '2018-01-10 14:19:48', 'Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'give', 'Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium dolor emque laudantium, totam rem.', 'publish', 'open', 'closed', '', 'give', '', '', '2018-07-25 08:26:11', '2018-07-25 08:26:11', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=262', 0, 'cpt_services', '', 0),
(263, 1, '2018-01-10 14:21:19', '2018-01-10 14:21:19', 'Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'serve', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.', 'publish', 'open', 'closed', '', 'serve', '', '', '2018-07-25 08:23:34', '2018-07-25 08:23:34', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=263', 0, 'cpt_services', '', 0),
(264, 1, '2018-01-10 14:45:31', '2018-01-10 14:45:31', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1696856737937{background-color: #000000 !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Mutual Respect\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]We treat others with respect. We value diversity among people, ideas and points of views.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Honest and Integrity\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]We are committed to creating a community of integrity, honesty and forthrightness; holding ourselves to high ethical standards of respect and accountability.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Justice\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]We are committed to the peaceful resolution of conflict, sharing of economic and natural resources, and equity in educational opportunities.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solidarity\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]We believe that in a world of inter-dependence, the well-being of each person depends on the well-being of the whole.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Commitment\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]We undertake the responsibility of transforming ourselves and the society within which we live. Further, we steadfastly commit to do our best to realize our mission.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'publish', 'closed', 'closed', '', 'our-mission', '', '', '2023-10-09 13:05:43', '2023-10-09 13:05:43', '', 0, 'https://kreativedesigngroup.com/?page_id=264', 0, 'page', '', 0),
(265, 1, '2018-01-10 14:22:23', '2018-01-10 14:22:23', '', 'img-3-copyright', '', 'inherit', 'open', 'closed', '', 'img-3-copyright', '', '', '2018-01-10 14:22:23', '2018-01-10 14:22:23', '', 264, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-3-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(270, 1, '2018-01-10 16:07:21', '2018-01-10 16:07:21', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"15\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'publish', 'closed', 'closed', '', 'our-story', '', '', '2023-11-08 14:33:27', '2023-11-08 14:33:27', '', 0, 'https://kreativedesigngroup.com/?page_id=270', 0, 'page', '', 0),
(271, 1, '2018-01-10 15:29:00', '2018-01-10 15:29:00', '', 'img-4-copyright', '', 'inherit', 'open', 'closed', '', 'img-4-copyright', '', '', '2018-01-10 15:29:00', '2018-01-10 15:29:00', '', 270, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-4-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2018-01-10 15:37:13', '2018-01-10 15:37:13', '', 'Simon Mudahemuka', '', 'publish', 'open', 'closed', '', 'laura-jones', '', '', '2023-11-10 10:53:42', '2023-11-10 10:53:42', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=272', 0, 'cpt_team', '', 0),
(273, 1, '2018-01-10 15:35:20', '2018-01-10 15:35:20', '', 'team1-copyright', '', 'inherit', 'open', 'closed', '', 'team1-copyright', '', '', '2018-01-10 15:35:20', '2018-01-10 15:35:20', '', 272, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/team1-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(274, 1, '2018-01-10 15:35:24', '2018-01-10 15:35:24', '', 'team2-copyright', '', 'inherit', 'open', 'closed', '', 'team2-copyright', '', '', '2018-01-10 15:35:24', '2018-01-10 15:35:24', '', 272, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/team2-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(275, 1, '2018-01-09 15:38:47', '2018-01-09 15:38:47', '', 'Mathilde KAYITESI', '', 'publish', 'open', 'closed', '', 'robert-moore', '', '', '2023-11-10 10:09:04', '2023-11-10 10:09:04', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=275', 0, 'cpt_team', '', 0),
(277, 1, '2018-01-10 15:45:28', '2018-01-10 15:45:28', '', 'bg_2-copyright', '', 'inherit', 'open', 'closed', '', 'bg_2-copyright', '', '', '2018-01-10 15:45:28', '2018-01-10 15:45:28', '', 270, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/bg_2-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(279, 1, '2018-01-10 16:01:27', '2018-01-10 16:01:27', '', 'img-5-copyright', '', 'inherit', 'open', 'closed', '', 'img-5-copyright', '', '', '2018-01-10 16:01:27', '2018-01-10 16:01:27', '', 270, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2023-12-07 11:23:35', '2018-01-10 16:08:50', ' ', '', '', 'publish', 'closed', 'closed', '', '284', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=284', 4, 'nav_menu_item', '', 0),
(285, 1, '2023-12-07 11:23:35', '2018-01-10 16:08:50', '', 'Who We Are', '', 'publish', 'closed', 'closed', '', '285', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=285', 3, 'nav_menu_item', '', 0),
(286, 1, '2018-01-10 16:30:35', '2018-01-10 16:30:35', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1531740879618{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Welcome\" class=\"subscribe\" subtitle=\"New Here? Let\'s Get Acquainted.\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" icons_position=\"left\"][contact-form-7 id=\"831\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1570794629485{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Our mission is simple: to love God and to love others.\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529322565536{background-color: #f9f7f5 !important;}\"][vc_column icons_position=\"left\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"7/12\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7 vc_col-xs-12\"][vc_empty_space height=\"1.8em\" alter_height=\"none\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"small\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_single_image image=\"63\" img_size=\"full\"][vc_empty_space height=\"1.8em\" alter_height=\"none\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"5/12\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5 vc_col-xs-12\"][vc_empty_space height=\"1.8em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" subtitle=\"Need Prayer? Are you in difficult situation right now? Send Us a Message and we’ll pray for you\" description=\"Upstream seeks out people that are impacting the world around them\" title=\"We Help\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" align=\"center\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" title=\"Make donation\" link=\"/contact\"][vc_empty_space alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"1.8em\" alter_height=\"none\" hide_on_desktop=\"1\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515662452908{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Photo Gallery\" subtitle=\"Visit Our Gallery\"][rev_slider_vc alias=\"gallery\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h4\" title_align=\"center\" link_style=\"default\" subtitle=\"Never Miss News About Our Events!\" title=\"Newsletter\" class=\"subscribe\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529391064992{background-color: #f9f7f5 !important;}\"][vc_column icons_position=\"left\"][trx_sc_blogger type=\"masonry\" hide_excerpt=\"\" no_links=\"\" cat=\"2\" orderby=\"none\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"default\" columns=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529330078585{background-color: #eb763c !important;}\"][vc_column scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1565108980763{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_testimonials type=\"accent\" orderby=\"post_date\" order=\"desc\" slider=\"1\" slider_pagination=\"bottom\" slider_pagination_thumbs=\"\" title_style=\"accent\" title_tag=\"h4\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515600411869{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-maps%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529400884175{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h4\" title_align=\"center\" link_style=\"default\" title=\"Contacts\"][vc_empty_space height=\"24px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"medium\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%5CnIL%2060606%22%2C%22icon%22%3A%22none%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ExMjMtNDU2LTc4OTAlMjIlM0UxMjMtNDU2LTc4OTAlM0MlMkZhJTNFJTBBJTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ExMjMtNDU2LTc4OTklMjIlM0UxMjMtNDU2LTc4OTklM0MlMkZhJTNF%22%2C%22icon%22%3A%22none%22%7D%2C%7B%22title%22%3A%22Service%20Times%20%22%2C%22description%22%3A%22Wednesday%206%3A00%20PM%5CnSaturday%206%3A00%20PM%20%5CnSunday%3A%209%3A45%20AM%20%26%206%3A00%20PM%22%2C%22icon%22%3A%22none%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FzdXBwb3J0JTQwZXhhbXBsZS5jb20lMjIlM0VzdXBwb3J0JTQwZXhhbXBsZS5jb20lM0MlMkZhJTNFJTBBJTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwZXhhbXBsZS5jb20lMjIlM0VpbmZvJTQwZXhhbXBsZS5jb20lM0MlMkZhJTNF%22%2C%22icon%22%3A%22none%22%7D%5D\" title_style=\"default\" title_align=\"center\"][vc_empty_space height=\"24px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" markers=\"%5B%7B%22address%22%3A%22681-749%20Ferry%20St%20Newark%2C%20NJ%2007105%22%2C%22icon%22%3A%2277%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row]', 'Home 3', '', 'publish', 'closed', 'closed', '', 'home-3', '', '', '2020-02-25 09:27:57', '2020-02-25 09:27:57', '', 0, 'https://kreativedesigngroup.com/?page_id=286', 0, 'page', '', 0),
(293, 1, '2018-01-10 16:18:33', '2018-01-10 16:18:33', '', 'img-6-copyright', '', 'inherit', 'open', 'closed', '', 'img-6-copyright', '', '', '2018-01-10 16:18:33', '2018-01-10 16:18:33', '', 286, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-6-copyright.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(301, 1, '2018-01-11 08:37:32', '2018-01-11 08:37:32', '<p>[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1570792629640{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Our mission is simple: to love God and to love others.\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529077407433{background-color: #f9f7f5 !important;}\"][vc_column icons_position=\"left\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][vc_empty_space height=\"4.3333rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"4.3333rem\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" el_class=\"video_block\"][vc_column width=\"1/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531212324771{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-2\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" custom_background_color=\"rgba(0,0,0,0)\" link=\"url:%23video-popup|||\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link=\"/our-mission/\" link_text=\"Get Involved\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space height=\"5rem\" alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_tag=\"h3\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529305698997{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/12\" icons_position=\"left\"][/vc_column][vc_column width=\"5/6\" scheme=\"dark\" icons_position=\"left\"][trx_sc_testimonials type=\"default\" orderby=\"post_date\" order=\"desc\" slider=\"1\" slider_pagination=\"bottom\" slider_pagination_thumbs=\"\" title_style=\"accent\" title_tag=\"h2\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"1\" title=\"Testimonials\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1570530987192{background-size: cover !important;}\"][vc_column scheme=\"dark\" icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%2C%22bg_image%22%3A%22200%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Upcoming Events\" subtitle=\"Calendar Spotlight\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][vc_empty_space hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532514401006{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_widget_recent_news style=\"news-portfolio\" show_categories=\"\" category=\"2\" orderby=\"date\" order=\"desc\" css=\".vc_custom_1533824711504{padding-right: 0px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1570793599897{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\"][/vc_column][vc_column width=\"5/12\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963532446{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570793360424{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955798875{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row]</p>\n', 'Home 2', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2022-08-10 19:00:54', '2022-08-10 19:00:54', '', 0, 'https://kreativedesigngroup.com/?page_id=301', 0, 'page', '', 0),
(304, 1, '2018-01-10 16:43:32', '2018-01-10 16:43:32', 'Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'Join us in making a difference', 'One significant activity as a goal, or specific activities within the church', 'publish', 'open', 'closed', '', 'join-us-in-making-a-difference', '', '', '2018-05-03 09:17:39', '2018-05-03 09:17:39', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=304', 0, 'cpt_services', '', 0),
(309, 1, '2018-01-10 16:57:56', '2018-01-10 16:57:56', 'Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'this week', '20 Aug, 9:45 AM\nMorning Service\n“The Word of God\"', 'publish', 'open', 'closed', '', 'this-week', '', '', '2018-05-10 15:42:17', '2018-05-10 15:42:17', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_services&#038;p=309', 0, 'cpt_services', '', 0),
(316, 1, '2018-01-11 09:21:11', '2018-01-11 09:21:11', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'publish', 'closed', 'closed', '', 'home-1', '', '', '2023-12-19 13:29:38', '2023-12-19 13:29:38', '', 0, 'https://kreativedesigngroup.com/?page_id=316', 0, 'page', '', 0),
(318, 1, '2018-01-11 09:03:39', '2018-01-11 09:03:39', '', 'img-7-copyright', '', 'inherit', 'open', 'closed', '', 'img-7-copyright', '', '', '2018-01-11 09:03:39', '2018-01-11 09:03:39', '', 316, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-7-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(319, 1, '2018-01-11 09:03:42', '2018-01-11 09:03:42', '', 'img-8-copyright', '', 'inherit', 'open', 'closed', '', 'img-8-copyright', '', '', '2018-01-11 09:03:42', '2018-01-11 09:03:42', '', 316, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-8-copyright.jpg', 0, 'attachment', 'image/jpeg', 0),
(327, 1, '2023-12-07 11:23:35', '2018-01-11 09:23:34', '', 'Home', '', 'publish', 'closed', 'closed', '', '327', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=327', 1, 'nav_menu_item', '', 0),
(330, 1, '2018-01-11 10:22:44', '2018-01-11 10:22:44', '[vc_row content_placement=\"middle\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" el_class=\"bottom_footer\"][vc_column icons_position=\"left\"][trx_sc_content size=\"1_1\" float=\"center\" number_position=\"br\" title_style=\"default\" link_style=\"default\" padding=\"none\"][/trx_sc_content][trx_sc_content size=\"1_1\" float=\"center\" number_position=\"br\" title_style=\"default\" link_style=\"default\" padding=\"none\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"2/3\" column_align=\"left\" icons_position=\"left\"][vc_wp_text]Umuhuza Organization © {{Y}}. All rights reserved.[/vc_wp_text][/vc_column_inner][vc_column_inner width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"right\"][trx_widget_socials align=\"right\"][vc_wp_text title=\"Address\"]Remera Sector,Rukiri 1 Cell,Ubumwe Village,KG 125 St 3.[/vc_wp_text][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row]', 'Footer Main', '', 'publish', 'closed', 'closed', '', 'footer-main', '', '', '2023-12-08 13:22:36', '2023-12-08 13:22:36', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_layouts&#038;p=330', 0, 'cpt_layouts', '', 0),
(370, 1, '2018-01-11 11:05:18', '2018-01-11 11:05:18', '[vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_donations_form currency=\"USD\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column][/vc_row]', 'Together, it is possible. We can, and are, making a difference.', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis.', 'publish', 'open', 'closed', '', 'together-it-is-possible-we-can-and-are-making-a-difference', '', '', '2018-01-11 11:05:18', '2018-01-11 11:05:18', '', 0, 'https://kreativedesigngroup.com/?post_type=donation&#038;p=370', 0, 'donation', '', 0),
(371, 1, '2018-01-11 11:08:20', '2018-01-11 11:08:20', '[vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_donations_form currency=\"USD\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column][/vc_row]', 'Support the families that suffered from hurricane in Texas', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis.', 'publish', 'open', 'closed', '', 'support-the-families-that-suffered-from-hurricane-in-texas', '', '', '2018-01-11 11:08:20', '2018-01-11 11:08:20', '', 0, 'https://kreativedesigngroup.com/?post_type=donation&#038;p=371', 0, 'donation', '', 0),
(373, 1, '2018-01-11 11:09:48', '2018-01-11 11:09:48', '[vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_donations_form currency=\"USD\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column][/vc_row]', 'Bringing faith to lost souls in shelters and prisons', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis.', 'publish', 'open', 'closed', '', 'bringing-faith-to-lost-souls-in-shelters-and-prisons', '', '', '2018-01-11 11:09:48', '2018-01-11 11:09:48', '', 0, 'https://kreativedesigngroup.com/?post_type=donation&#038;p=373', 0, 'donation', '', 0),
(374, 1, '2018-01-11 11:11:19', '2018-01-11 11:11:19', '[vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_donations_form currency=\"USD\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column][/vc_row]', 'Sending our volunteers to India, Africa and Malaysia', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis.', 'publish', 'open', 'closed', '', 'sending-our-volunteers-to-india-africa-and-malaysia', '', '', '2018-01-11 11:11:19', '2018-01-11 11:11:19', '', 0, 'https://kreativedesigngroup.com/?post_type=donation&#038;p=374', 0, 'donation', '', 0),
(375, 1, '2018-01-11 11:12:39', '2018-01-11 11:12:39', '[vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euiod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_donations_form currency=\"USD\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_column_text]Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.[/vc_column_text][/vc_column][/vc_row]', 'Clean water, clothing and food for Nigerian kids clinics', 'Lorem ipsuolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis.', 'publish', 'open', 'closed', '', 'clean-water-clothing-and-food-for-nigerian-kids-clinics', '', '', '2018-01-11 11:12:39', '2018-01-11 11:12:39', '', 0, 'https://kreativedesigngroup.com/?post_type=donation&#038;p=375', 0, 'donation', '', 0),
(376, 1, '2018-01-11 11:13:05', '2018-01-11 11:13:05', '[vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Make a Donation\" subtitle=\"You Can Help\"][/vc_column][/vc_row][vc_row el_class=\"grid_give\"][vc_column icons_position=\"left\"][vc_column_text][give_form_grid exclude=\"grid_give\" columns=\"1\" show_goal=\"true\" show_excerpt=\"true\" show_featured_image=\"true\" display_style=\"redirect\" forms_per_page=\"5\"][/vc_column_text][/vc_column][/vc_row][vc_row disable_element=\"yes\"][vc_column icons_position=\"left\"][vc_basic_grid post_type=\"give_forms\" max_items=\"10\" style=\"pagination\" items_per_page=\"3\" element_width=\"12\" paging_design=\"pagination_rounded\" item=\"masonryGrid_Default\" initial_loading_animation=\"none\" grid_id=\"vc_gid:1571135303234-810d2cba-0663-0\" el_class=\"give_grid\"][/vc_column][/vc_row]', 'Donations', '', 'publish', 'closed', 'closed', '', 'donations-2', '', '', '2019-10-15 10:28:37', '2019-10-15 10:28:37', '', 0, 'https://kreativedesigngroup.com/?page_id=376', 0, 'page', '', 0),
(395, 1, '2018-02-06 13:58:23', '2018-02-06 13:58:23', '[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"none\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"5\" columns=\"3\"][/vc_column][/vc_row]', 'Our Programs', '', 'publish', 'closed', 'closed', '', 'service-plus', '', '', '2023-10-09 16:07:17', '2023-10-09 16:07:17', '', 0, 'https://kreativedesigngroup.com/?page_id=395', 0, 'page', '', 0),
(492, 1, '2018-05-28 15:03:16', '2018-05-28 15:03:16', '', 'Untitled-2', '', 'inherit', 'open', 'closed', '', 'untitled-2', '', '', '2018-05-28 15:03:16', '2018-05-28 15:03:16', '', 330, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/Untitled-2.png', 0, 'attachment', 'image/png', 0),
(498, 1, '2018-05-30 14:17:46', '2018-05-30 14:17:46', '', 'house', '', 'inherit', 'open', 'closed', '', 'house', '', '', '2018-05-30 14:17:46', '2018-05-30 14:17:46', '', 159, 'https://kreativedesigngroup.com/wp-content/uploads/2018/05/house.png', 0, 'attachment', 'image/png', 0),
(536, 1, '2018-06-01 08:46:41', '2018-06-01 08:46:41', '<div class=\"sc_form_details trx_addons_columns_wrap\">\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[text* your-name placeholder \"Enter Your Name\"] </label>\n				</div>\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[email* your-email placeholder \"Enter Your Email\"] </label>\n			</div>\n		</div>\n		<label>\n		   [textarea your-message placeholder \"Enter Your Message\"] </label>\n[wpgdprc \"By using this form you agree with the storage and handling of your data by this website.\"]\n\n[submit class:sc_button class:color_style_link3 class:sc_button_bordered class:sc_item_button class:sc_item_button_bordered class:sc_title_button class:sc_button_size_normal class:sc_button_icon_left class:sc_button_hover_slide_left class:sc_button_hover_style_link3 \"Send Message\"]\n1\nPlanet Shakers  Religion, Church \"[your-subject]\"\n[your-name] <[email protected]>\[email protected]\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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [your-email]\n\n\n\n\nPlanet Shakers  Religion, Church \"[your-subject]\"\nPlanet Shakers  Religion, Church <[email protected]>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [email protected]\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.\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 date format is incorrect.\nThis field has a too early date.\nThis field has a too late date.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact', '', 'publish', 'closed', 'closed', '', '1', '', '', '2023-09-12 18:29:14', '2023-09-12 18:29:14', '', 0, 'https://kreativedesigngroup.com/?post_type=wpcf7_contact_form&#038;p=536', 0, 'wpcf7_contact_form', '', 0),
(831, 1, '2018-06-13 08:25:15', '2018-06-13 08:25:15', '<div class=\"get_acquainted\">\n	<label>[text* your-name placeholder \"Enter Your Name\"] </label>\n	<label>[email* your-email placeholder \"Enter Your Email\"] </label>\n	[submit \"Submit Email\"]\n</div>\n1\nPlanet Shakers  Religion, Church \"[your-subject]\"\n[your-name] <[email protected]>\[email protected]\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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [your-email]\n\n\n\n\nPlanet Shakers  Religion, Church \"[your-subject]\"\nPlanet Shakers  Religion, Church <[email protected]>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [email protected]\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.\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.\nInvalid date and time supplied.\nThe date format is incorrect.\nInvalid time supplied.', 'Acquainted', '', 'publish', 'closed', 'closed', '', 'contact_copy', '', '', '2019-10-21 08:54:10', '2019-10-21 08:54:10', '', 0, 'https://kreativedesigngroup.com/?post_type=wpcf7_contact_form&#038;p=831', 0, 'wpcf7_contact_form', '', 0),
(838, 1, '2018-06-13 09:43:11', '2018-06-13 09:43:11', '', 'Young Women in Meeting', 'A group of young women sit together and smile.', 'inherit', 'open', 'closed', '', 'young-women-in-meeting', '', '', '2018-06-13 09:43:11', '2018-06-13 09:43:11', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/06/Depositphotos_20311259_original.jpg', 0, 'attachment', 'image/jpeg', 0),
(863, 1, '2018-06-14 07:57:18', '2018-06-14 07:57:18', '', 'footer_bg', '', 'inherit', 'open', 'closed', '', 'footer_bg', '', '', '2018-06-14 07:57:18', '2018-06-14 07:57:18', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/06/footer_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(867, 1, '2018-06-14 07:57:23', '2018-06-14 07:57:23', '', 'promo_bg-copyright', '', 'inherit', 'open', 'closed', '', 'promo_bg', '', '', '2022-08-18 08:23:05', '2022-08-18 08:23:05', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(872, 1, '2018-06-14 08:06:49', '2018-06-14 08:06:49', '', 'christ', '', 'inherit', 'open', 'closed', '', 'christ-2', '', '', '2018-06-14 08:06:49', '2018-06-14 08:06:49', '', 316, 'https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png', 0, 'attachment', 'image/png', 0),
(1089, 1, '2018-06-20 13:07:26', '2018-06-20 13:07:26', '', 'post-1-copyright-1170x658', '', 'inherit', 'open', 'closed', '', 'post-1-copyright-1170x658', '', '', '2018-06-20 13:07:26', '2018-06-20 13:07:26', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/06/post-1-copyright-1170x658.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(1138, 1, '2018-07-10 07:19:42', '2018-07-10 07:19:42', '[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690588959{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>1. INTRODUCTION</h5>\n<span style=\"font-weight: 400;\">AxiomTheme (website url address: <a href=\"https://axiomthemes.com/\" target=\"_blank\" rel=\"noopener noreferrer\"> https://axiomthemes.com/</a>) appreciates your business and trust</span><span style=\"font-weight: 400;\">. We are Cyprus based company, creating products to enhance your website building experience. Please read this Privacy Policy, providing consent to both documents in order to have permission to use our services.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690597112{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>2. DATA COLLECTED</h5>\n<h6><span style=\"font-weight: 400;\">DATA STORAGE LOCATION</span></h6>\n<span style=\"font-weight: 400;\">We are Cyprus based company and operate web servers hosted in Germany. Our hosting provider Hetzner Online GmbH adheres to the EU/US “Privacy Shield”, ensuring that your data is securely stored and GDPR compliant. For more information on Hetzner Online GmbH privacy policy, please see here: </span><a href=\"https://www.hetzner.com/rechtliches/datenschutz\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Hetzner Data Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">REGISTRATION DATA</span></h6>\n<span style=\"font-weight: 400;\">If you register on our website, we store your chosen username and your email address and any additional personal information added to your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit this information.</span>\n<h6><span style=\"font-weight: 400;\">PURCHASE DATA</span></h6>\n<span style=\"font-weight: 400;\">To receive product support, you have to have one or more Envato/AxiomTheme purchase codes on our website. These purchase codes will be stored together with support expiration dates and your user data. This is required for us to provide you with downloads, product support and other customer services.</span>\n<h6><span style=\"font-weight: 400;\">SUPPORT DATA</span></h6>\n<span style=\"font-weight: 400;\">If you have registered on our website and have a valid support account, you can submit support tickets for assistance. Support form submissions are sent to our third party Ticksy ticketing system. Only the data you explicitly provided is sent, and you are asked for consent, each time you want to create a new support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: </span><a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Ticksy Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">COMMENTS</span></h6>\n<span style=\"font-weight: 400;\">When you leave comments on the website we collect the data shown in the comments form, and also the IP address and browser user agent string to help spam detection.</span>\n<h6><span style=\"font-weight: 400;\">CONTACT FORM</span></h6>\n<span style=\"font-weight: 400;\">Information submitted through the contact form on our site is sent to our company email, hosted by Zoho. Zoho adheres to the EU/US “Privacy Shield” policy and you can find more information about this here: </span><a href=\"https://www.zoho.com/privacy.html\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Zoho Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n\n<span style=\"font-weight: 400;\">These submissions are only kept for customer service purposes they are never used for marketing purposes or shared with third parties.</span>\n<h6><span style=\"font-weight: 400;\">GOOGLE ANALYTICS</span></h6>\n<span style=\"font-weight: 400;\">We use Google Analytics on our site for anonymous reporting of site usage. So, no personalized data is stored. If you would like to opt-out of Google Analytics monitoring your behavior on our website please use this link: </span><a href=\"https://tools.google.com/dlpage/gaoptout/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Google Analytics Opt-out</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">CASES FOR USING THE PERSONAL DATA</span></h6>\n<strong>We use your personal information in the following cases:</strong>\n<ul>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Verification/identification of the user during website usage;</span></li>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Providing Technical Assistance;</span></li>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Sending updates to our users with important information to inform about news/changes;</span></li>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Checking the accounts’ activity in order to prevent fraudulent transactions and ensure the security</span></li>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">over our customers’ personal information;</span></li>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Customize the website to make your experience more personal and engaging;</span></li>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Guarantee overall performance and administrative functions run smoothly.</span></li>\n</ul>\n[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690601612{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>3. EMBEDDED CONTENT</h5>\n<span style=\"font-weight: 400;\">Pages on this site may include embedded content, like YouTube videos, for example. Embedded content from other websites behaves in the exact same way as if you visited the other website.</span>\n\n<span style=\"font-weight: 400;\">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. Below you can find a list of the services we use:</span>\n<h6><span style=\"font-weight: 400;\">FACEBOOK</span></h6>\n<span style=\"font-weight: 400;\">The Facebook page plugin is used to display our Facebook timeline on our site. Facebook has its own cookie and privacy policies over which we have no control. There is no installation of cookies from Facebook and your IP is not sent to a Facebook server until you consent to it. See their privacy policy here: </span><a href=\"https://www.facebook.com/privacy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Facebook Privacy Policy </span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">TWITTER</span></h6>\n<span style=\"font-weight: 400;\">We use the Twitter API to display our tweets timeline on our site. Twitter has its own cookie and privacy policies over which we have no control. Your IP is not sent to a Twitter server until you consent to it. See their privacy policy here: </span><a href=\"https://twitter.com/privacy\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Twitter Privacy Policy </span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">YOUTUBE</span></h6>\n<span style=\"font-weight: 400;\">We use YouTube videos embedded on our site. YouTube has its own cookie and privacy policies over which we have no control. There is no installation of cookies from YouTube and your IP is not sent to a YouTube server until you consent to it. See their privacy policy here: </span><a href=\"https://www.youtube.com/static?template=privacy_guidelines\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">YouTube Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690606563{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>4. COOKIES</h5>\n<span style=\"font-weight: 400;\">This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymized tracking data to third party applications like Google Analytics. Cookies generally exist to make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the help section of your browser.</span>\n<h6><span style=\"font-weight: 400;\">NECESSARY COOKIES (ALL SITE VISITORS)</span></h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>cfduid:</b><span style=\"font-weight: 400;\"> Is used for our CDN CloudFlare to identify individual clients behind a shared IP address and apply security settings on a per-client basis. See more information on privacy here: </span><a href=\"https://www.cloudflare.com/privacypolicy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">CloudFlare Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span></li>\n 	<li style=\"font-weight: 400;\"><b>PHPSESSID:</b><span style=\"font-weight: 400;\"> To identify your unique session on the website.</span></li>\n</ul>\n<h6><span style=\"font-weight: 400;\">NECESSARY COOKIES (ADDITIONAL FOR LOGGED IN CUSTOMERS)</span></h6>\n<ul>\n 	<li style=\"font-weight: 400;\"><b>wp-auth:</b><span style=\"font-weight: 400;\"> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</span></li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_logged_in_{hash}:</b><span style=\"font-weight: 400;\"> Used by WordPress to authenticate logged-in visitors, password authentication and user verification.</span></li>\n 	<li style=\"font-weight: 400;\"><b>wordpress_test_cookie</b><span style=\"font-weight: 400;\"> Used by WordPress to ensure cookies are working correctly.</span></li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b><span style=\"font-weight: 400;\"> WordPress sets a few wp-settings-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</span></li>\n 	<li style=\"font-weight: 400;\"><b>wp-settings-[UID]:</b><span style=\"font-weight: 400;\">WordPress also sets a few wp-settings-{time}-[UID] cookies. The number on the end is your individual user ID from the users database table. This is used to customize your view of admin interface, and possibly also the main site interface.</span></li>\n</ul>\n[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>5. WHO HAS ACCESS TO YOUR DATA</h5>\n<span style=\"font-weight: 400;\">If you are not a registered client for our site, there is no personal information we can retain or view regarding yourself.</span>\n\n<span style=\"font-weight: 400;\">If you are a client with a registered account, your personal information can be accessed by:</span>\n<ul>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Our system administrators.</span></li>\n 	<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Our supporters when they (in order to provide support) need to get the information about the client accounts and access.</span></li>\n</ul>\n[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>6. THIRD PARTY ACCESS TO YOUR DATA</h5>\n<span style=\"font-weight: 400;\">We don’t share your data with third-parties in a way as to reveal any of your personal information like email, name, etc. The only exceptions to that rule are for partners we have to share limited data with in order to provide the services you expect from us. Please see below:</span>\n<h6><span style=\"font-weight: 400;\">ENVATO PTY LTD</span></h6>\n<span style=\"font-weight: 400;\">For the purpose of validating and getting your purchase information regarding licenses for our theme, we send your provided tokens and purchase keys to Envato Pty Ltd and use the response from their API to register your validated support data. See the Envato privacy policy here: </span><a href=\"https://envato.com/privacy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Envato Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>\n<h6><span style=\"font-weight: 400;\">TICKSY</span></h6>\n<span style=\"font-weight: 400;\">Ticksy provides the support ticketing platform we use to handle support requests. The data they receive is limited to the data you explicitly provide and consent to being set when you create a support ticket. Ticksy adheres to the EU/US “Privacy Shield” and you can see their privacy policy here: </span><a href=\"https://ticksy.com/privacy-policy/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">Ticksy Privacy Policy</span></a><span style=\"font-weight: 400;\">.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>7. HOW LONG WE RETAIN YOUR DATA</h5>\n<span style=\"font-weight: 400;\">When you submit a support ticket or a comment, its metadata is retained until (if) you tell us to remove it. We use this data so that we can recognize you and approve your comments automatically instead of holding them for moderation.</span>\n\n<span style=\"font-weight: 400;\">If you register on our website, we also store the personal information you provide in your user profile. You can see, edit, or delete your personal information at any time (except changing your username). Website administrators can also see and edit that information.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>8. SECURITY MEASURES</h5>\n<span style=\"font-weight: 400;\">We use the SSL/HTTPS protocol throughout our site. This encrypts our user communications with the servers so that personal identifiable information is not captured/hijacked by third parties without authorization.</span>\n\n<span style=\"font-weight: 400;\">In case of a data breach, system administrators will immediately take all needed steps to ensure system integrity, will contact affected users and will attempt to reset passwords if needed.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>9. YOUR DATA RIGHTS</h5>\n<h6>GENERAL RIGHTS</h6>\n<span style=\"font-weight: 400;\">If you have a registered account on this website or have left comments, you can request an exported file of the personal data we retain, including any additional data you have provided to us.</span>\n\n<span style=\"font-weight: 400;\">\nYou can also request that we erase any of the personal data we have stored. This does not include any data we are obliged to keep for administrative, legal, or security purposes. In short, we cannot erase data that is vital to you being an active customer (i.e. basic account information like an email address).</span>\n\n<span style=\"font-weight: 400;\">If you wish that all of your data is erased, we will no longer be able to offer any support or other product-related services to you.</span>\n<h6>GDPR RIGHTS</h6>\n<span style=\"font-weight: 400;\">Your privacy is critically important to us. Going forward with the GDPR we aim to support the GDPR standard. AxiomTheme permits residents of the European Union to use its Service. Therefore, it is the intent of AxiomTheme to comply with the European General Data Protection Regulation. For more details please see here: <a href=\"https://www.eugdpr.org/\" target=\"_blank\" rel=\"noopener noreferrer\">EU GDPR Information Portal.</a></span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>10. THIRD PARTY WEBSITES</h5>\n<span style=\"font-weight: 400;\">AxiomTheme may post links to third party websites on this website. These third party websites are not screened for privacy or security compliance by AxiomTheme, and you release us from any liability for the conduct of these third party websites.</span>\n\n<span style=\"font-weight: 400;\">All social media sharing links, either displayed as text links or social media icons do not connect you to any of the associated third parties, unless you explicitly click on them.</span>\n\n<span style=\"font-weight: 400;\">Please be aware that this Privacy Policy, and any other policies in place, in addition to any amendments, does not create rights enforceable by third parties or require disclosure of any personal information relating to members of the Service or Site. AxiomTheme bears no responsibility for the information collected or used by any advertiser or third party website. Please review the privacy policy and terms of service for each site you visit through third party links.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>11. RELEASE OF YOUR DATA FOR LEGAL PURPOSES</h5>\n<span style=\"font-weight: 400;\">At times it may become necessary or desirable to AxiomTheme, for legal purposes, to release your information in response to a request from a government agency or a private litigant. You agree that we may disclose your information to a third party where we believe, in good faith, that it is desirable to do so for the purposes of a civil action, criminal investigation, or other legal matter. In the event that we receive a subpoena affecting your privacy, we may elect to notify you to give you an opportunity to file a motion to quash the subpoena, or we may attempt to quash it ourselves, but we are not obligated to do either. We may also proactively report you, and release your information to, third parties where we believe that it is prudent to do so for legal reasons, such as our belief that you have engaged in fraudulent activities. You release us from any damages that may arise from or relate to the release of your information to a request from law enforcement agencies or private litigants.</span>\n\n<span style=\"font-weight: 400;\">Any passing on of personal data for legal purposes will only be done in compliance with laws of the country you reside in.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"70px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1527690611459{background-color: #f7f8f9 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"none\" number_position=\"br\" title_style=\"default\" link_style=\"default\" class=\"p70\"][vc_column_text]\n<h5>12. AMENDMENTS</h5>\n<span style=\"font-weight: 400;\">We may amend this Privacy Policy from time to time. When we amend this Privacy Policy, we will update this page accordingly and require you to accept the amendments in order to be permitted to continue using our services.</span>[/vc_column_text][/trx_sc_content][vc_empty_space height=\"4em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"8em\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2022-08-15 12:31:14', '2022-08-15 12:31:14', '', 0, 'https://kreativedesigngroup.com/?page_id=1138', 0, 'page', '', 0),
(1194, 1, '2019-07-05 12:34:48', '2019-07-05 12:34:48', '<p>\n	<input type=\"email\" name=\"EMAIL\" placeholder=\"Enter Your Email\" required />\n</p>\n<p>\n	<input type=\"submit\" value=\"Subscribe\" class=\"sc_button_hover_style_link3 sc_button_hover_slide_left\"/>\n</p>', 'Subcribe', '', 'publish', 'closed', 'closed', '', '1194', '', '', '2019-07-05 12:34:48', '2019-07-05 12:34:48', '', 0, 'https://kreativedesigngroup.com/mc4wp-form/1194/', 0, 'mc4wp-form', '', 0),
(1213, 1, '2018-07-17 08:07:18', '2018-07-17 08:07:18', '<div class=\"sc_form_details trx_addons_columns_wrap\">\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[text* your-name placeholder \"Enter Your Name\"] </label>\n				</div>\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[email* your-email placeholder \"Enter Your Email\"] </label>\n			</div>\n		</div>\n		<label>\n		   [textarea your-message placeholder \"Enter Your Message\"] </label>\n\n[submit]\n1\nPlanet Shakers  Religion, Church \"[your-subject]\"\n[your-name] <[email protected]>\[email protected]\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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [your-email]\n\n\n\n\nPlanet Shakers  Religion, Church \"[your-subject]\"\nPlanet Shakers  Religion, Church <[email protected]>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [email protected]\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.\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 date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Typography', '', 'publish', 'closed', 'closed', '', 'contact_copy-2', '', '', '2022-08-15 12:27:37', '2022-08-15 12:27:37', '', 0, 'https://kreativedesigngroup.com/?post_type=wpcf7_contact_form&#038;p=1213', 0, 'wpcf7_contact_form', '', 0),
(1374, 1, '2018-08-03 08:52:45', '2018-08-03 08:52:45', '', '', '', 'publish', 'closed', 'closed', '', '1374', '', '', '2018-08-03 08:52:45', '2018-08-03 08:52:45', '', 0, 'https://kreativedesigngroup.com/venue/1374/', 0, 'tribe_venue', '', 0),
(1378, 1, '2018-08-04 11:49:12', '2018-08-04 11:49:12', '[give_receipt]', 'Donation Confirmation', '', 'publish', 'closed', 'closed', '', 'donation-confirmation', '', '', '2018-08-04 11:49:12', '2018-08-04 11:49:12', '', 0, 'https://kreativedesigngroup.com/donation-confirmation/', 0, 'page', '', 0),
(1379, 1, '2018-08-04 11:49:12', '2018-08-04 11:49:12', 'We&#039;re sorry, your donation failed to process. Please try again or contact site support.', 'Donation Failed', '', 'publish', 'closed', 'closed', '', 'donation-failed', '', '', '2018-08-04 11:49:12', '2018-08-04 11:49:12', '', 0, 'https://kreativedesigngroup.com/donation-failed/', 0, 'page', '', 0),
(1380, 1, '2018-08-04 11:49:12', '2018-08-04 11:49:12', '[donation_history]', 'Donation History', '', 'publish', 'closed', 'closed', '', 'donation-history', '', '', '2018-08-04 11:49:12', '2018-08-04 11:49:12', '', 0, 'https://kreativedesigngroup.com/donation-history/', 0, 'page', '', 0),
(1381, 1, '2018-08-04 11:56:57', '2018-08-04 11:56:57', '', 'Center For Environmental Protection', '', 'publish', 'closed', 'closed', '', 'center-for-environmental-protection', '', '', '2019-07-02 13:21:39', '2019-07-02 13:21:39', '', 0, 'https://kreativedesigngroup.com/?post_type=give_forms&#038;p=1381', 0, 'give_forms', '', 0),
(1404, 1, '2018-08-04 13:41:19', '2018-08-04 13:41:19', '', 'Compassion for Animals', '', 'publish', 'closed', 'closed', '', 'compassion-for-animals', '', '', '2019-07-02 13:21:14', '2019-07-02 13:21:14', '', 0, 'https://kreativedesigngroup.com/?post_type=give_forms&#038;p=1404', 0, 'give_forms', '', 0),
(1406, 1, '2018-08-04 13:41:53', '2018-08-04 13:41:53', '', 'Home for Everyone', '', 'publish', 'closed', 'closed', '', 'home-for-everyone', '', '', '2019-07-02 13:20:49', '2019-07-02 13:20:49', '', 0, 'https://kreativedesigngroup.com/?post_type=give_forms&#038;p=1406', 0, 'give_forms', '', 0),
(1409, 1, '2018-08-04 13:42:44', '2018-08-04 13:42:44', '', 'Next Generation Nepal', '', 'publish', 'closed', 'closed', '', 'next-generation-nepal', '', '', '2019-07-02 13:20:27', '2019-07-02 13:20:27', '', 0, 'https://kreativedesigngroup.com/?post_type=give_forms&#038;p=1409', 0, 'give_forms', '', 0),
(1410, 1, '2018-08-04 13:42:57', '2018-08-04 13:42:57', '', 'Education for Kids', '', 'publish', 'closed', 'closed', '', 'education-for-kids', '', '', '2019-07-02 13:20:05', '2019-07-02 13:20:05', '', 0, 'https://kreativedesigngroup.com/?post_type=give_forms&#038;p=1410', 0, 'give_forms', '', 0),
(1411, 1, '2018-08-04 13:43:08', '2018-08-04 13:43:08', '', 'Help Economic Opportunity', '', 'publish', 'closed', 'closed', '', 'help-economic-opportunity', '', '', '2019-07-02 13:19:45', '2019-07-02 13:19:45', '', 0, 'https://kreativedesigngroup.com/?post_type=give_forms&#038;p=1411', 0, 'give_forms', '', 0),
(1444, 1, '2018-08-06 15:32:36', '2018-08-06 15:32:36', '', 'Together, it is possible. We can, and are, making a difference.', '', 'publish', 'closed', 'closed', '', 'together-it-is-possible-we-can-and-are-making-a-difference-4-2', '', '', '2019-06-19 09:07:00', '2019-06-19 09:07:00', '', 0, 'https://kreativedesigngroup.com/?post_type=give_forms&#038;p=1444', 0, 'give_forms', '', 0),
(2001, 1, '2019-10-14 10:28:51', '2019-10-14 10:28:51', '<p>[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\"][vc_column column_align=\"center\" icons_position=\"left\" column_type=\"center\"][vc_empty_space height=\"21px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" css=\".vc_custom_1571064973790{padding-left: 1.4em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" logo=\"33\"][/vc_column_inner][vc_column_inner width=\"3/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"right\"][trx_sc_layouts_menu location=\"menu_main\" hover=\"slide_line\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"1\" mobile_menu=\"1\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][trx_sc_socials align=\"right\" icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"1\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\"][vc_column column_align=\"center\" icons_position=\"left\" column_type=\"center\"][vc_empty_space height=\"16px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" css=\".vc_custom_1533912144013{padding-left: 2.5em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" logo=\"33\"][/vc_column_inner][vc_column_inner width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" css=\".vc_custom_1561213062382{padding-left: 1.8em !important;}\" offset=\"vc_col-lg-offset-0 vc_col-lg-9 vc_col-sm-offset-0\"][trx_sc_layouts_menu location=\"menu_main\" hover=\"slide_line\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"1\" mobile_menu=\"\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][vc_empty_space hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/trx_sc_content][/vc_column][/vc_row][vc_row row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"2\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" offset=\"vc_col-xs-5\"][trx_sc_layouts_logo][/vc_column_inner][vc_column_inner width=\"2/3\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-7\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"none\" mobile_button=\"1\" mobile_menu=\"\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row content_placement=\"bottom\" disable_element=\"yes\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\"][vc_row_inner][vc_column_inner icons_position=\"left\"][trx_sc_layouts_title title=\"1\" meta=\"\" breadcrumbs=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row]</p>\n', 'Header Simple Socials', '', 'publish', 'closed', 'closed', '', 'header-simple-socials', '', '', '2019-10-15 08:05:02', '2019-10-15 08:05:02', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_layouts&#038;p=2001', 0, 'cpt_layouts', '', 0),
(2029, 1, '2019-10-15 08:05:25', '2019-10-15 08:05:25', '<p>[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\"][vc_column column_align=\"center\" icons_position=\"left\" column_type=\"center\"][vc_empty_space height=\"21px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" css=\".vc_custom_1571064973790{padding-left: 1.4em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" logo=\"33\"][/vc_column_inner][vc_column_inner width=\"3/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"right\"][trx_sc_layouts_menu location=\"menu_main\" hover=\"slide_line\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"1\" mobile_menu=\"1\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" link=\"/donations-2/\" title=\"Giving\" class=\"giving_button_top\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"1\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\"][vc_column column_align=\"center\" icons_position=\"left\" column_type=\"center\"][vc_empty_space height=\"16px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" css=\".vc_custom_1533912144013{padding-left: 2.5em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" logo=\"33\"][/vc_column_inner][vc_column_inner width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" css=\".vc_custom_1561213062382{padding-left: 1.8em !important;}\" offset=\"vc_col-lg-offset-0 vc_col-lg-9 vc_col-sm-offset-0\"][trx_sc_layouts_menu location=\"menu_main\" hover=\"slide_line\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"1\" mobile_menu=\"\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][vc_empty_space hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/trx_sc_content][/vc_column][/vc_row][vc_row row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"2\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\" width=\"1_1\" width2=\"1_1\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" offset=\"vc_col-xs-5\"][trx_sc_layouts_logo][/vc_column_inner][vc_column_inner width=\"2/3\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-7\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"none\" mobile_button=\"1\" mobile_menu=\"\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row]</p>\n', 'Header Simple', '', 'publish', 'closed', 'closed', '', 'header-simple', '', '', '2019-10-15 08:06:07', '2019-10-15 08:06:07', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_layouts&#038;p=2029', 0, 'cpt_layouts', '', 0),
(2141, 990002, '2020-01-30 16:02:50', '2020-01-30 16:02:50', '<div class=\"sc_form_details trx_addons_columns_wrap\">\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[text* your-name placeholder \"Enter Your Name\"] </label>\n				</div>\n			<div class=\"trx_addons_column-1_2\">\n				<label class=\"sc_form_field\">\n					[email* your-email placeholder \"Enter Your Email\"] </label>\n			</div>\n		</div>\n		<label>\n		   [textarea your-message placeholder \"Enter Your Message\"] </label>\n		[submit class:sc_button class:sc_button_hover_slide_left \"Send Message\"]\n1\nPlanet Shakers  Religion, Church \"[your-subject]\"\nPlanet Shakers  Religion, Church <[email protected]>\[email protected]\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 Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [your-email]\n\n\n\n\nPlanet Shakers  Religion, Church \"[your-subject]\"\nPlanet Shakers  Religion, Church <[email protected]>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Planet Shakers  Religion, Church (https://kreativedesigngroup.com)\nReply-To: [email protected]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Services Contact Form', '', 'publish', 'closed', 'closed', '', 'services-contact-form', '', '', '2020-01-30 16:18:54', '2020-01-30 16:18:54', '', 0, 'https://kreativedesigngroup.com/?post_type=wpcf7_contact_form&#038;p=2141', 0, 'wpcf7_contact_form', '', 0),
(2306, 1, '2021-12-24 12:04:07', '2021-12-24 12:04:07', '<!-- wp:give/donor-dashboard {\"align\":\"wide\"} /-->', 'Donor Dashboard', '', 'publish', 'close', 'close', '', 'donor-dashboard', '', '', '2021-12-24 12:04:07', '2021-12-24 12:04:07', '', 0, 'https://kreativedesigngroup.com/donor-dashboard/', 0, 'page', '', 0),
(2322, 990002, '2022-08-15 12:46:35', '2022-08-15 12:46:35', '', '94', '', 'publish', 'closed', 'closed', '', 'give-donation-94', '', '', '2022-08-15 12:46:35', '2022-08-15 12:46:35', '', 0, 'https://kreativedesigngroup.com/?post_type=give_payment&#038;p=2322', 0, 'give_payment', '', 0),
(2323, 990002, '2022-08-15 13:53:15', '2022-08-15 13:53:15', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-planet-shakers', '', '', '2022-08-15 13:53:15', '2022-08-15 13:53:15', '', 0, 'https://kreativedesigngroup.com/2022/08/15/wp-global-styles-planet-shakers/', 0, 'wp_global_styles', '', 0),
(2394, 990002, '2023-09-13 10:00:45', '2023-09-13 10:00:45', '<iframe title=\"ThemeREX Intro\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/fzQEtF1AdXg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '1aa4a516e979b675e2aa3e013327fe57', '', '', '2023-09-13 10:00:45', '2023-09-13 10:00:45', '', 0, 'https://kreativedesigngroup.com/2023/09/13/1aa4a516e979b675e2aa3e013327fe57/', 0, 'oembed_cache', '', 0),
(2395, 1, '2023-09-28 14:47:14', '2023-09-28 14:47:14', '', 'home1_slide1-copyright1.jpeg', '', 'inherit', 'closed', 'closed', '', 'home1-slide1-copyright1-jpeg', '', '', '2023-09-28 14:47:14', '2023-09-28 14:47:14', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/revslider/home1/home1_slide1-copyright1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2396, 1, '2023-09-28 14:47:14', '2023-09-28 14:47:14', '', 'home1_slide2-copyright1.jpeg', '', 'inherit', 'closed', 'closed', '', 'home1-slide2-copyright1-jpeg', '', '', '2023-09-28 14:47:14', '2023-09-28 14:47:14', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/revslider/home1/home1_slide2-copyright1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2397, 1, '2023-09-28 14:47:14', '2023-09-28 14:47:14', '', 'home1_slide3-copyright1.jpeg', '', 'inherit', 'closed', 'closed', '', 'home1-slide3-copyright1-jpeg', '', '', '2023-09-28 14:47:14', '2023-09-28 14:47:14', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/revslider/home1/home1_slide3-copyright1.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(2398, 1, '2023-09-28 15:02:25', '2023-09-28 15:02:25', '', 'cropped-umuhuzaLogo-1', '', 'inherit', 'open', 'closed', '', 'cropped-umuhuzalogo-1', '', '', '2023-09-28 15:02:25', '2023-09-28 15:02:25', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2023/09/cropped-umuhuzaLogo-1-2.png', 0, 'attachment', 'image/png', 0),
(2404, 1, '2023-10-04 05:27:49', '2023-10-04 05:27:49', 'https://kreativedesigngroup.com/wp-content/uploads/2023/09/cropped-cropped-umuhuzaLogo-1-2.png', 'cropped-cropped-umuhuzaLogo-1-2.png', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-umuhuzalogo-1-2-png', '', '', '2023-10-04 05:27:49', '2023-10-04 05:27:49', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2023/09/cropped-cropped-umuhuzaLogo-1-2.png', 0, 'attachment', 'image/png', 0),
(2407, 1, '2023-10-04 05:40:35', '2023-10-04 05:40:35', '<p>[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Welcome\" subtitle=\"New Here? Let\'s Get Acquainted.\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"831\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]</p>\n', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-04 05:40:35', '2023-10-04 05:40:35', '', 316, 'https://kreativedesigngroup.com/?p=2407', 0, 'revision', '', 0),
(2408, 1, '2023-10-04 05:48:35', '2023-10-04 05:48:35', '', 's2-min-1', '', 'inherit', 'open', 'closed', '', 's2-min-1', '', '', '2023-10-04 05:48:35', '2023-10-04 05:48:35', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/s2-min-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2409, 1, '2023-10-04 05:51:33', '2023-10-04 05:51:33', '', 's1-min-1', '', 'inherit', 'open', 'closed', '', 's1-min-1', '', '', '2023-10-04 05:51:33', '2023-10-04 05:51:33', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/s1-min-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2413, 1, '2023-10-06 05:41:10', '2023-10-06 05:41:10', '<p>[vc_row content_placement=\"middle\" scheme=\"default\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"1\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561121341652{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}\"][vc_column width=\"5/12\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" column_type=\"center\" css=\".vc_custom_1531400785576{margin-top: 0.2em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"\" mobile_menu=\"1\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][trx_sc_socials align=\"left\" icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" link=\"/donations-2/\" title=\"Giving\" icon_type=\"fontawesome\" icon_fontawesome=\"\" class=\"giving_button_top\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" scheme=\"default\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"1\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"1\" hide_on_frontpage=\"\" css=\".vc_custom_1561121349268{padding-top: 1.5em !important;padding-right: 2em !important;padding-bottom: 1.15em !important;padding-left: 2.6em !important;}\"][vc_column width=\"1/6\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"left\" icons_position=\"left\" column_type=\"center\" css=\".vc_custom_1531400785576{margin-top: 0.2em !important;}\"][trx_sc_layouts_logo hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"5/6\" column_align=\"right\" icons_position=\"left\"][trx_sc_layouts_menu location=\"none\" menu=\"main-menu\" animation_in=\"fadeInUpSmall\" animation_out=\"fadeOutDownSmall\" mobile_button=\"\" mobile_menu=\"\" hide_on_mobile=\"1\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][trx_sc_socials align=\"left\" icons=\"%5B%7B%7D%5D\" title_style=\"default\" link_style=\"default\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\" link=\"/donations-2/\" title=\"Giving\" icon_type=\"fontawesome\" icon_fontawesome=\"\" class=\"giving_button_top\"][/vc_column][/vc_row][vc_row row_type=\"compact\" row_delimiter=\"1\" row_fixed=\"2\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\" column_type=\"center\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" link_style=\"default\"][vc_row_inner][vc_column_inner width=\"1/3\" icons_position=\"left\" offset=\"vc_col-xs-5\"][trx_sc_layouts_logo][/vc_column_inner][vc_column_inner width=\"2/3\" fix_column=\"\" column_align=\"right\" icons_position=\"left\" offset=\"vc_col-xs-7\"][vc_empty_space height=\"2px\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_layouts_menu type=\"burger\" location=\"none\" menu=\"none\" mobile_button=\"1\" mobile_menu=\"\" burger=\"\" mobile=\"1\" stretch=\"\" mobile_hide=\"1\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"normal\" row_delimiter=\"\" row_fixed=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"1\" css=\".vc_custom_1527250738669{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][vc_column column_align=\"center\" icons_position=\"left\"][trx_sc_content size=\"1_1\" number_position=\"br\" title_style=\"default\" title_align=\"default\" link_style=\"default\" padding=\"none\"][trx_sc_layouts_title title=\"1\" meta=\"\" breadcrumbs=\"1\" use_featured_image=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" icon_type=\"fontawesome\" icon_fontawesome=\"\"][/trx_sc_content][/vc_column][/vc_row]</p>\n', 'Header Fullwidth Simple', '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2023-10-06 05:41:10', '2023-10-06 05:41:10', '', 12, 'https://kreativedesigngroup.com/?p=2413', 0, 'revision', '', 0),
(2416, 1, '2023-10-06 15:16:57', '2023-10-06 15:16:57', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"831\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:16:57', '2023-10-06 15:16:57', '', 316, 'https://kreativedesigngroup.com/?p=2416', 0, 'revision', '', 0),
(2417, 1, '2023-10-06 15:21:44', '2023-10-06 15:21:44', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"831\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:21:44', '2023-10-06 15:21:44', '', 316, 'https://kreativedesigngroup.com/?p=2417', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2418, 1, '2023-10-06 15:25:41', '2023-10-06 15:25:41', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_form type=\"default\" align=\"Default\" labels=\"\" title_style=\"default\" button_caption=\"Submit email\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:25:41', '2023-10-06 15:25:41', '', 316, 'https://kreativedesigngroup.com/?p=2418', 0, 'revision', '', 0),
(2419, 1, '2023-10-06 15:31:56', '2023-10-06 15:31:56', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"2141\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:31:56', '2023-10-06 15:31:56', '', 316, 'https://kreativedesigngroup.com/?p=2419', 0, 'revision', '', 0),
(2421, 1, '2023-10-06 15:41:51', '2023-10-06 15:41:51', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"2420\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:41:51', '2023-10-06 15:41:51', '', 316, 'https://kreativedesigngroup.com/?p=2421', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2422, 1, '2023-10-06 15:44:01', '2023-10-06 15:44:01', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"536\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:44:01', '2023-10-06 15:44:01', '', 316, 'https://kreativedesigngroup.com/?p=2422', 0, 'revision', '', 0),
(2423, 1, '2023-10-06 15:45:15', '2023-10-06 15:45:15', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"1213\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:45:15', '2023-10-06 15:45:15', '', 316, 'https://kreativedesigngroup.com/?p=2423', 0, 'revision', '', 0),
(2424, 1, '2023-10-06 15:46:32', '2023-10-06 15:46:32', '<label>\r\n    [email* your-email autocomplete:email]  [submit \"Submit\"]\r\n</label>\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\n[_site_admin_email]\nFrom: [your-name] [your-email]\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <[email protected]>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\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.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\nInvalid date and time supplied.\nInvalid date supplied.\nInvalid time supplied.', 'Subscribe', '', 'publish', 'closed', 'closed', '', 'subscribe', '', '', '2023-10-06 15:47:55', '2023-10-06 15:47:55', '', 0, 'https://kreativedesigngroup.com/?post_type=wpcf7_contact_form&#038;p=2424', 0, 'wpcf7_contact_form', '', 0),
(2425, 1, '2023-10-06 15:47:08', '2023-10-06 15:47:08', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1529678309572{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face-1%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1528876852860{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Register to\" subtitle=\"Our Newsletter\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/4\" column_align=\"center\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][contact-form-7 id=\"2424\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"3rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:47:08', '2023-10-06 15:47:08', '', 316, 'https://kreativedesigngroup.com/?p=2425', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2426, 1, '2023-10-06 15:51:12', '2023-10-06 15:51:12', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 15:51:12', '2023-10-06 15:51:12', '', 316, 'https://kreativedesigngroup.com/?p=2426', 0, 'revision', '', 0),
(2427, 1, '2023-10-06 15:57:37', '2023-10-06 15:57:37', '', 'IMG_8708', '', 'inherit', 'open', 'closed', '', 'img_8708', '', '', '2023-10-06 15:57:37', '2023-10-06 15:57:37', '', 259, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/IMG_8708.jpg', 0, 'attachment', 'image/jpeg', 0),
(2428, 1, '2023-10-06 15:58:57', '2023-10-06 15:58:57', '', 'im3-min', '', 'inherit', 'open', 'closed', '', 'im3-min', '', '', '2023-10-06 15:58:57', '2023-10-06 15:58:57', '', 258, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/im3-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(2429, 1, '2023-10-06 16:02:18', '2023-10-06 16:02:18', '', 'im4-min', '', 'inherit', 'open', 'closed', '', 'im4-min', '', '', '2023-10-06 16:02:18', '2023-10-06 16:02:18', '', 257, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/im4-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(2430, 1, '2023-10-06 16:05:33', '2023-10-06 16:05:33', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Mission\" subtitle=\"Our mission is simple: to love God and to love others.\" link_text=\"Get Involved\" link=\"/our-mission/\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-06 16:05:33', '2023-10-06 16:05:33', '', 316, 'https://kreativedesigngroup.com/?p=2430', 0, 'revision', '', 0),
(2431, 1, '2023-10-07 09:46:48', '2023-10-07 09:46:48', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" link_text=\"Get Involved\" link=\"/our-mission/\" description=\"To instil a culture of peace and conflict management capability within the Rwandan community.\r\nTo promote mutual respect, justice, social and economic equity.\r\nTo revive the positive traditional values of our culture regarding conflict management,\r\nTo break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\nTo participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 09:46:48', '2023-10-07 09:46:48', '', 316, 'https://kreativedesigngroup.com/?p=2431', 0, 'revision', '', 0),
(2432, 1, '2023-10-07 09:47:53', '2023-10-07 09:47:53', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"To instil a culture of peace and conflict management capability within the Rwandan community.\r\nTo promote mutual respect, justice, social and economic equity.\r\nTo revive the positive traditional values of our culture regarding conflict management,\r\nTo break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\nTo participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 09:47:53', '2023-10-07 09:47:53', '', 316, 'https://kreativedesigngroup.com/?p=2432', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2433, 1, '2023-10-07 09:48:50', '2023-10-07 09:48:50', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 09:48:50', '2023-10-07 09:48:50', '', 316, 'https://kreativedesigngroup.com/?p=2433', 0, 'revision', '', 0),
(2434, 1, '2023-10-07 09:49:41', '2023-10-07 09:49:41', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan\r\ncommunity.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling\r\nto the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the\r\neducation and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 09:49:41', '2023-10-07 09:49:41', '', 316, 'https://kreativedesigngroup.com/?p=2434', 0, 'revision', '', 0),
(2435, 1, '2023-10-07 09:50:21', '2023-10-07 09:50:21', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1528898193156{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 09:50:21', '2023-10-07 09:50:21', '', 316, 'https://kreativedesigngroup.com/?p=2435', 0, 'revision', '', 0),
(2436, 1, '2023-10-07 09:56:20', '2023-10-07 09:56:20', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1532512927961{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 09:56:20', '2023-10-07 09:56:20', '', 316, 'https://kreativedesigngroup.com/?p=2436', 0, 'revision', '', 0),
(2437, 1, '2023-10-07 10:24:21', '2023-10-07 10:24:21', '', '5-min', '', 'inherit', 'open', 'closed', '', '5-min', '', '', '2023-10-07 10:24:21', '2023-10-07 10:24:21', '', 316, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/5-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(2438, 1, '2023-10-07 10:24:54', '2023-10-07 10:24:54', '', 'Children reading stories at a reading club in Gakomeye village, Musenyi sector, Bugesera District. The picture was taken in November 2022.-min', '', 'inherit', 'open', 'closed', '', 'children-reading-stories-at-a-reading-club-in-gakomeye-village-musenyi-sector-bugesera-district-the-picture-was-taken-in-november-2022-min', '', '', '2023-10-07 10:24:54', '2023-10-07 10:24:54', '', 316, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(2439, 1, '2023-10-07 10:25:22', '2023-10-07 10:25:22', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" link=\"url:%23video-popup|||\" custom_background_color=\"rgba(255,255,255,0)\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:25:22', '2023-10-07 10:25:22', '', 316, 'https://kreativedesigngroup.com/?p=2439', 0, 'revision', '', 0),
(2440, 1, '2023-10-07 10:25:55', '2023-10-07 10:25:55', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:25:55', '2023-10-07 10:25:55', '', 316, 'https://kreativedesigngroup.com/?p=2440', 0, 'revision', '', 0),
(2441, 1, '2023-10-07 10:27:21', '2023-10-07 10:27:21', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1582563129631{padding-right: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:27:21', '2023-10-07 10:27:21', '', 316, 'https://kreativedesigngroup.com/?p=2441', 0, 'revision', '', 0),
(2442, 1, '2023-10-07 10:28:25', '2023-10-07 10:28:25', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:28:25', '2023-10-07 10:28:25', '', 316, 'https://kreativedesigngroup.com/?p=2442', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2443, 1, '2023-10-07 10:29:53', '2023-10-07 10:29:53', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:29:53', '2023-10-07 10:29:53', '', 316, 'https://kreativedesigngroup.com/?p=2443', 0, 'revision', '', 0),
(2444, 1, '2023-10-07 10:30:48', '2023-10-07 10:30:48', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:30:48', '2023-10-07 10:30:48', '', 316, 'https://kreativedesigngroup.com/?p=2444', 0, 'revision', '', 0),
(2445, 1, '2023-10-07 10:31:13', '2023-10-07 10:31:13', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" link_style=\"bordered\" title=\"Our Objectives\" description=\"- To instil a culture of peace and conflict management capability within the Rwandan community.\r\n- To promote mutual respect, justice, social and economic equity.\r\n- To revive the positive traditional values of our culture regarding conflict management,\r\n- To break the conflict circle by creating an environment of active listening and counselling to the victims of conflicts;\r\n- To participate in the national effort to strengthen social cohesion by promoting the education and the culture of open dialogue within different communities.\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:31:13', '2023-10-07 10:31:13', '', 316, 'https://kreativedesigngroup.com/?p=2445', 0, 'revision', '', 0),
(2446, 1, '2023-10-07 10:39:24', '2023-10-07 10:39:24', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:39:24', '2023-10-07 10:39:24', '', 316, 'https://kreativedesigngroup.com/?p=2446', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2447, 1, '2023-10-07 10:39:55', '2023-10-07 10:39:55', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:39:55', '2023-10-07 10:39:55', '', 316, 'https://kreativedesigngroup.com/?p=2447', 0, 'revision', '', 0),
(2448, 1, '2023-10-07 10:42:06', '2023-10-07 10:42:06', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_custom_heading text=\"Our Objectives\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:42:06', '2023-10-07 10:42:06', '', 316, 'https://kreativedesigngroup.com/?p=2448', 0, 'revision', '', 0),
(2449, 1, '2023-10-07 10:43:11', '2023-10-07 10:43:11', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" google_fonts=\"font_family:Advent%20Pro%3A100%2C200%2C300%2Cregular%2C500%2C600%2C700|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675387139{margin-top: 5px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:43:11', '2023-10-07 10:43:11', '', 316, 'https://kreativedesigngroup.com/?p=2449', 0, 'revision', '', 0),
(2450, 1, '2023-10-07 10:45:40', '2023-10-07 10:45:40', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:left|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675534999{margin-top: 5px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:45:40', '2023-10-07 10:45:40', '', 316, 'https://kreativedesigngroup.com/?p=2450', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2451, 1, '2023-10-07 10:46:08', '2023-10-07 10:46:08', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675562967{margin-top: 5px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:46:08', '2023-10-07 10:46:08', '', 316, 'https://kreativedesigngroup.com/?p=2451', 0, 'revision', '', 0),
(2452, 1, '2023-10-07 10:46:53', '2023-10-07 10:46:53', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675608889{margin-top: 10px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:46:53', '2023-10-07 10:46:53', '', 316, 'https://kreativedesigngroup.com/?p=2452', 0, 'revision', '', 0),
(2453, 1, '2023-10-07 10:47:56', '2023-10-07 10:47:56', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"extra\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"accent\" link_style=\"default\" ids=\"305,304\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:47:56', '2023-10-07 10:47:56', '', 316, 'https://kreativedesigngroup.com/?p=2453', 0, 'revision', '', 0),
(2455, 1, '2023-10-07 10:54:46', '2023-10-07 10:54:46', '', '51415971150_7d6a6d086b_o', '', 'inherit', 'open', 'closed', '', '51415971150_7d6a6d086b_o', '', '', '2023-10-07 10:54:46', '2023-10-07 10:54:46', '', 0, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/51415971150_7d6a6d086b_o.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2456, 1, '2023-10-07 10:57:20', '2023-10-07 10:57:20', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Because We Can\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" link_style=\"default\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:57:20', '2023-10-07 10:57:20', '', 316, 'https://kreativedesigngroup.com/?p=2456', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2457, 1, '2023-10-07 10:58:20', '2023-10-07 10:58:20', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our \" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" link_style=\"default\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 10:58:20', '2023-10-07 10:58:20', '', 316, 'https://kreativedesigngroup.com/?p=2457', 0, 'revision', '', 0),
(2458, 1, '2023-10-07 11:00:11', '2023-10-07 11:00:11', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" link_style=\"default\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 11:00:11', '2023-10-07 11:00:11', '', 316, 'https://kreativedesigngroup.com/?p=2458', 0, 'revision', '', 0),
(2459, 1, '2023-10-07 11:04:28', '2023-10-07 11:04:28', 'Peace education is the process of promoting the knowledge, skills, attitudes and values needed to bring about behavior changes that will enable children, youth and adults to prevent conflict and violence. Umuhuza peace education interventions contribute at educating communities for a new vision of breaking the conflict cycles at family level for the promotion of equal rights between men and women/girls and boys and the protection of human rights with an emphasis on children. In this regards, Umuhuza has interventions in:\n<ol>\n 	<li>Child Rights and Protection</li>\n 	<li>Gender equality and GBV prevention</li>\n 	<li>Social Protection</li>\n</ol>\nUmuhuza organization has undertaken to support and reinforce the capabilities of the Abunzi mediators.  It has developed a training manual for the Abunzi and organized their training in a bid to increase their conflict management capacity. In its peaceful conflict management program to pre-empt violence and despair by addressing the root causes of conflict, Umuhuza, in partnership with Initiatives of Change has organized and facilitated Peace Circles for different groups. Umuhuza intends to use the circle of peace as a tool for healing as well as conflict prevention at household and community levels.', 'Worship Team', 'Upstream seeks out people that are impacting the world around them\n', 'inherit', 'closed', 'closed', '', '199-autosave-v1', '', '', '2023-10-07 11:04:28', '2023-10-07 11:04:28', '', 199, 'https://kreativedesigngroup.com/?p=2459', 0, 'revision', '', 0),
(2460, 1, '2023-10-07 11:03:59', '2023-10-07 11:03:59', '', 'co-min', '', 'inherit', 'open', 'closed', '', 'co-min', '', '', '2023-10-07 11:03:59', '2023-10-07 11:03:59', '', 199, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/co-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(2461, 1, '2023-10-07 11:04:49', '2023-10-07 11:04:49', '', 'IMG_2-min', '', 'inherit', 'open', 'closed', '', 'img_2-min', '', '', '2023-10-07 11:04:49', '2023-10-07 11:04:49', '', 199, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/IMG_2-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(2462, 1, '2023-10-07 11:10:05', '2023-10-07 11:10:05', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 11:10:05', '2023-10-07 11:10:05', '', 316, 'https://kreativedesigngroup.com/?p=2462', 0, 'revision', '', 0),
(2463, 1, '2023-10-07 11:11:17', '2023-10-07 11:11:17', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 11:11:17', '2023-10-07 11:11:17', '', 316, 'https://kreativedesigngroup.com/?p=2463', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2464, 1, '2023-10-07 11:12:24', '2023-10-07 11:12:24', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h5\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 11:12:24', '2023-10-07 11:12:24', '', 316, 'https://kreativedesigngroup.com/?p=2464', 0, 'revision', '', 0),
(2465, 1, '2023-10-07 11:13:04', '2023-10-07 11:13:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 11:13:04', '2023-10-07 11:13:04', '', 316, 'https://kreativedesigngroup.com/?p=2465', 0, 'revision', '', 0),
(2466, 1, '2023-10-07 11:14:24', '2023-10-07 11:14:24', '<article id=\"post-305\" class=\"services_single itemscope post-305 cpt_services type-cpt_services status-publish has-post-thumbnail hentry cpt_services_group-program\"><section class=\"services_page_content entry-content\">\n<div class=\"vc_row wpb_row vc_row-fluid shape_divider_top-none shape_divider_bottom-none\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left\">\n<div class=\"vc_column-inner\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n\nThe Family Literacy Program aims to contribute towards building literate communities by enhancing both formal and informal basic education mechanisms within families.\n\nUmuhuza Family Literacy program focuses on:\n<ul>\n 	<li style=\"list-style-type: none;\">\n<ul>\n 	<li><strong><em>Early childhood development</em></strong> which aim at ensuring that every child is given the opportunity to have the best start in life by achieving their fullest potential. The program highlights the absolute need for families to care for their children, especially during the first six years of their lives.</li>\n 	<li><strong>The culture of reading promotion</strong> or early grade reading: Since 2013, Umuhuza has engaged in the culture of reading by implementing the Community Action component of the Literacy Boost project in partnership with Save the Children. Making the culture of reading promotion a key sub-program of the family literacy program came as a global and national priority, based on the proven fact that reading as a culture contributes to an increased quality of education.</li>\n</ul>\n</li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section></article><section id=\"services_page_tab_comments\" class=\"services_page_section services_page_section_comments\"><section class=\"comments_wrap\">\n<div class=\"comments_form_wrap\">\n<div class=\"comments_form\">\n<div id=\"respond\" class=\"comment-respond\"></div>\n</div>\n</div>\n</section></section>', 'Family Literacy', 'Churches separate their members into groups according to age categories', 'inherit', 'closed', 'closed', '', '198-autosave-v1', '', '', '2023-10-07 11:14:24', '2023-10-07 11:14:24', '', 198, 'https://kreativedesigngroup.com/?p=2466', 0, 'revision', '', 0),
(2467, 1, '2023-10-07 11:14:35', '2023-10-07 11:14:35', '', 'IMG_9026', '', 'inherit', 'open', 'closed', '', 'img_9026', '', '', '2023-10-07 11:14:35', '2023-10-07 11:14:35', '', 198, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/IMG_9026.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2468, 1, '2023-10-07 11:19:17', '2023-10-07 11:19:17', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 11:19:17', '2023-10-07 11:19:17', '', 316, 'https://kreativedesigngroup.com/?p=2468', 0, 'revision', '', 0),
(2469, 1, '2023-10-07 11:20:38', '2023-10-07 11:20:38', 'Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n\nMinim 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. Sed ut perspiciatis unde omnis iste natus error sit.\n\nVoluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Aliquam bibendum lacus quis nulla dignissim faucibus. Sed mauris enim, bibendum at purus aliquet, maximus molestie tortor. Sed faucibus et tellus eu sollicitudin. Sed fringilla malesuada luctus.', 'Organizational Development', 'Some are identified formally as such and are directed towards non-members', 'inherit', 'closed', 'closed', '', '197-autosave-v1', '', '', '2023-10-07 11:20:38', '2023-10-07 11:20:38', '', 197, 'https://kreativedesigngroup.com/?p=2469', 0, 'revision', '', 0),
(2470, 1, '2023-10-07 11:21:02', '2023-10-07 11:21:02', '', '51184862981_ea8f2469cb_o-1', '', 'inherit', 'open', 'closed', '', '51184862981_ea8f2469cb_o-1', '', '', '2023-10-07 11:21:02', '2023-10-07 11:21:02', '', 197, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/51184862981_ea8f2469cb_o-1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2471, 1, '2023-10-07 11:26:14', '2023-10-07 11:26:14', 'In all its actions, Umuhuza Promotes gender through the choice of beneficiaries, the distribution of roles within programs, sensitization about the matrimonial regimes, liberalities and succession law and the land property law.', 'Gender equity', '', 'inherit', 'closed', 'closed', '', '196-autosave-v1', '', '', '2023-10-07 11:26:14', '2023-10-07 11:26:14', '', 196, 'https://kreativedesigngroup.com/?p=2471', 0, 'revision', '', 0),
(2472, 1, '2023-10-07 11:26:54', '2023-10-07 11:26:54', '', 'IMG_7217-min', '', 'inherit', 'open', 'closed', '', 'img_7217-min', '', '', '2023-10-07 11:26:54', '2023-10-07 11:26:54', '', 196, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/IMG_7217-min.jpeg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(2473, 1, '2023-10-07 11:29:01', '2023-10-07 11:29:01', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-07 11:29:01', '2023-10-07 11:29:01', '', 316, 'https://kreativedesigngroup.com/?p=2473', 0, 'revision', '', 0),
(2474, 1, '2023-10-09 10:45:17', '2023-10-09 10:45:17', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h5\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 10:45:17', '2023-10-09 10:45:17', '', 316, 'https://kreativedesigngroup.com/?p=2474', 0, 'revision', '', 0),
(2475, 1, '2023-10-09 10:47:39', '2023-10-09 10:47:39', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1529056645480{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" css=\".vc_custom_1529056682371{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" color_style=\"link3\" link_style=\"default\" title=\"Newsletter\" subtitle=\"Never Miss News About Our Events!\" class=\"subscribe\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_row_inner scheme=\"default\"][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"2/3\" icons_position=\"left\"][vc_column_text][mc4wp_form id=\"1194\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space height=\"4.3337rem\" alter_height=\"small\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 10:47:39', '2023-10-09 10:47:39', '', 316, 'https://kreativedesigngroup.com/?p=2475', 0, 'revision', '', 0),
(2476, 1, '2023-10-09 10:51:57', '2023-10-09 10:51:57', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"0\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 10:51:57', '2023-10-09 10:51:57', '', 316, 'https://kreativedesigngroup.com/?p=2476', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2477, 1, '2023-10-09 10:52:48', '2023-10-09 10:52:48', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"21\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"3\" columns=\"1\"][/vc_column][vc_column width=\"1/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" el_class=\"this_week\"][vc_single_image image=\"192\" img_size=\"large\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"left\" link_style=\"default\" title=\"this week\" description=\"#E-8_MjAlMjBBdWclMkMlMjA5JTNBNDUlMjBBTSUwQU1vcm5pbmclMjBTZXJ2aWNlJTBBJUUyJTgwJTlDVGhlJTIwV29yZCUyMG9mJTIwR29kJTIy\" css=\".vc_custom_1532510670541{background-color: #eb763c !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 10:52:48', '2023-10-09 10:52:48', '', 316, 'https://kreativedesigngroup.com/?p=2477', 0, 'revision', '', 0),
(2479, 1, '2023-10-09 11:06:36', '2023-10-09 11:06:36', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:06:36', '2023-10-09 11:06:36', '', 316, 'https://kreativedesigngroup.com/?p=2479', 0, 'revision', '', 0),
(2480, 1, '2023-10-09 11:07:31', '2023-10-09 11:07:31', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:07:31', '2023-10-09 11:07:31', '', 316, 'https://kreativedesigngroup.com/?p=2480', 0, 'revision', '', 0),
(2481, 1, '2023-10-09 11:08:03', '2023-10-09 11:08:03', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1582558003455{background-color: #f9f7f5 !important;}\"][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Join%20Us%22%2C%22description%22%3A%22Your%20involvement%20can%20bring%20peace%20to%20conflict%20%26%20hope%20to%20the%20hopeless.%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fcontacts%2F%22%2C%22link_text%22%3A%22Let\'s%20connect%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22112%22%7D%5D\" title_style=\"accent\" link_style=\"default\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_action type=\"accent\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Donate%22%2C%22description%22%3A%22Together%2C%20it%20is%20possible.%20We%20can%2C%20and%20are%2C%20making%20a%20difference.%22%2C%22link%22%3A%22%2Fdonations%2Ftogether-it-is-possible-we-can-and-are-making-a-difference-4-2%2F%22%2C%22link_text%22%3A%22Make%20a%20donation%22%2C%22bg_color%22%3A%22%23f9f7f5%22%2C%22image%22%3A%22114%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:08:03', '2023-10-09 11:08:03', '', 316, 'https://kreativedesigngroup.com/?p=2481', 0, 'revision', '', 0),
(2483, 1, '2023-10-09 11:29:18', '2023-10-09 11:29:18', '<p>[vc_row content_placement=\"middle\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" el_class=\"bottom_footer\"][vc_column icons_position=\"left\"][trx_sc_content size=\"1_1\" float=\"center\" number_position=\"br\" title_style=\"default\" link_style=\"default\" padding=\"none\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/4\" column_align=\"left\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"right\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][trx_sc_content size=\"1_1\" float=\"center\" number_position=\"br\" title_style=\"default\" link_style=\"default\" padding=\"none\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"2/3\" column_align=\"left\" icons_position=\"left\"][vc_wp_text]Umuhuza Organization © {{Y}}. All rights reserved.[/vc_wp_text][/vc_column_inner][vc_column_inner width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"right\"][trx_widget_socials align=\"right\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row]</p>\n', 'Footer Main', '', 'inherit', 'closed', 'closed', '', '330-autosave-v1', '', '', '2023-10-09 11:29:18', '2023-10-09 11:29:18', '', 330, 'https://kreativedesigngroup.com/?p=2483', 0, 'revision', '', 0),
(2484, 1, '2023-10-09 11:37:44', '2023-10-09 11:32:51', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 0, 'https://kreativedesigngroup.com/?p=2484', 2, 'nav_menu_item', '', 0),
(2485, 1, '2023-10-09 11:37:44', '2023-10-09 11:32:51', ' ', '', '', 'publish', 'closed', 'closed', '', '2485', '', '', '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 0, 'https://kreativedesigngroup.com/?p=2485', 6, 'nav_menu_item', '', 0),
(2488, 1, '2023-10-09 11:37:44', '2023-10-09 11:35:27', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 0, 'https://kreativedesigngroup.com/?p=2488', 1, 'nav_menu_item', '', 0),
(2489, 1, '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 'Programs', '', 'publish', 'closed', 'closed', '', 'programs', '', '', '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 0, 'https://kreativedesigngroup.com/?p=2489', 4, 'nav_menu_item', '', 0),
(2490, 1, '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events', '', '', '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 0, 'https://kreativedesigngroup.com/?p=2490', 3, 'nav_menu_item', '', 0),
(2491, 1, '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 'Blogs', '', 'publish', 'closed', 'closed', '', 'blogs', '', '', '2023-10-09 11:37:44', '2023-10-09 11:37:44', '', 0, 'https://kreativedesigngroup.com/?p=2491', 5, 'nav_menu_item', '', 0),
(2492, 1, '2023-10-09 11:40:59', '2023-10-09 11:40:59', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1570782473614{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-xs-12\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" color_style=\"link3\" link_style=\"bordered\" title=\"Mission\" link=\"/donations-2/\" link_text=\"Get Involved\" subtitle=\"Thank You for Your Donations. We Couldn\'t Do It without You\"][/vc_column][vc_column width=\"1/12\" icons_position=\"left\" offset=\"vc_hidden-xs\"][/vc_column][vc_column width=\"5/12\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1537963251905{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/christ.png?id=872) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\" offset=\"vc_col-xs-12\" el_class=\"thank_you\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" color_style=\"dark\" link_style=\"default\" title=\"thank you\" css=\".vc_custom_1570197469283{background-size: cover !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1532955347150{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:40:59', '2023-10-09 11:40:59', '', 316, 'https://kreativedesigngroup.com/?p=2492', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2493, 1, '2023-10-09 11:42:08', '2023-10-09 11:42:08', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:42:08', '2023-10-09 11:42:08', '', 316, 'https://kreativedesigngroup.com/?p=2493', 0, 'revision', '', 0),
(2494, 1, '2023-10-09 11:44:03', '2023-10-09 11:44:03', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"default\" pagination=\"pages\" hide_excerpt=\"\" no_links=\"\" cat=\"2\" orderby=\"none\" order=\"asc\" title_style=\"default\" link_style=\"default\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_tweetmeme][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:44:03', '2023-10-09 11:44:03', '', 316, 'https://kreativedesigngroup.com/?p=2494', 0, 'revision', '', 0),
(2495, 1, '2023-10-09 11:44:53', '2023-10-09 11:44:53', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"default\" pagination=\"pages\" hide_excerpt=\"\" no_links=\"\" cat=\"2\" orderby=\"none\" order=\"asc\" title_style=\"default\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_tweetmeme][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:44:53', '2023-10-09 11:44:53', '', 316, 'https://kreativedesigngroup.com/?p=2495', 0, 'revision', '', 0),
(2496, 1, '2023-10-09 11:45:34', '2023-10-09 11:45:34', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"excerpt\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"none\" order=\"asc\" title_style=\"default\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_tweetmeme][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:45:34', '2023-10-09 11:45:34', '', 316, 'https://kreativedesigngroup.com/?p=2496', 0, 'revision', '', 0),
(2497, 1, '2023-10-09 11:46:28', '2023-10-09 11:46:28', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_tweetmeme][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:46:28', '2023-10-09 11:46:28', '', 316, 'https://kreativedesigngroup.com/?p=2497', 0, 'revision', '', 0),
(2498, 1, '2023-10-09 11:48:26', '2023-10-09 11:48:26', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_tweetmeme type=\"follow\" follow_user=\"NgoUmuhumuza\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:48:26', '2023-10-09 11:48:26', '', 316, 'https://kreativedesigngroup.com/?p=2498', 0, 'revision', '', 0),
(2499, 1, '2023-10-09 11:55:18', '2023-10-09 11:55:18', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][cq_vc_videocard videoid=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" showbar=\"true\" textmode=\"bydefault\"][/cq_vc_videocard][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:55:18', '2023-10-09 11:55:18', '', 316, 'https://kreativedesigngroup.com/?p=2499', 0, 'revision', '', 0),
(2500, 1, '2023-10-09 11:56:32', '2023-10-09 11:56:32', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:56:32', '2023-10-09 11:56:32', '', 316, 'https://kreativedesigngroup.com/?p=2500', 0, 'revision', '', 0),
(2501, 1, '2023-10-09 11:58:02', '2023-10-09 11:58:02', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 11:58:02', '2023-10-09 11:58:02', '', 316, 'https://kreativedesigngroup.com/?p=2501', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2502, 1, '2023-10-09 12:56:20', '2023-10-09 12:56:20', '<p>[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Mutual Respect\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]We treat others with respect. We value diversity among people, ideas and points of views.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Honest and Integrity\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]We are committed to creating a community of integrity, honesty and forthrightness; holding ourselves to high ethical standards of respect and accountability.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Justice\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]We are committed to the peaceful resolution of conflict, sharing of economic and natural resources, and equity in educational opportunities.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solidarity\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]We believe that in a world of inter-dependence, the well-being of each person depends on the well-being of the whole.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Commitment\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]We undertake the responsibility of transforming ourselves and the society within which we live. Further, we steadfastly commit to do our best to realize our mission.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][/vc_column][/vc_row]</p>\n', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-autosave-v1', '', '', '2023-10-09 12:56:20', '2023-10-09 12:56:20', '', 264, 'https://kreativedesigngroup.com/?p=2502', 0, 'revision', '', 0),
(2503, 1, '2023-10-09 12:35:34', '2023-10-09 12:35:34', '[vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"265\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][vc_empty_space height=\"1.2rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_button type=\"default\" size=\"small\" new_window=\"\" align=\"center\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" link=\"/contacts/\" title=\"Send a message\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Our mission is simple: to love God and to love others.\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Mission', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:35:34', '2023-10-09 12:35:34', '', 264, 'https://kreativedesigngroup.com/?p=2503', 0, 'revision', '', 0),
(2504, 1, '2023-10-09 12:36:34', '2023-10-09 12:36:34', '', 'about', '', 'inherit', 'open', 'closed', '', 'about-2', '', '', '2023-10-09 12:36:34', '2023-10-09 12:36:34', '', 264, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/about.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2505, 1, '2023-10-09 12:36:48', '2023-10-09 12:36:48', '[vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Our mission is simple: to love God and to love others.\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Mission', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:36:48', '2023-10-09 12:36:48', '', 264, 'https://kreativedesigngroup.com/?p=2505', 0, 'revision', '', 0),
(2506, 1, '2023-10-09 12:39:20', '2023-10-09 12:39:20', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Our Ministries\" subtitle=\"Our mission is simple: to love God and to love others.\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Mission', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:39:20', '2023-10-09 12:39:20', '', 264, 'https://kreativedesigngroup.com/?p=2506', 0, 'revision', '', 0),
(2507, 1, '2023-10-09 12:40:06', '2023-10-09 12:40:06', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Mission', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:40:06', '2023-10-09 12:40:06', '', 264, 'https://kreativedesigngroup.com/?p=2507', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2508, 1, '2023-10-09 12:40:53', '2023-10-09 12:40:53', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:40:53', '2023-10-09 12:40:53', '', 264, 'https://kreativedesigngroup.com/?p=2508', 0, 'revision', '', 0),
(2509, 1, '2023-10-09 12:41:55', '2023-10-09 12:41:55', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:41:55', '2023-10-09 12:41:55', '', 264, 'https://kreativedesigngroup.com/?p=2509', 0, 'revision', '', 0),
(2510, 1, '2023-10-09 12:42:54', '2023-10-09 12:42:54', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"Join\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:42:54', '2023-10-09 12:42:54', '', 264, 'https://kreativedesigngroup.com/?p=2510', 0, 'revision', '', 0),
(2511, 1, '2023-10-09 12:49:13', '2023-10-09 12:49:13', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Jesus: is Our Message\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"People: are Our Heart\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Generosity: is Our Privilege\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Excellence: is Our Spirit\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Servant Leadership: is Our Identity\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]Quuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quiaolor sit amet, consectetur\r\n\r\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:49:13', '2023-10-09 12:49:13', '', 264, 'https://kreativedesigngroup.com/?p=2511', 0, 'revision', '', 0),
(2512, 1, '2023-10-09 12:54:51', '2023-10-09 12:54:51', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Mutual Respect\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]We treat others with respect. We value diversity among people, ideas and points of views.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Honest and Integrity\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]We are committed to creating a community of integrity, honesty and forthrightness; holding ourselves to high ethical standards of respect and accountability.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Justice\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]We are committed to the peaceful resolution of conflict, sharing of economic and natural resources, and equity in educational opportunities.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solidarity\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]We believe that in a world of inter-dependence, the well-being of each person depends on the well-being of the whole.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Commitment\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]We undertake the responsibility of transforming ourselves and the society within which we live. Further, we steadfastly commit to do our best to realize our mission.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_services type=\"iconed\" featured=\"icon\" featured_position=\"top\" no_links=\"\" more_text=\"Go\" hide_excerpt=\"\" no_margin=\"\" icons_animation=\"\" popup=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" ids=\"263,262\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144728542{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/06/promo_bg-copyright.jpg?id=867) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22Conference%20%5C%22Never%20Ending%20Love%5C%22%22%2C%22subtitle%22%3A%222-3%20Aug%2C%202018%22%2C%22link%22%3A%22%2F%2Fkreativedesigngroup.com%2Fevent%2Fwedding-relationship-the-journey-worship%2F%22%2C%22link_text%22%3A%22More%20details%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:54:51', '2023-10-09 12:54:51', '', 264, 'https://kreativedesigngroup.com/?p=2512', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2513, 1, '2023-10-09 12:57:15', '2023-10-09 12:57:15', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1515594723335{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Mutual Respect\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]We treat others with respect. We value diversity among people, ideas and points of views.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Honest and Integrity\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]We are committed to creating a community of integrity, honesty and forthrightness; holding ourselves to high ethical standards of respect and accountability.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Justice\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]We are committed to the peaceful resolution of conflict, sharing of economic and natural resources, and equity in educational opportunities.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solidarity\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]We believe that in a world of inter-dependence, the well-being of each person depends on the well-being of the whole.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Commitment\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]We undertake the responsibility of transforming ourselves and the society within which we live. Further, we steadfastly commit to do our best to realize our mission.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 12:57:15', '2023-10-09 12:57:15', '', 264, 'https://kreativedesigngroup.com/?p=2513', 0, 'revision', '', 0),
(2515, 1, '2023-10-09 13:05:43', '2023-10-09 13:05:43', '[vc_row scheme=\"dark\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" offset=\"vc_col-lg-7 vc_col-md-7\"][vc_single_image image=\"2504\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\" offset=\"vc_col-lg-5 vc_col-md-5\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_tag=\"h5\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"about us\" description=\"Umuhuza is a Non-Governmental Organization founded in 2005 and recognized by Rwanda Governance board in official gazette no 50 bis with legal personality no 104/2014. Umuhuza aims to foster a culture of peace through education, focusing on parents of young children to promote improved childhood development and create peaceful and law abiding citizens. The Organization has defined its vision, mission, values and objectives as follows:\" css=\".vc_custom_1696854916652{margin-top: -0.5em !important;}\"][/vc_column][/vc_row][vc_row shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528371924407{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"bottom\" no_links=\"\" more_text=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" class=\"no_border\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1572254272162{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1696856737937{background-color: #000000 !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_face%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528374476950{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Values\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_tta_accordion c_icon=\"chevron\" c_position=\"right\" active_section=\"\"][vc_tta_section title=\"Mutual Respect\" tab_id=\"1515594732219-af72b81d-cf6d\"][vc_column_text]We treat others with respect. We value diversity among people, ideas and points of views.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Honest and Integrity\" tab_id=\"1515594732226-eb792546-e5ae\"][vc_column_text]We are committed to creating a community of integrity, honesty and forthrightness; holding ourselves to high ethical standards of respect and accountability.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Justice\" tab_id=\"1515594965340-6b02aa41-aa57\"][vc_column_text]We are committed to the peaceful resolution of conflict, sharing of economic and natural resources, and equity in educational opportunities.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Solidarity\" tab_id=\"1515594975208-b023a38d-016c\"][vc_column_text]We believe that in a world of inter-dependence, the well-being of each person depends on the well-being of the whole.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Commitment\" tab_id=\"1515595008039-72c2b58a-dd25\"][vc_column_text]We undertake the responsibility of transforming ourselves and the society within which we live. Further, we steadfastly commit to do our best to realize our mission.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"1\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Who we are', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2023-10-09 13:05:43', '2023-10-09 13:05:43', '', 264, 'https://kreativedesigngroup.com/?p=2515', 0, 'revision', '', 0),
(2516, 1, '2023-10-09 13:07:41', '2023-10-09 13:07:41', '[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Lead pastors\" subtitle=\"Our Pastors\"][trx_sc_team type=\"default\" no_links=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"2\" columns=\"2\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1677144607180{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2022/08/home1_slide1-copyright.jpeg?id=2335) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"sunday_service\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"default\" title_tag=\"h1\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Sunday service\"][trx_sc_title title_style=\"accent\" title_tag=\"h1\" title_align=\"center\" link_style=\"default\" title=\"times\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_row_inner hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_type=\"compact\" row_delimiter=\"\"][vc_column_inner width=\"1/2\" scheme=\"dark\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\" css=\".vc_custom_1532502759422{border-right-width: 2px !important;border-right-color: #9a9a9a !important;border-right-style: solid !important;}\"][vc_column_text]123, New Lenox Chicago, IL 60606[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][vc_column_text]9:15AM / 11AM / 1PM / 4PM / 6PM / 8PM[/vc_column_text][/vc_column_inner][/vc_row_inner][trx_sc_button type=\"default\" new_window=\"\" align=\"center\" icon_position=\"left\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" link=\"//kreativedesigngroup.com/contacts/\" title=\"Get Directions\" css=\".vc_custom_1528118113607{margin-top: 3em !important;margin-bottom: 5.2em !important;}\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" el_class=\"video_block\"][vc_column width=\"1/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531235135525{padding-right: 0px !important;padding-left: 0px !important;background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/img-5-copyright.jpg?id=279) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_promo title_style=\"default\" link_style=\"default\" size=\"normal\"][trx_sc_layouts type=\"popup\" layout=\"2111\" id=\"video-popup\"][/trx_sc_layouts][vc_icon icon_fontawesome=\"icon-play-1\" color=\"white\" background_style=\"rounded\" background_color=\"custom\" size=\"xl\" align=\"center\" custom_background_color=\"rgba(0,0,0,0)\" link=\"url:%23video-popup|||\"][/trx_sc_promo][trx_sc_title title_style=\"shadow\" title_tag=\"h6\" title_align=\"center\" link_style=\"default\" scheme=\"dark\" title=\"Be inspired by biblical teaching from pastor Vanessa Wang\" description=\"05 Aug, 2017\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1562750510070{background-color: #eb763c !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h4\" link_style=\"bordered\" title=\"mission\" link_text=\"Get Involved\" link=\"/our-mission/\" class=\"video_block\" subtitle=\"Our mission is simple: to love God and to love others.\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1528122024465{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-maps%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1528121964989{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_tag=\"h3\" title_align=\"center\" link_style=\"default\" title=\"Contacts\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"medium\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%5CnIL%2060606%22%2C%22icon%22%3A%22none%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ExMjMtNDU2LTc4OTAlMjIlM0UxMjMtNDU2LTc4OTAlM0MlMkZhJTNFJTBBJTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ExMjMtNDU2LTc4OTklMjIlM0UxMjMtNDU2LTc4OTklM0MlMkZhJTNF%22%2C%22icon%22%3A%22none%22%7D%2C%7B%22title%22%3A%22Service%20Times%20%22%2C%22description%22%3A%22Wednesday%206%3A00%20PM%5CnSaturday%206%3A00%20PM%20%5CnSunday%3A%209%3A45%20AM%20%26%206%3A00%20PM%22%2C%22icon%22%3A%22none%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FzdXBwb3J0JTQwZXhhbXBsZS5jb20lMjIlM0VzdXBwb3J0JTQwZXhhbXBsZS5jb20lM0MlMkZhJTNFJTBBJTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwZXhhbXBsZS5jb20lMjIlM0VpbmZvJTQwZXhhbXBsZS5jb20lM0MlMkZhJTNF%22%2C%22icon%22%3A%22none%22%7D%5D\" title_style=\"default\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" markers=\"%5B%7B%22address%22%3A%22681-749%20Ferry%20St%20Newark%2C%20NJ%2007105%22%2C%22icon%22%3A%2277%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row]', 'Our Story', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 13:07:41', '2023-10-09 13:07:41', '', 270, 'https://kreativedesigngroup.com/?p=2516', 0, 'revision', '', 0),
(2517, 1, '2023-10-09 14:42:34', '2023-10-09 14:42:34', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-autosave-v1', '', '', '2023-10-09 14:42:34', '2023-10-09 14:42:34', '', 270, 'https://kreativedesigngroup.com/?p=2517', 0, 'revision', '', 0),
(2518, 1, '2023-10-09 13:09:40', '2023-10-09 13:09:40', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Lead pastors\" subtitle=\"Our Pastors\"][trx_sc_team type=\"default\" no_links=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 13:09:40', '2023-10-09 13:09:40', '', 270, 'https://kreativedesigngroup.com/?p=2518', 0, 'revision', '', 0),
(2519, 1, '2023-10-09 13:12:39', '2023-10-09 13:12:39', '', 'Mathilde KAYITESI', 'EXECUTIVE DIRECTOR', 'inherit', 'closed', 'closed', '', '275-autosave-v1', '', '', '2023-10-09 13:12:39', '2023-10-09 13:12:39', '', 275, 'https://kreativedesigngroup.com/?p=2519', 0, 'revision', '', 0),
(2520, 1, '2023-10-09 14:06:24', '2023-10-09 14:06:24', '', 'Valens KIBERWA Adam', '', 'inherit', 'closed', 'closed', '', '272-autosave-v1', '', '', '2023-10-09 14:06:24', '2023-10-09 14:06:24', '', 272, 'https://kreativedesigngroup.com/?p=2520', 0, 'revision', '', 0),
(2521, 1, '2023-10-09 14:07:45', '2023-10-09 14:07:45', '', '2023-10-09-16-07-umuhuza.org.rw', '', 'inherit', 'open', 'closed', '', '2023-10-09-16-07-umuhuza-org-rw', '', '', '2023-10-09 14:07:45', '2023-10-09 14:07:45', '', 272, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/2023-10-09-16-07-umuhuza.org_.rw_.png', 0, 'attachment', 'image/png', 0),
(2522, 1, '2023-10-09 14:08:50', '2023-10-09 14:08:50', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" title=\"Our \" subtitle=\"Team\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 14:08:50', '2023-10-09 14:08:50', '', 270, 'https://kreativedesigngroup.com/?p=2522', 0, 'revision', '', 0),
(2523, 1, '2023-10-09 14:10:02', '2023-10-09 14:10:02', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 14:10:02', '2023-10-09 14:10:02', '', 270, 'https://kreativedesigngroup.com/?p=2523', 0, 'revision', '', 0),
(2524, 1, '2023-10-09 14:11:56', '2023-10-09 14:11:56', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"desc\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\" css=\".vc_custom_1696860710671{background-color: #d39d00 !important;}\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 14:11:56', '2023-10-09 14:11:56', '', 270, 'https://kreativedesigngroup.com/?p=2524', 0, 'revision', '', 0),
(2525, 1, '2023-10-09 14:13:03', '2023-10-09 14:13:03', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 14:13:03', '2023-10-09 14:13:03', '', 270, 'https://kreativedesigngroup.com/?p=2525', 0, 'revision', '', 0),
(2526, 1, '2023-10-09 17:29:10', '2023-10-09 17:29:10', '', 'Cecile Karabaranga', '', 'publish', 'open', 'closed', '', 'henriette-gwizamahoro', '', '', '2023-10-09 17:31:46', '2023-10-09 17:31:46', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2526', 0, 'cpt_team', '', 0),
(2527, 1, '2023-10-09 14:19:11', '2023-10-09 14:19:11', '', '2023-10-09-16-15-umuhuza.org.rw', '', 'inherit', 'open', 'closed', '', '2023-10-09-16-15-umuhuza-org-rw', '', '', '2023-10-09 14:19:11', '2023-10-09 14:19:11', '', 2526, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/2023-10-09-16-15-umuhuza.org_.rw_.png', 0, 'attachment', 'image/png', 0),
(2530, 1, '2023-10-09 14:39:50', '2023-10-09 14:39:50', '', 'ED-2', '', 'inherit', 'open', 'closed', '', 'ed-2', '', '', '2023-10-09 14:39:50', '2023-10-09 14:39:50', '', 275, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/ED-2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2531, 1, '2023-10-09 14:42:48', '2023-10-09 14:42:48', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 14:42:48', '2023-10-09 14:42:48', '', 270, 'https://kreativedesigngroup.com/?p=2531', 0, 'revision', '', 0),
(2532, 1, '2023-10-09 14:45:56', '2023-10-09 14:45:56', '', 'IMG_1181', '', 'inherit', 'open', 'closed', '', 'img_1181', '', '', '2023-10-09 14:45:56', '2023-10-09 14:45:56', '', 2526, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/IMG_1181.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2533, 1, '2023-10-09 14:49:11', '2023-10-09 14:49:11', '', 'ED-2 (1)', '', 'inherit', 'open', 'closed', '', 'ed-2-1', '', '', '2023-10-09 14:49:11', '2023-10-09 14:49:11', '', 2526, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2534, 1, '2023-10-09 14:50:02', '2023-10-09 14:50:02', '', 'ED-2', '', 'inherit', 'open', 'closed', '', 'ed-2-2', '', '', '2023-10-09 14:50:02', '2023-10-09 14:50:02', '', 272, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/ED-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2535, 1, '2023-10-09 14:57:02', '2023-10-09 14:57:02', '<!-- wp:paragraph -->\n<p><strong>Community-Based</strong>: Activities: by being nearest to the beneficiaries and guaranteeing their participation.  All activities are conducted on the village level;  beneficiaries are involved in all activities from the planning through implementation to the evaluation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Work in Partnership: &nbsp;</strong>to ensure community ownership and program sustainability, Umuhuza values collaboration with beneficiaries and all other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Design for Sustainability: &nbsp;</strong>The Organization plans on a long-term basis; our programs are in alignment with national policies which lends to strengthening communities and enabling them to maintain the program outcomes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Working Areas:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our areas of interventions expanded from one sector of Ngororero District at the beginning to all 426 sectors in 2016 to 2019 under SCOPE Mureke Dusome, a  USAID funded project. Up to date, Umuhuza is working in 12 Districts across the country: Nyamasheke, Nyanza, Nyabihu, Burera,Gasabo, Rulindo, Kicukiro, Nyarugenge, Rwamagana, Ngoma, Kayonza and Ruhango.</p>\n<!-- /wp:paragraph -->', 'Our Approach', '', 'publish', 'closed', 'closed', '', 'our-approach', '', '', '2023-11-09 14:02:16', '2023-11-09 14:02:16', '', 264, 'https://kreativedesigngroup.com/?page_id=2535', 0, 'page', '', 0),
(2536, 1, '2023-10-09 14:57:02', '2023-10-09 14:57:02', '<!-- wp:paragraph -->\n<p><strong>Community-Based</strong> Activities: by being nearest to the beneficiaries and guaranteeing their participation.  All activities are conducted on the village level;   beneficiaries are involved in all activities from the planning through implementation to the evaluation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Work in Partnership:  </strong>to ensure community ownership and program sustainability, Umuhuza values collaboration with beneficiaries and all other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Design for Sustainability:  </strong>The Organization plans on a long-term basis; our programs are in alignment with national policies which lends to strengthening communities and enabling them to maintain the program outcomes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Working Areas:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All thirty districts, four hundred and sixteen sectors (up to December 2019) and since January 2020 in 8 districts (Bugesera, Burera, Gasabo, Kayonza, Kirehe, Ngororero, Nyarugenge and Ruhango) and 75 sectors.</p>\n<!-- /wp:paragraph -->', 'Our Approach', '', 'inherit', 'closed', 'closed', '', '2535-revision-v1', '', '', '2023-10-09 14:57:02', '2023-10-09 14:57:02', '', 2535, 'https://kreativedesigngroup.com/?p=2536', 0, 'revision', '', 0),
(2537, 1, '2023-12-07 11:23:35', '2023-10-09 14:58:25', ' ', '', '', 'publish', 'closed', 'closed', '', '2537', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 264, 'https://kreativedesigngroup.com/?p=2537', 5, 'nav_menu_item', '', 0),
(2538, 1, '2023-10-09 15:34:34', '2023-10-09 15:34:34', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Public institutions</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2539,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/1.png\" alt=\"\" class=\"wp-image-2539\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2540,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/2.png\" alt=\"\" class=\"wp-image-2540\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2541,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/4.png\" alt=\"\" class=\"wp-image-2541\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2543,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/5.png\" alt=\"\" class=\"wp-image-2543\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2542,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/6.png\" alt=\"\" class=\"wp-image-2542\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2544,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/7.png\" alt=\"\" class=\"wp-image-2544\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>International NGOs</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2550,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/8.png\" alt=\"\" class=\"wp-image-2550\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2549,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/9.png\" alt=\"\" class=\"wp-image-2549\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2551,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/10.png\" alt=\"\" class=\"wp-image-2551\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2548,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/11.png\" alt=\"\" class=\"wp-image-2548\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2552,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/12-1.png\" alt=\"\" class=\"wp-image-2552\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>National organizations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2553,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/13.png\" alt=\"\" class=\"wp-image-2553\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2554,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/14.png\" alt=\"\" class=\"wp-image-2554\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2555,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/15.png\" alt=\"\" class=\"wp-image-2555\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Faith organizations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2557,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/16.png\" alt=\"\" class=\"wp-image-2557\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2560,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/17.png\" alt=\"\" class=\"wp-image-2560\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2558,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/18.png\" alt=\"\" class=\"wp-image-2558\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2559,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/19.png\" alt=\"\" class=\"wp-image-2559\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2561,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/20.jpeg\" alt=\"\" class=\"wp-image-2561\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Our Partners', '', 'publish', 'closed', 'closed', '', 'our-partners', '', '', '2023-10-09 18:31:08', '2023-10-09 18:31:08', '', 0, 'https://kreativedesigngroup.com/?page_id=2538', 0, 'page', '', 0),
(2539, 1, '2023-10-09 15:33:41', '2023-10-09 15:33:41', '', '1', '', 'inherit', 'open', 'closed', '', '1-2', '', '', '2023-10-09 15:33:41', '2023-10-09 15:33:41', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/1.png', 0, 'attachment', 'image/png', 0),
(2540, 1, '2023-10-09 15:33:43', '2023-10-09 15:33:43', '', '2', '', 'inherit', 'open', 'closed', '', '2', '', '', '2023-10-09 15:33:43', '2023-10-09 15:33:43', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/2.png', 0, 'attachment', 'image/png', 0),
(2541, 1, '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', '4', '', 'inherit', 'open', 'closed', '', '4', '', '', '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/4.png', 0, 'attachment', 'image/png', 0),
(2542, 1, '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/6.png', 0, 'attachment', 'image/png', 0),
(2543, 1, '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/5.png', 0, 'attachment', 'image/png', 0),
(2544, 1, '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', '7', '', 'inherit', 'open', 'closed', '', '7', '', '', '2023-10-09 15:33:44', '2023-10-09 15:33:44', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/7.png', 0, 'attachment', 'image/png', 0),
(2545, 1, '2023-10-09 15:34:34', '2023-10-09 15:34:34', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2539,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/1.png\" alt=\"\" class=\"wp-image-2539\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2540,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/2.png\" alt=\"\" class=\"wp-image-2540\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2541,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/4.png\" alt=\"\" class=\"wp-image-2541\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2543,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/5.png\" alt=\"\" class=\"wp-image-2543\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2542,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/6.png\" alt=\"\" class=\"wp-image-2542\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2544,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/7.png\" alt=\"\" class=\"wp-image-2544\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Our Partners', '', 'inherit', 'closed', 'closed', '', '2538-revision-v1', '', '', '2023-10-09 15:34:34', '2023-10-09 15:34:34', '', 2538, 'https://kreativedesigngroup.com/?p=2545', 0, 'revision', '', 0),
(2546, 1, '2023-12-07 11:23:35', '2023-10-09 15:35:50', ' ', '', '', 'publish', 'closed', 'closed', '', '2546', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=2546', 6, 'nav_menu_item', '', 0),
(2548, 1, '2023-10-09 15:50:19', '2023-10-09 15:50:19', '', '11', '', 'inherit', 'open', 'closed', '', '11', '', '', '2023-10-09 15:50:19', '2023-10-09 15:50:19', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/11.png', 0, 'attachment', 'image/png', 0),
(2549, 1, '2023-10-09 15:50:20', '2023-10-09 15:50:20', '', '9', '', 'inherit', 'open', 'closed', '', '9', '', '', '2023-10-09 15:50:20', '2023-10-09 15:50:20', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/9.png', 0, 'attachment', 'image/png', 0),
(2550, 1, '2023-10-09 15:50:20', '2023-10-09 15:50:20', '', '8', '', 'inherit', 'open', 'closed', '', '8', '', '', '2023-10-09 15:50:20', '2023-10-09 15:50:20', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/8.png', 0, 'attachment', 'image/png', 0),
(2551, 1, '2023-10-09 15:50:20', '2023-10-09 15:50:20', '', '10', '', 'inherit', 'open', 'closed', '', '10', '', '', '2023-10-09 15:50:20', '2023-10-09 15:50:20', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/10.png', 0, 'attachment', 'image/png', 0),
(2552, 1, '2023-10-09 15:50:21', '2023-10-09 15:50:21', '', '12-1', '', 'inherit', 'open', 'closed', '', '12-1', '', '', '2023-10-09 15:50:21', '2023-10-09 15:50:21', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/12-1.png', 0, 'attachment', 'image/png', 0),
(2553, 1, '2023-10-09 15:51:32', '2023-10-09 15:51:32', '', '13', '', 'inherit', 'open', 'closed', '', '13', '', '', '2023-10-09 15:51:32', '2023-10-09 15:51:32', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/13.png', 0, 'attachment', 'image/png', 0),
(2554, 1, '2023-10-09 15:51:33', '2023-10-09 15:51:33', '', '14', '', 'inherit', 'open', 'closed', '', '14', '', '', '2023-10-09 15:51:33', '2023-10-09 15:51:33', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/14.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `2FCHlI_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
(2555, 1, '2023-10-09 15:51:33', '2023-10-09 15:51:33', '', '15', '', 'inherit', 'open', 'closed', '', '15', '', '', '2023-10-09 15:51:33', '2023-10-09 15:51:33', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/15.png', 0, 'attachment', 'image/png', 0),
(2556, 1, '2023-10-09 15:52:29', '2023-10-09 15:52:29', '', '22', '', 'inherit', 'open', 'closed', '', '22', '', '', '2023-10-09 15:52:29', '2023-10-09 15:52:29', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/22.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2557, 1, '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', '16', '', 'inherit', 'open', 'closed', '', '16', '', '', '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/16.png', 0, 'attachment', 'image/png', 0),
(2558, 1, '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', '18', '', 'inherit', 'open', 'closed', '', '18', '', '', '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/18.png', 0, 'attachment', 'image/png', 0),
(2559, 1, '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', '19', '', 'inherit', 'open', 'closed', '', '19', '', '', '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/19.png', 0, 'attachment', 'image/png', 0),
(2560, 1, '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', '17', '', 'inherit', 'open', 'closed', '', '17', '', '', '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/17.png', 0, 'attachment', 'image/png', 0),
(2561, 1, '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', '20', '', 'inherit', 'open', 'closed', '', '20', '', '', '2023-10-09 15:52:30', '2023-10-09 15:52:30', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/20.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2562, 1, '2023-10-09 15:52:31', '2023-10-09 15:52:31', '', '24', '', 'inherit', 'open', 'closed', '', '24', '', '', '2023-10-09 15:52:31', '2023-10-09 15:52:31', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/24.png', 0, 'attachment', 'image/png', 0),
(2563, 1, '2023-10-09 15:52:32', '2023-10-09 15:52:32', '', '25', '', 'inherit', 'open', 'closed', '', '25', '', '', '2023-10-09 15:52:32', '2023-10-09 15:52:32', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/25.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2564, 1, '2023-10-09 15:52:32', '2023-10-09 15:52:32', '', 'Platform', '', 'inherit', 'open', 'closed', '', 'platform', '', '', '2023-10-09 15:52:32', '2023-10-09 15:52:32', '', 2538, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/Platform.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2565, 1, '2023-10-09 15:56:04', '2023-10-09 15:56:04', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Public institutions</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2539,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/1.png\" alt=\"\" class=\"wp-image-2539\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2540,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/2.png\" alt=\"\" class=\"wp-image-2540\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2541,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/4.png\" alt=\"\" class=\"wp-image-2541\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2543,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/5.png\" alt=\"\" class=\"wp-image-2543\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2542,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/6.png\" alt=\"\" class=\"wp-image-2542\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2544,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/7.png\" alt=\"\" class=\"wp-image-2544\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>International NGOs</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2550,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/8.png\" alt=\"\" class=\"wp-image-2550\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2549,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/9.png\" alt=\"\" class=\"wp-image-2549\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2551,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/10.png\" alt=\"\" class=\"wp-image-2551\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2548,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/11.png\" alt=\"\" class=\"wp-image-2548\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2552,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/12-1.png\" alt=\"\" class=\"wp-image-2552\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>National organizations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2553,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/13.png\" alt=\"\" class=\"wp-image-2553\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2554,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/14.png\" alt=\"\" class=\"wp-image-2554\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2555,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/15.png\" alt=\"\" class=\"wp-image-2555\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Faith organizations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2557,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/16.png\" alt=\"\" class=\"wp-image-2557\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2560,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/17.png\" alt=\"\" class=\"wp-image-2560\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2558,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/18.png\" alt=\"\" class=\"wp-image-2558\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2559,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/19.png\" alt=\"\" class=\"wp-image-2559\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2561,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/20.jpeg\" alt=\"\" class=\"wp-image-2561\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2556,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/22.jpeg\" alt=\"\" class=\"wp-image-2556\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Our Partners', '', 'inherit', 'closed', 'closed', '', '2538-revision-v1', '', '', '2023-10-09 15:56:04', '2023-10-09 15:56:04', '', 2538, 'https://kreativedesigngroup.com/?p=2565', 0, 'revision', '', 0),
(2566, 1, '2023-12-07 11:23:35', '2023-10-09 15:59:35', '', 'Programs', '', 'publish', 'closed', 'closed', '', 'programs-2', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=2566', 7, 'nav_menu_item', '', 0),
(2568, 1, '2023-10-09 16:01:54', '2023-10-09 16:01:54', '<p>[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row]</p>\n', 'Our Programs', '', 'inherit', 'closed', 'closed', '', '395-autosave-v1', '', '', '2023-10-09 16:01:54', '2023-10-09 16:01:54', '', 395, 'https://kreativedesigngroup.com/?p=2568', 0, 'revision', '', 0),
(2569, 1, '2023-10-09 16:02:48', '2023-10-09 16:02:48', '[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"none\" order=\"asc\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row]', 'Our Programs', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2023-10-09 16:02:48', '2023-10-09 16:02:48', '', 395, 'https://kreativedesigngroup.com/?p=2569', 0, 'revision', '', 0),
(2570, 1, '2023-10-09 16:04:16', '2023-10-09 16:04:16', '[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"none\" order=\"desc\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row]', 'Our Programs', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2023-10-09 16:04:16', '2023-10-09 16:04:16', '', 395, 'https://kreativedesigngroup.com/?p=2570', 0, 'revision', '', 0),
(2571, 1, '2023-10-09 16:07:17', '2023-10-09 16:07:17', '[vc_row hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\"][vc_column icons_position=\"left\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"none\" order=\"desc\" title_style=\"default\" link_style=\"default\" count=\"5\" columns=\"3\"][/vc_column][/vc_row]', 'Our Programs', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2023-10-09 16:07:17', '2023-10-09 16:07:17', '', 395, 'https://kreativedesigngroup.com/?p=2571', 0, 'revision', '', 0),
(2572, 1, '2023-12-07 11:23:35', '2023-10-09 16:08:34', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events-2', '', '', '2023-12-07 11:23:35', '2023-12-07 11:23:35', '', 0, 'https://kreativedesigngroup.com/?p=2572', 8, 'nav_menu_item', '', 0),
(2573, 1, '2023-11-10 09:29:40', '2023-11-10 09:29:40', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22KG%20573%20st%2018%2C%20Rwanda%22%2C%22latlng%22%3A%22-1.95805%2C30.12027%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%22Remera%20Sector%2C%20%5CnRukiri%201%20Cell%2C%5CnUbumwe%20Village%2C%5CnKG%20125%20St%203.%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A30PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]</p>\n', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-autosave-v1', '', '', '2023-11-10 09:29:40', '2023-11-10 09:29:40', '', 159, 'https://kreativedesigngroup.com/?p=2573', 0, 'revision', '', 0),
(2574, 1, '2023-10-09 16:13:30', '2023-10-09 16:13:30', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%20IL%2060606%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Service%20Times%20%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1580393211130{padding-bottom: 3.3em !important;background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: center !important;background-repeat: repeat !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\" css=\".vc_custom_1527769584834{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2018/01/blue_pattern.jpg?id=162) !important;background-position: top left !important;}\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:13:30', '2023-10-09 16:13:30', '', 159, 'https://kreativedesigngroup.com/?p=2574', 0, 'revision', '', 0),
(2575, 1, '2023-10-09 16:32:42', '2023-10-09 16:32:42', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%20IL%2060606%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Service%20Times%20%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\" css=\".vc_custom_1696869097033{background-color: #dd9933 !important;}\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869159357{padding-bottom: 3.3em !important;background-color: #dd9933 !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:32:42', '2023-10-09 16:32:42', '', 159, 'https://kreativedesigngroup.com/?p=2575', 0, 'revision', '', 0),
(2576, 1, '2023-10-09 16:38:43', '2023-10-09 16:38:43', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%20IL%2060606%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Service%20Times%20%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\" css=\".vc_custom_1696869097033{background-color: #dd9933 !important;}\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:38:43', '2023-10-09 16:38:43', '', 159, 'https://kreativedesigngroup.com/?p=2576', 0, 'revision', '', 0),
(2577, 1, '2023-10-09 16:40:43', '2023-10-09 16:40:43', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%20IL%2060606%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Service%20Times%20%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:40:43', '2023-10-09 16:40:43', '', 159, 'https://kreativedesigngroup.com/?p=2577', 0, 'revision', '', 0),
(2578, 1, '2023-10-09 16:43:45', '2023-10-09 16:43:45', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%20IL%2060606%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:43:45', '2023-10-09 16:43:45', '', 159, 'https://kreativedesigngroup.com/?p=2578', 0, 'revision', '', 0),
(2579, 1, '2023-10-09 16:44:35', '2023-10-09 16:44:35', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%20IL%2060606%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\" css=\".vc_custom_1696869872895{background-color: #dd9933 !important;}\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:44:35', '2023-10-09 16:44:35', '', 159, 'https://kreativedesigngroup.com/?p=2579', 0, 'revision', '', 0),
(2580, 1, '2023-10-09 16:45:16', '2023-10-09 16:45:16', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22123%2C%20New%20Lenox%20Chicago%2C%20IL%2060606%22%2C%22icon%22%3A%2277%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:45:16', '2023-10-09 16:45:16', '', 159, 'https://kreativedesigngroup.com/?p=2580', 0, 'revision', '', 0),
(2581, 1, '2023-10-09 16:47:46', '2023-10-09 16:47:46', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22KG%20573%20st%2018%2C%20Rwanda%22%2C%22latlng%22%3A%22-1.958020%2C%2030.120369%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A00PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-10-09 16:47:46', '2023-10-09 16:47:46', '', 159, 'https://kreativedesigngroup.com/?p=2581', 0, 'revision', '', 0),
(2582, 1, '2023-10-09 17:17:08', '2023-10-09 17:17:08', '', 'ED-2 (2)', '', 'inherit', 'open', 'closed', '', 'ed-2-2-2', '', '', '2023-10-09 17:17:08', '2023-10-09 17:17:08', '', 272, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/ED-2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2583, 1, '2023-10-09 17:18:02', '2023-10-09 17:18:02', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:18:02', '2023-10-09 17:18:02', '', 270, 'https://kreativedesigngroup.com/?p=2583', 0, 'revision', '', 0),
(2584, 1, '2023-10-09 17:19:30', '2023-10-09 17:19:30', '', 'Jolly Iribagiza', '', 'publish', 'open', 'closed', '', 'jolly-iribagiza', '', '', '2023-11-10 10:15:35', '2023-11-10 10:15:35', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2584', 0, 'cpt_team', '', 0),
(2585, 1, '2023-10-09 17:21:05', '2023-10-09 17:21:05', '', 'Jolly', '', 'inherit', 'open', 'closed', '', 'jolly', '', '', '2023-10-09 17:21:05', '2023-10-09 17:21:05', '', 2584, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/Jolly.jpg', 0, 'attachment', 'image/jpeg', 0),
(2586, 1, '2023-10-09 17:21:46', '2023-10-09 17:21:46', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"9\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:21:46', '2023-10-09 17:21:46', '', 270, 'https://kreativedesigngroup.com/?p=2586', 0, 'revision', '', 0),
(2587, 1, '2023-10-09 17:23:33', '2023-10-09 17:23:33', '', 'Monique Uwineza', '', 'publish', 'open', 'closed', '', 'monique-uwineza', '', '', '2023-10-09 17:27:18', '2023-10-09 17:27:18', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2587', 0, 'cpt_team', '', 0),
(2588, 1, '2023-10-09 17:22:59', '2023-10-09 17:22:59', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"9\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:22:59', '2023-10-09 17:22:59', '', 270, 'https://kreativedesigngroup.com/?p=2588', 0, 'revision', '', 0),
(2589, 1, '2023-10-09 17:27:12', '2023-10-09 17:27:12', '', 'Monique', '', 'inherit', 'open', 'closed', '', 'monique', '', '', '2023-10-09 17:27:12', '2023-10-09 17:27:12', '', 2587, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/Monique.jpg', 0, 'attachment', 'image/jpeg', 0),
(2590, 1, '2023-10-09 17:30:05', '2023-10-09 17:30:05', '', 'Cecile Karabaranga', '', 'inherit', 'closed', 'closed', '', '2526-autosave-v1', '', '', '2023-10-09 17:30:05', '2023-10-09 17:30:05', '', 2526, 'https://kreativedesigngroup.com/?p=2590', 0, 'revision', '', 0),
(2591, 1, '2023-10-09 17:30:17', '2023-10-09 17:30:17', '', 'ED-2 (3)', '', 'inherit', 'open', 'closed', '', 'ed-2-3', '', '', '2023-10-09 17:30:17', '2023-10-09 17:30:17', '', 2526, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2592, 1, '2023-10-09 17:32:33', '2023-10-09 17:32:33', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"featured\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"9\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:32:33', '2023-10-09 17:32:33', '', 270, 'https://kreativedesigngroup.com/?p=2592', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2593, 1, '2023-10-09 17:33:01', '2023-10-09 17:33:01', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"short\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"9\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:33:01', '2023-10-09 17:33:01', '', 270, 'https://kreativedesigngroup.com/?p=2593', 0, 'revision', '', 0),
(2594, 1, '2023-10-09 17:33:38', '2023-10-09 17:33:38', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"short\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"9\" columns=\"4\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:33:38', '2023-10-09 17:33:38', '', 270, 'https://kreativedesigngroup.com/?p=2594', 0, 'revision', '', 0),
(2595, 1, '2023-10-09 17:35:32', '2023-10-09 17:35:32', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"9\" columns=\"4\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:35:32', '2023-10-09 17:35:32', '', 270, 'https://kreativedesigngroup.com/?p=2595', 0, 'revision', '', 0),
(2596, 1, '2023-10-09 17:36:13', '2023-10-09 17:36:13', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"9\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:36:13', '2023-10-09 17:36:13', '', 270, 'https://kreativedesigngroup.com/?p=2596', 0, 'revision', '', 0),
(2597, 1, '2023-10-09 17:40:40', '2023-10-09 17:40:40', '', 'Frederic Byumvuhore', '', 'publish', 'open', 'closed', '', 'frederic-byumvuhore', '', '', '2023-11-10 10:20:33', '2023-11-10 10:20:33', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2597', 0, 'cpt_team', '', 0),
(2598, 1, '2023-10-09 17:40:36', '2023-10-09 17:40:36', '', 'ED-2 (4)', '', 'inherit', 'open', 'closed', '', 'ed-2-4', '', '', '2023-10-09 17:40:36', '2023-10-09 17:40:36', '', 2597, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2599, 1, '2023-10-09 17:43:48', '2023-10-09 17:43:48', '', 'Kevin Masonga', '', 'publish', 'open', 'closed', '', 'kevin-masonga', '', '', '2023-10-09 17:43:48', '2023-10-09 17:43:48', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2599', 0, 'cpt_team', '', 0),
(2600, 1, '2023-10-09 17:43:40', '2023-10-09 17:43:40', '', 'ED-2 (5)', '', 'inherit', 'open', 'closed', '', 'ed-2-5', '', '', '2023-10-09 17:43:40', '2023-10-09 17:43:40', '', 2599, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(2601, 1, '2023-10-09 17:52:58', '2023-10-09 17:52:58', '', 'Kiberwa AValens', '', 'publish', 'open', 'closed', '', 'kiberwa-avalens', '', '', '2023-10-09 17:52:58', '2023-10-09 17:52:58', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2601', 0, 'cpt_team', '', 0),
(2602, 1, '2023-10-09 17:55:11', '2023-10-09 17:55:11', '', 'Augustin Mbarubukeye', '', 'publish', 'open', 'closed', '', 'augustin-mbarubukeye', '', '', '2023-10-09 17:55:11', '2023-10-09 17:55:11', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2602', 0, 'cpt_team', '', 0),
(2603, 1, '2023-10-09 17:55:04', '2023-10-09 17:55:04', '', 'ED-2 (6)', '', 'inherit', 'open', 'closed', '', 'ed-2-6', '', '', '2023-10-09 17:55:04', '2023-10-09 17:55:04', '', 2602, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(2604, 1, '2023-10-09 17:55:30', '2023-10-09 17:55:30', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"12\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-10-09 17:55:30', '2023-10-09 17:55:30', '', 270, 'https://kreativedesigngroup.com/?p=2604', 0, 'revision', '', 0),
(2605, 1, '2023-10-09 17:57:26', '2023-10-09 17:57:26', '', 'Seraphin Irafasha', '', 'publish', 'open', 'closed', '', 'seraphin-irafasha', '', '', '2023-10-09 17:57:26', '2023-10-09 17:57:26', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2605', 0, 'cpt_team', '', 0),
(2606, 1, '2023-10-09 17:57:15', '2023-10-09 17:57:15', '', 'ED-2 (7)', '', 'inherit', 'open', 'closed', '', 'ed-2-7', '', '', '2023-10-09 17:57:15', '2023-10-09 17:57:15', '', 2605, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(2607, 1, '2023-10-09 17:20:44', '2023-10-09 17:20:44', '', 'Christian Shyaka', '', 'publish', 'open', 'closed', '', 'christian-shyaka', '', '', '2023-11-29 10:32:48', '2023-11-29 10:32:48', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2607', 0, 'cpt_team', '', 0),
(2608, 1, '2023-10-09 18:01:12', '2023-10-09 18:01:12', '', 'ED-2 (8)', '', 'inherit', 'open', 'closed', '', 'ed-2-8', '', '', '2023-10-09 18:01:12', '2023-10-09 18:01:12', '', 2607, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(2609, 1, '2023-11-08 13:58:14', '2023-11-08 13:58:14', '', 'Olive Umutoni', '', 'publish', 'open', 'closed', '', 'olive-umutoni', '', '', '2023-11-08 13:58:14', '2023-11-08 13:58:14', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2609', 0, 'cpt_team', '', 0),
(2610, 1, '2023-10-09 18:07:25', '2023-10-09 18:07:25', '', 'Modeste Kayitare', '', 'publish', 'open', 'closed', '', 'modeste-kayitare', '', '', '2023-10-09 18:07:25', '2023-10-09 18:07:25', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2610', 0, 'cpt_team', '', 0),
(2611, 1, '2023-10-09 18:07:16', '2023-10-09 18:07:16', '', 'ED-2 (9)', '', 'inherit', 'open', 'closed', '', 'ed-2-9', '', '', '2023-10-09 18:07:16', '2023-10-09 18:07:16', '', 2610, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/ED-2-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(2614, 1, '2023-10-09 18:13:18', '2023-10-09 18:13:18', '', 'IMG_8708', '', 'inherit', 'open', 'closed', '', 'img_8708-2', '', '', '2023-10-09 18:13:18', '2023-10-09 18:13:18', '', 87, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/IMG_8708.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2615, 1, '2023-10-09 18:13:29', '2023-10-09 18:13:29', '', 'IMG_8716', 'Promote culture of reading for all ', 'inherit', 'open', 'closed', '', 'img_8716', '', '', '2023-11-22 09:42:45', '2023-11-22 09:42:45', '', 87, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/IMG_8716.jpeg', 0, 'attachment', 'image/jpeg', 0),
(2616, 1, '2023-10-09 18:13:37', '2023-10-09 18:13:37', 'On Friday, 19 November, Umuhuza Organisation hosted a delegation from the Canadian High Commission and Right To Play delegates for a field visit in Bugesera District, Ntarama Sector where the team took time to visit <em>Kingabo Reading Club</em>, a home visit with the <em>reading corner</em> and community library and interacted with children, parents, community literacy volunteers and local officials as well.\n\nKingabo Reading Cub is a community place that offers children the chance to participate in fun, engaging literacy activities outside the school environment. Youth and adult volunteers act as leaders for younger children as they participate in a variety of entertaining activities designed to increase their reading abilities and foster a love of learning.\n\nIt was established by Umuhuza organisation in October 2020, in partnership with Right To Play under the GREAT project (Gender- Responsive Education and Transformation) which endeavours to improve quality education for girls and boys at the primary school level through a sustainable and replicable child-centered, play-based learning model, part of the Global Affairs Canada Fund.\n\nThe reading club operates in both outdoors and indoors depending on the weather and the cell office availed a space for indoor activities in its premises and it is facilitated by 2 community literacy volunteers, 1 female and 1 male, who were trained by Umuhuza in partnership with Right to Play on reading clubs management, Play Based Learning and Gender Dynamics back in July and August, 2020.\n\nSince its establishment, Kingabo reading club has registered a total number of 65 children including 42 girls and 23 boys.\n\nThese children attend reading activities twice a week after school programs. They also develop their reading skills and embrace the reading culture from reading Corners-a child set aside space at home with reading materials including books, cardboard, paper, nail, string, scissors; markers of different colors Sample book, word picture cards, letter picture puzzles, and lettered bottle tops.\n\nIn addition, parents who graduated from family literacy parental awareness workshops join the trained community literacy volunteers to collaborate in supporting the reading clubs, and offer their support such as ensuring the management of children, read books with/for children and offer any noticed backup to volunteers to ensure the effectiveness and smooth run of the reading club.\n\nMathilde Kayitesi, the Executive Director of Umuhuza Organisation, welcomed the guests and commended the volunteers and community’s role in protecting and taking advantage of the opportunities offered.\n\nSpeaking on behalf of the delegation during the field visit, Annie Njuguna shared the experience of the visit.\n\n“Children’s learning session was very exciting and it’s also quite exciting to see how young children are able to read. We are very happy for the opportunity to come and paid a visit. Promoting reading culture is a very good initiative that can be replicated in other countries,”Njuguna noted.\n\nMary Khozi, Country Director for Right To Play Rwanda, said that the visit was important to help the donor from Canada experience what is happening in the field.\n\n“Our donor would see our different programmes through documentation and it was a great opportunity to have the delegates down on the field to experience what is happening under our Gender Responsive Education and Transformation (GREAT) Project,” the Director said.\n\nKhozi added: “I am impressed. We see things on paper and sometimes we miss a chance to come to the scene but I was impressed by the reading club. We saw how children are engaged, gender dimension, and the integration of boys and girls equally, without feeling any barriers and even involvement of community volunteers in facilitating.”\n\nShe highlighted the community’s ownership and motivation for the programme, saying it was something that they had embraced and they are happy to take it up.\n\n“It was great to see the reading corner at parents’ home. It’s not just limited to the club but also taken to home and that linkage is very important for the project. It encourages sustainability and strengthens the children’s reading culture. The library is a resource that demonstrates our partnership with government to ensure that structures are in place where we can actually utilize them to support the community.”', 'Umuhuza welcomed High Commission Canada and Right to Play at Kingabo Reading Club in Bugesera District', 'Discover the Love of God that comes from the simple worship of His Will and Power, as He is Our True and Only God! ', 'inherit', 'closed', 'closed', '', '87-revision-v1', '', '', '2023-10-09 18:13:37', '2023-10-09 18:13:37', '', 87, 'https://kreativedesigngroup.com/?p=2616', 0, 'revision', '', 0),
(2618, 1, '2023-10-09 18:17:24', '2023-10-09 18:17:24', '<p>[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]</p>\n<ul id=\"objective-list\">\n<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\n<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\n<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\n<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\n<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\n</ul>\n<p>[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row]</p>\n', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-autosave-v1', '', '', '2023-10-09 18:17:24', '2023-10-09 18:17:24', '', 316, 'https://kreativedesigngroup.com/?p=2618', 0, 'revision', '', 0),
(2619, 1, '2023-10-09 18:17:28', '2023-10-09 18:17:28', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 18:17:28', '2023-10-09 18:17:28', '', 316, 'https://kreativedesigngroup.com/?p=2619', 0, 'revision', '', 0),
(2620, 1, '2023-10-09 18:19:42', '2023-10-09 18:19:42', 'The Board of Directors, Management and Staff of UMUHUZA would like to wish you Merry Christmas and prosperious New Year 2022.', 'Merry Christmas and Happy New Year 2022', 'Upstream seeks out people that are impacting the world around them but lack the necessities.', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2023-10-09 18:19:42', '2023-10-09 18:19:42', '', 82, 'https://kreativedesigngroup.com/?p=2620', 0, 'revision', '', 0),
(2622, 1, '2023-10-09 18:23:13', '2023-10-09 18:23:13', '', 'IMG_8458-min', '', 'inherit', 'open', 'closed', '', 'img_8458-min', '', '', '2023-10-09 18:23:13', '2023-10-09 18:23:13', '', 82, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/IMG_8458-min.jpg', 0, 'attachment', 'image/jpeg', 0),
(2623, 1, '2023-10-09 18:25:01', '2023-10-09 18:25:01', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-10-09 18:25:01', '2023-10-09 18:25:01', '', 316, 'https://kreativedesigngroup.com/?p=2623', 0, 'revision', '', 0),
(2624, 1, '2023-10-09 18:31:06', '2023-10-09 18:31:06', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Public institutions</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2539,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/1.png\" alt=\"\" class=\"wp-image-2539\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2540,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/2.png\" alt=\"\" class=\"wp-image-2540\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2541,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/4.png\" alt=\"\" class=\"wp-image-2541\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2543,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/5.png\" alt=\"\" class=\"wp-image-2543\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2542,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/6.png\" alt=\"\" class=\"wp-image-2542\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2544,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/7.png\" alt=\"\" class=\"wp-image-2544\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>International NGOs</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2550,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/8.png\" alt=\"\" class=\"wp-image-2550\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2549,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/9.png\" alt=\"\" class=\"wp-image-2549\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2551,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/10.png\" alt=\"\" class=\"wp-image-2551\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2548,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/11.png\" alt=\"\" class=\"wp-image-2548\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2552,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/12-1.png\" alt=\"\" class=\"wp-image-2552\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>National organizations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2553,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/13.png\" alt=\"\" class=\"wp-image-2553\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2554,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/14.png\" alt=\"\" class=\"wp-image-2554\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2555,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/15.png\" alt=\"\" class=\"wp-image-2555\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Faith organizations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2557,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/16.png\" alt=\"\" class=\"wp-image-2557\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2560,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/17.png\" alt=\"\" class=\"wp-image-2560\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2558,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/18.png\" alt=\"\" class=\"wp-image-2558\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2559,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/19.png\" alt=\"\" class=\"wp-image-2559\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2561,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/10/20.jpeg\" alt=\"\" class=\"wp-image-2561\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->', 'Our Partners', '', 'inherit', 'closed', 'closed', '', '2538-revision-v1', '', '', '2023-10-09 18:31:06', '2023-10-09 18:31:06', '', 2538, 'https://kreativedesigngroup.com/?p=2624', 0, 'revision', '', 0),
(2627, 990003, '2023-11-06 15:34:26', '2023-11-06 15:34:26', '', 'KPL', '', 'inherit', 'open', 'closed', '', 'kpl', '', '', '2023-11-06 15:34:26', '2023-11-06 15:34:26', '', 89, 'https://kreativedesigngroup.com/wp-content/uploads/2017/12/KPL.jpg', 0, 'attachment', 'image/jpeg', 0),
(2628, 990003, '2023-11-06 15:35:04', '2023-11-06 15:35:04', 'On Thursday 26 August, 20 community librarian volunteers from four districts including Gasabo, Bugesera, Ruhango and Kayonza completed a three-day training, aimed at providing the trainees with effective community library management skills.\n\nThe participants, 10 males and 10 females, were made up of community literacy volunteers and youth volunteers.\n\nThe training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.\n\nCommunity librarian volunteers were prepared to manage community libraries set up by Umuhuza organisation in four districts including Gasabo, Bugesera, Ruhango and Kayonza. The libraries were established in September 2021 as part of the Celebration of National Literacy Month.\n\nDuring the training, the participants learned about the effective use of digital and physical children’s reading resources, library management and book classification and cataloging, and digital library systems and services.\n\nOther topics include  a guide to labeling books for pre-school  children, literacy vis a vis to Rwandan culture, challenges and future perspectives, effective community outreach activities and collaborating with reading clubs and ensuring inclusive library services.\n\nTrainees also toured the Kigali Public Library to learn more about the services offered by the library.\n\nThe organisers held a panel discussion with Umuhuza staff and the Kigali Public Library facilitators to discuss the development and sustainability of community libraries.\n\nClarisse Uwamahoro, facilitator at the Kigali Public Library, said community library volunteers are expected to be the ambassadors who will play an important role in the evolution of the community’s reading culture.\n\n“Trainees need enough library information. For example, some people think that libraries just mean books. But we showed them that libraries can even be places for meetings and trainings. There are gaps in reading culture in the community where members don’t understand it. We hope that trainees can mobilize and encourage other community members to adopt a culture of reading,” Uwamahoro noted.\n\nThe Executive Director of Umuhuza Organisation, Mathilde Kayitesi, thanked Umuhuza and KPL staff and partners, including Bank of Kigali (BK), Right to Play for their support to make the training successful. She also highlighted the enormous contribution of the Kigali Public Library to literacy.\n\nKayitesi urged trainees to be the solution to the problem of illiteracy in their communities.\n\n“Everyone should have a reading culture and spread it to their neighbors. In your community, you should display literacy programs at all community services so that members understand your work and embrace it,” she added.\n\n<strong>Trainees</strong>\n\nRetitia Uwimana from Ntarama sector in Bugesera district said the training would help them provide better services.\n\n“We had lectures on effective library management to all community members. Before, I used to facilitate children, but soon I will be facilitating adults too. We will work with local leaders to get communities to understand the role of reading so they benefit from the facilities,” Uwimana said.\n\n“We are now ready to provide effective services to people who come to the community libraries. The training is constructive, we hope to manage and protect reading materials (books and digital tools) effectively,” Victor Nkizabera of Kinazi Sector in Ruhango District said.', '20 community volunteers gain library management skills', 'The training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.', 'inherit', 'closed', 'closed', '', '89-revision-v1', '', '', '2023-11-06 15:35:04', '2023-11-06 15:35:04', '', 89, 'https://kreativedesigngroup.com/?p=2628', 0, 'revision', '', 0),
(2630, 990003, '2023-11-06 15:42:29', '2023-11-06 15:42:29', 'On Thursday 26 August, 20 community librarian volunteers from four districts including Gasabo, Bugesera, Ruhango and Kayonza completed a three-day training, aimed at providing the trainees with effective community library management skills.\n\nThe participants, 10 males and 10 females, were made up of community literacy volunteers and youth volunteers.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2568\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2127-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\nThe training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.\n\nCommunity librarian volunteers were prepared to manage community libraries set up by Umuhuza organisation in four districts including Gasabo, Bugesera, Ruhango and Kayonza. The libraries were established in September 2021 as part of the Celebration of National Literacy Month.\n\nDuring the training, the participants learned about the effective use of digital and physical children’s reading resources, library management and book classification and cataloging, and digital library systems and services.\n\nOther topics include  a guide to labeling books for pre-school  children, literacy vis a vis to Rwandan culture, challenges and future perspectives, effective community outreach activities and collaborating with reading clubs and ensuring inclusive library services.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2567\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2292-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\nTrainees also toured the Kigali Public Library to learn more about the services offered by the library.\n\nThe organisers held a panel discussion with Umuhuza staff and the Kigali Public Library facilitators to discuss the development and sustainability of community libraries.\n\nClarisse Uwamahoro, facilitator at the Kigali Public Library, said community library volunteers are expected to be the ambassadors who will play an important role in the evolution of the community’s reading culture.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2569\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2255-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\n“Trainees need enough library information. For example, some people think that libraries just mean books. But we showed them that libraries can even be places for meetings and trainings. There are gaps in reading culture in the community where members don’t understand it. We hope that trainees can mobilize and encourage other community members to adopt a culture of reading,” Uwamahoro noted.\n\nThe Executive Director of Umuhuza Organisation, Mathilde Kayitesi, thanked Umuhuza and KPL staff and partners, including Bank of Kigali (BK), Right to Play for their support to make the training successful. She also highlighted the enormous contribution of the Kigali Public Library to literacy.\n\nKayitesi urged trainees to be the solution to the problem of illiteracy in their communities.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2570\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/10/IMG_2393-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" /></figure>\n“Everyone should have a reading culture and spread it to their neighbors. In your community, you should display literacy programs at all community services so that members understand your work and embrace it,” she added.\n\n<strong>Trainees</strong>\n\nRetitia Uwimana from Ntarama sector in Bugesera district said the training would help them provide better services.\n\n“We had lectures on effective library management to all community members. Before, I used to facilitate children, but soon I will be facilitating adults too. We will work with local leaders to get communities to understand the role of reading so they benefit from the facilities,” Uwimana said.\n\n“We are now ready to provide effective services to people who come to the community libraries. The training is constructive, we hope to manage and protect reading materials (books and digital tools) effectively,” Victor Nkizabera of Kinazi Sector in Ruhango District said.', '20 community volunteers gain library management skills', 'The training was organised and conducted by Umuhuza organization in collaboration with the Kigali Public Library, with the support of Bank of Kigali (BK) and Right to play.', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2023-11-06 15:42:29', '2023-11-06 15:42:29', '', 91, 'https://kreativedesigngroup.com/?p=2630', 0, 'revision', '', 0),
(2632, 990003, '2023-11-06 21:08:55', '2023-11-06 21:08:55', '', 'IMG_0111', '', 'inherit', 'open', 'closed', '', 'img_0111', '', '', '2023-11-06 21:08:55', '2023-11-06 21:08:55', '', 101, 'https://kreativedesigngroup.com/wp-content/uploads/2017/12/IMG_0111.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(2633, 990003, '2023-11-06 21:09:32', '2023-11-06 21:09:32', 'Umuhuza in partnership with Save the Children has been training parent facilitators, and positive discipline champions from different parts of the country on how to advocate and contribute to efforts to promote child rights protection.\n\nSince 2017, the project, <em><strong>“Strengthening an Accountable Governance that Protects and Delivers Child Rights.” (Uburere Budahutaza Umwana)</strong> </em>has been carried out in 18 sectors of Burera and Ruhango Districts.\n\nAccording to parents and guardians, the project has changed the way children are viewed and treated in society. This is the result of the commitment of trainers, including parent facilitators and Positive Discipline Champions, to promote and support children’s rights and protection by training other parents on children’s right and helping children understand their rights and encourage discipline.\n\nJean Habumugisha married three wives and had 11 children. He lives in the village of Kamonyi, Byimana sector, Ruhango District.\n\nFor Habumugisha, raising all the children was a burden. As a result, some missed out on school and one withdrew from the family.\n\nHe later received training in children’s rights and changed his mind.\n\n“Some of my children dropped out of school, but after the training I sent them back to school. At present, some have graduated from secondary school. Today I lead by example and encourage other parents to respect children’s rights”\n\nAccording to Francois Rukemangamizi from Burera District, old beliefs in society are the essence of violating children’s rights. It was assumed that beating or harassing a child was the only way to correct him, but under the project parents changed their mindset.\n\nRosette Mukandinda, a widow-Ruhango district, left with five children. In her mind, raising all the children became a burden, and as a result she would abuse them.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2560\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179.jpg\" sizes=\"(max-width: 1000px) 100vw, 1000px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179.jpg 1000w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/IMG_0179-760x507.jpg 760w\" alt=\"\" width=\"1000\" height=\"667\" />\n<figcaption>Rosette Mukandinda said some parents like me didn’t care about children’s rights until we were trained. We are now excellent ambassadors in the community.</figcaption></figure>\nFortunately, Mukandinda changed her mind after receiving training in positive discipline in daily parenting under the Uburere Budahutaza Umwana project.\n\nAfter training, I burst into tears thinking about what I used to do to my children. She said children should not be victims of our family’s problems.\n\n“I believed that smacking a child was a good way to correct him, but I was completely wrong. Some parents like me didn’t care about children’s rights until we were trained. We are now excellent ambassadors in the community,” she pointed out.\n\nFor Beatrice Muhawenimana, a graduate parent and champion of the Butaro sector, Burera District, the <em>Uburere Budahutaza Umwana project</em> is timely in her area. “We are constantly faced with the challenges of parents failing to take care of their children, which can lead to bad behavior, such as drug abuse, dropping out of school, etc. As part of the ‘<em>Uburere Budahutaza Umwana’ </em>project, we are grateful for the changes following training in child rights protection. The project has made a significant difference to the community.”\n\nJeanne Mukarurangwa said: “I was lucky enough to attend children’s rights protection training. Training changed my attitude and later I realized how abusive I had been to my children. Whenever children make mistakes, I treat harshly with taboo words and harsh punishments. This is not just my case, other parents have engaged in similar behavior.”', 'Children’s rights: Community on right track to change treatment of children', 'Umuhuza in partnership with Save the Children has been training parent facilitators, and positive discipline champions from different parts of the country on how to advocate and contribute to efforts to promote child rights protection.', 'inherit', 'closed', 'closed', '', '101-revision-v1', '', '', '2023-11-06 21:09:32', '2023-11-06 21:09:32', '', 101, 'https://kreativedesigngroup.com/?p=2633', 0, 'revision', '', 0),
(2635, 990003, '2023-11-06 21:13:17', '2023-11-06 21:13:17', '', '4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658', '', 'inherit', 'open', 'closed', '', '4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658', '', '', '2023-11-06 21:13:17', '2023-11-06 21:13:17', '', 104, 'https://kreativedesigngroup.com/wp-content/uploads/2017/12/4de52bef-597e-45c2-b0e8-a15e132acf0c-1080x658-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2636, 990003, '2023-11-06 21:13:47', '2023-11-06 21:13:47', 'June 16, Umuhuza and its partners and stakeholders jointly organized activities to celebrate the Day of the African Child in different parts of the country.\n\nAt the National level, the day was celebrated under the theme, “<em>Isibo, a pivot to child development.”</em>\n\nThis year’s celebration was held at Isibo level (the smallest administrative units) and on the day children under five were measured for height and weight and fed with nutritious food and milk and given Vitamin A.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2544\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-1024x670.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-1024x670.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-300x196.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-768x503.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-1536x1005.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-2048x1341.jpg 2048w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-370x242.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/K2-760x497.jpg 760w\" alt=\"\" width=\"1024\" height=\"670\" />\n<figcaption>At Gahuzamiryango home-based Early Childhood Development centre in Twizerane village, Nyabigega cell, Kirehe sector children were given balanced food, fruits and milk.</figcaption></figure>\nUmuhuza with partners such as Right to Play and Districts including Kirehe, Bugesera, Kayonza and Ruhango as well as the National Children Development Agency (NCDA) conducted activities in selected Amasibo.\n\nIn collaboration with the districts of Bugesera, Kirehe and Ruhango, Umuhuza joined them to organize and celebrate the Day of the African Child.\n\nIn Kirehe District, the event was held at Isibo of Imbasharugamba located in Twizerane village, Nyabigega cell, Kirehe sector while in Bugesera District the activity took place at Isibo of Ubutwari in Kagoma village, Kibungo cell, Ntarama sector.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2545\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-1024x681.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-1024x681.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-768x511.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-1536x1022.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-2048x1363.jpg 2048w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-370x246.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/k4-760x506.jpg 760w\" alt=\"\" width=\"1024\" height=\"681\" />\n<figcaption>Mayor Gerard Muzungu of Kirehe District feeding children at Gahuzamiryango home-based Early Childhood Development centre in Twizerane village, Nyabigega cell, Kirehe sector.</figcaption></figure>\nIn Ruhango, Umuhuza held the event at Isibo of Abashyizehamwe in Nyaruteja village, Burima cell, Kinazi sector and the event was witnessed by the Executive Secretary of Kinazi sector, Pascal Nsanzabera alongside with other local leaders.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2552\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-1024x1024.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-1024x1024.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-300x300.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-150x150.jpg 150w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-768x768.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-370x370.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-90x90.jpg 90w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1-760x760.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru1.jpg 1080w\" alt=\"\" width=\"1024\" height=\"1024\" />\n<figcaption>The Executive Secretary of Kinazi sector, Pascal Nsanzabera addressing children at Isibo of Abashyizehamwe in Nyaruteja village, Burima cell, Kinazi sector.</figcaption></figure>\nOfficials, parents, Friends of family (Inshuti z’Umuryango), Community Health Workers, children and other community volunteers witnessed the events.\n\nAddressing the participants gathered at Gahuzamiryango home-based Early Childhood Development centre in Twizerane village, Nyabigega cell, Kirehe sector, Mayor Gerard Muzungu said that effective child development is the pillar of sustainable development in the country.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2549\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-1024x768.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-1024x768.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-300x225.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-768x576.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-370x278.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373-760x570.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/c4ac70f3-5269-4937-beed-5a1488b2f373.jpg 1080w\" alt=\"\" width=\"1024\" height=\"768\" /></figure>\n“Children are expected to be the future leaders of the country. Only by preparing ahead can they become responsible and relevant leaders. We have a responsibility to ensure our children’s well-being and behavior change so that they help themselves and the country,” Muzungu noted.\n\nHe called on parents to give their children enough time and follow up their early childhood development, stressing the role of the Early Childhood Development Centres in improving children’s well-being and preventing them from wandering and developing bad attitudes.\n\nBugesera District Mayor Richard Mutabazi urged parents to focus on Early Childhood Development, children’s positive behaviors, and encourage them to attend school.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2548\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-1024x768.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-1024x768.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-300x225.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-768x576.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-370x278.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba-760x570.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/a6076597-f999-4c87-9202-6667400284ba.jpg 1080w\" alt=\"\" width=\"1024\" height=\"768\" />\n<figcaption>Bugesera District Mayor Richard Mutabazi reading a story for children.</figcaption></figure>\nAccording to Dr. Anitha Asiime, Director-General of the National Child Development Agency (NCDA), residents of Isibo have the capacity to identify malnutrition problems and their causes, identify solutions and follow up regularly to ensure the effective implementation of recommended measures to address them.\n\n“As residents of Isibo, we need to play our part and fulfill our duty in various ways to promote holistic development of children. We also need to step up efforts to address malnutrition and stunting by implementing measures such as planting vegetable gardens, planting at least three trees per household, providing nutritious meals for children and pregnant women and creating more home-based Early Childhood Development Centres,” Asiimwe noted.\n\nMathilde Kayitesi, the Executive Secretary of Umuhuza Organisation, called on parents to treat all children equally, be close to them and help them develop their talents as early as possible.\n\nKayitesi noted that it is everyone’s responsibility to ensure effective child development. “We all need to actively improve children’s development and protect them from any influence that affects their growth.”\n\nDuring this month dedicated to children, Umuhuza will send text messages to parents, guardians, and community volunteers via Mobile phones and radio spot (audio message) will be aired on Radio Rwanda on daily basis, calling on them to participate in activities aimed at combating malnutrition, stunting, and child rights violence.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2553\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-1024x1024.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-1024x1024.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-300x300.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-150x150.jpg 150w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-768x768.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-370x370.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-90x90.jpg 90w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru-760x760.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru.jpg 1080w\" alt=\"\" width=\"1024\" height=\"1024\" /></figure>\n<figure class=\"wp-block-image size-large\"><img src=\"blob:https://umuhuza.org.rw/f663d362-e41f-4a96-847e-6e163919d1e5\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2554\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-1024x1024.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-1024x1024.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-300x300.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-150x150.jpg 150w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-768x768.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-370x370.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-90x90.jpg 90w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4-760x760.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/06/ru4.jpg 1080w\" alt=\"\" width=\"1024\" height=\"1024\" /></figure>', 'How Umuhuza, partners and stakeholders marking Children’s month 2021', 'June 16, Umuhuza and its partners and stakeholders jointly organized activities to celebrate the Day of the African Child in different parts of the country.', 'inherit', 'closed', 'closed', '', '104-revision-v1', '', '', '2023-11-06 21:13:47', '2023-11-06 21:13:47', '', 104, 'https://kreativedesigngroup.com/?p=2636', 0, 'revision', '', 0),
(2638, 990003, '2023-11-06 21:17:06', '2023-11-06 21:17:06', '', 'IMG_0970-1', '', 'inherit', 'open', 'closed', '', 'img_0970-1', '', '', '2023-11-06 21:17:06', '2023-11-06 21:17:06', '', 107, 'https://kreativedesigngroup.com/wp-content/uploads/2017/11/IMG_0970-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2639, 990003, '2023-11-06 21:17:52', '2023-11-06 21:17:52', 'Members of Children Rights Protection Committees in Burera and Ruhango districts moved to draw and implement conclusive strategies to improve the welfare of children and generally safeguard their rights.\n\nThe members include security organs, Women Councils, Umuhuza Parents Facilitators representatives at Sector level, local leaders, and civil society among other partners.\n\nThe move came after discussions that brought together stakeholders to discuss ways to promote children’s right and fight against their violation.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2537\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-1024x768.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-1024x768.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-300x225.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-768x576.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-370x278.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1-760x570.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/05/ILVV59141-1.jpg 1040w\" alt=\"\" width=\"1024\" height=\"768\" /></figure>\nThe discussions were organized by Umuhuza organization in partnership with Burera and Ruhango Districts under a project dubbed <em><strong>“Strengthening an Accountable Governance that Protects and Delivers Child Rights.”</strong>\n</em>\nThe project started in 2017, and was implemented by Umuhuza organization in partnership with Save the Children.\n\nDespite efforts and achievements the country has made in promoting rights of children, it was noted that there are still cases of child abuse in different parts of the country.\n\nAmong challenges, there is a high number of teenage pregnancies, school drop outs, in addition to issues of child labor, domestic conflicts, and unregistered children among others.\n\nAccording to Margarete Mujawamariya, the National Women Council representative in Burera District, most cases of children’s rights violation are caused by domestic conflicts.\n\n“When there is no peace in a family, children are affected in one way or the other. Protecting the rights of the children should be a responsibility for everyone. Any case in which a child’s right is violated should be reported on time and by every community member,” she said.\n\nTo end the challenges, the activists have said that families living in conflicts should be identified and educated on children’s rights using positive discipline in everyday parenting approach.\n\nIn addition, there should be collaboration among community members and security organs against children’s rights violations like child labour.\n\nClement Hodari, District Chief Investigator at Rwanda Investigation Bureau (RIB) in Ruhango District, warned families and people who conceal information about abuse of children’s rights.\n\n“We still have cases of children whose rights are abused by their relatives, but their families prefer to conceal these issues. This shows that community members need to be sensitized enough about children’s rights and know that every suspect who violates them should be brought to justice,” he said.\n\nEumene Musabwa, District Director of Education in Burera and Rugendo Byiringiro, Gender Officer in Ruhango district, shared the same remarks commending Umuhuza. They said that although the project was in its fifth and final year, it was clear that Umuhuza’s intervention was still needed to support the work related to child’s rights protection.\n\nAccording to Beatrice Nisubire, Umuhuza senior  Project officer, under the project some issues violating the rights of children were fixed such as their return to school, protection from child labor, advocacy for justice and their civil registration.\n\nThe project was launched in 2016 in Burera district and later expanded to Ruhango District in 2017.\n\n2021 marks the end of the project and other activities are underway in 12 sectors of Burera and Six sectors of Ruhango district, to engage community stakeholders, including local leaders, Faith-Based Organizations, youth and parents working together towards promoting child protection through the creation of free child violence communities and families.', 'Burera&amp;Ruhango: Activists move to safeguard children’s rights and welfare', 'Members of Children Rights Protection Committees in Burera and Ruhango districts moved to draw and implement conclusive strategies to improve the welfare of children and generally safeguard their rights.', 'inherit', 'closed', 'closed', '', '107-revision-v1', '', '', '2023-11-06 21:17:52', '2023-11-06 21:17:52', '', 107, 'https://kreativedesigngroup.com/?p=2639', 0, 'revision', '', 0),
(2640, 990003, '2023-11-06 21:20:27', '2023-11-06 21:20:27', '', 'Bugesera-chi-1170x658', '', 'inherit', 'open', 'closed', '', 'bugesera-chi-1170x658', '', '', '2023-11-06 21:20:27', '2023-11-06 21:20:27', '', 109, 'https://kreativedesigngroup.com/wp-content/uploads/2017/11/Bugesera-chi-1170x658-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2642, 990003, '2023-11-06 21:20:58', '2023-11-06 21:20:58', 'Despite the Covid 19 outbreak which led to nationwide lockdowns, children in Bugesera District benefited from a program designed to develop their literacy knowledge with the help of Umuhuza community volunteers and their parents.\n\nIn 2020 as part of a literacy month, Umuhuza in collaboration with its partners including Right to play conducted a reading campaign in Bugesera district to facilitate children and parents in the reading process.\n\nAll conducted in Compliance with the pandemic preventive measures such as social distancing and wearing masks among others.\n\nUnder the supervision of Umuhuza community volunteers, children would gather at Presbyterian Church in Rwanda.\n\nBeneficiaries received books to encourage them to read and write their stories and best stories were awarded. All winners received school bags among other kits.\n\nA total of 182 books and 226 stories were written.\n\nDiane Ingabire Gasana, program manager at Umuhuza Organization, commended community volunteers for their sacrifices to promote reading culture.\n\nShe acknowledged parents and children for their commitment and courage to embrace the culture of reading and ensure learning continues even when schools have been closed for months.\n\n“We thank everyone who makes reading drive possible. Umuhuza started the  program in Bugesera district in 2020; however, the pandemic interrupted the launch of the project. Therefore, it became difficult for us to run the program as expected,”\n\nOn the other hand, we thank leaders who facilitated us to implement the program during unusual period, she noted.\n\nShe also appreciated Presbyterian church to provide venues to host activities under the program.\n\nOver 50 years ago, the United Nations Educational, Scientific and Cultural Organization (UNESCO) officially proclaimed September 8th an International Literacy Day to mobilize a global community about the role of literacy as a key towards community and society empowerment.\n\nIngabire noted that parents should play a big role in encouraging children to read.\n\n“These are the children of the country but primarily they are your children, the country has no more resources than its people. Helping children to read is very important. We need to inculcate the culture of reading and writing among the children and it is through reading that we gain knowledge,” she added.\n\nShe believes that reading and writing exercises help children to perform well at school.\n\nJeanne d’Arc Mukaruriza, a mother of four, thanked Umuhuza and its partners for their support.\n\n“I thank Umuhuza for sharpening our children during the pandemic when school were closed. Its programs have increased reading and writing skills among the children,” she said.', 'Bugesera: How community volunteers assisted children in developing their writing and reading skills amidst lockdown', 'Despite the Covid 19 outbreak which led to nationwide lockdowns, children in Bugesera District benefited from a program designed to develop their literacy knowledge with the help of Umuhuza community volunteers and their parents.', 'inherit', 'closed', 'closed', '', '109-revision-v1', '', '', '2023-11-06 21:20:58', '2023-11-06 21:20:58', '', 109, 'https://kreativedesigngroup.com/?p=2642', 0, 'revision', '', 0),
(2643, 990003, '2023-11-06 21:22:54', '2023-11-06 21:22:54', '', 'librarians-1170x658', '', 'inherit', 'open', 'closed', '', 'librarians-1170x658', '', '', '2023-11-06 21:22:54', '2023-11-06 21:22:54', '', 118, 'https://kreativedesigngroup.com/wp-content/uploads/2017/11/librarians-1170x658-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2645, 990003, '2023-11-06 21:23:44', '2023-11-06 21:23:44', 'In order for <a href=\"https://umuhuza.org.rw/?p=2501\" data-type=\"post\" data-id=\"2501\">community-based libraries</a> to function properly, community librarians need to receive skills to ensure that they understand how to help people visiting their respective libraries adopt a reading culture.\n\nTo help them, Umuhuza in collaboration with other partners, in 2020, organized three-day training on library management and other practices for community libraries across the country.\n\nThe training, which took place in Huye district, was part of the National Literacy Month and has attracted the participants from Southern Province.  The activity is a single of many others that Umuhuza implemented in partnership with the Save the Children’s USAID funded <em>Mureke Dusome Project</em> in the country.\n\nDuring the training some topics including reading culture, its challenges and remedies to address them were covered.\n\nAccording to Jean de Dieu Hategekimana, the chairman of Community Libraries at National Level, the training helped them acquire new skills in how to better support those around them.\n\n“The participants learned about best practices in library management and how they can better improve the culture of reading, thanks to our libraries. Community librarians needed to know how they do their work and make sure they provide report back on what they have done,” he pointed out.\n\nThe training also helped community librarians know how to report to the top leaders (at province level) who in turn report to the Kigali Public library (KPL) and then to the education ministry, he added.\n\nThe training was organized by Umuhuza in partnership with the Kigali Public Library (KPL), Save the Children and the National Itorero Commission.\n\nHategekimana acknowledged that although community libraries still have a long way to go in promoting a reading culture, such libraries are already making a difference.\n\nHe gave an example of the book in a community library called “<em>Inka Yanjye</em>,” literally means “my cow,” changing the behaviors of people who read it on how to raise cattle.\n\nSylvain Mudahinyuka, the managing Director of the Kigali Public Library (KPL), believes that a library to develop librarians should be fully aware of their responsibilities.\n\nLibraries should respond to community challenges, and if there are problems of poor reading culture and family conflict, community libraries should address such problems,” he said.\n\nHe added that community libraries use volunteers as librarians and stressed that plans are being developed to reward them by offering outcome-based incentives.\n\n“We are mobilizing partners so that we can get means, and we are mobilizing to see if community librarians can be integrated into district structures and paidmonthly salaries,”\n\nBut let us first show work and demonstrate that we have played a key role in the development of the community. We need to promote a reading culture and reading in Kinyarwanda,” he noted.\n\nHe added: “By promoting this culture, we contribute to economic development. We want libraries to be like pharmacies because libraries have medicines. We will continue to work on multiple projects for community libraries.”\n\n<strong> Promoting reading culture is a calling</strong>\n\nUmuhuza Executive Director Mathilde Kayitesi sees community librarians’ work to promote a reading culture as both a sacrifice and a calling.\n\n“The work you do is a sacrifice. Promoting a culture of reading is a calling. We are very grateful to you and to our partners. We hope we will achieve a lot and that the partnership will bear fruits,” she said.\n\nKayitesi says: “What we do will not be futile, but sustainable. This <em>“Mureke Dusome” </em>project will go nowhere, we will inherit it to you, you will make it more productive, and people, especially children, will read.”\n\nShe said Umuhuza has had a two-year partnership with community libraries, but they will continue to work together even if the relationship ends and that the organization will preserve partnership with others to avail more books in community libraries.\n\n“We wish you to be more productive and impact the community through your respective libraries. We need to promote the reading cultureof Kinyarwanda because it is scientifically proven that children should read in their native language because it can help them learn other languages easily,” she noted.\n\n“We need to make sure that community libraries have an impact on the community and that the culture of reading spreads among many Rwandans,” she added.\n\n<strong>Parents and Children should read</strong>\n\nKayitesi noted that Umuhuza plays a key role in promoting reading culture among all genders.\n\n“Men and women should champion reading culture and instill it in their children. We mustencourage children to read at the end of school and reading books or choose their own,”she added.', 'Community Librarians trained on library management', 'In order for community-based libraries to function properly, community librarians need to receive skills to ensure that they understand how to help people visiting their respective libraries adopt a reading culture', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2023-11-06 21:23:44', '2023-11-06 21:23:44', '', 118, 'https://kreativedesigngroup.com/?p=2645', 0, 'revision', '', 0),
(2646, 990003, '2023-11-06 21:26:17', '2023-11-06 21:26:17', '', 'Library-in-Ruhango-2-1170x658', '', 'inherit', 'open', 'closed', '', 'library-in-ruhango-2-1170x658', '', '', '2023-11-06 21:26:17', '2023-11-06 21:26:17', '', 120, 'https://kreativedesigngroup.com/wp-content/uploads/2017/11/Library-in-Ruhango-2-1170x658-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2647, 990003, '2023-11-06 21:26:25', '2023-11-06 21:26:25', 'Parents, students and local leaders in Ruhango, Kirehe, Ngororero and Burera Districts have expressed their gratitude towards the new community libraries established by Umuhuza under <em>Mureke Dusome Project </em>to boost reading and writing skills.\n\nThe four libraries were established in 2020 by Umuhuza organization in partnership with Ruhango, Kirehe, Ngororero and Burera Districts, National Itorero Commission, Save the Children and Kigali Public Library and they are equipped with a variety of books of Kinyarwanda, English and French for children and adults.\n\nUnder the USAID funded <em>Mureke Dusome project </em>launched in 2016,Umuhuza established 2,524 reading clubs and trained 5,100 volunteers to facilitate those reading clubs while 16 volunteers trained to manage the libraries.\n\nVenantie Mukagatanazi is one of the volunteers trained by Umuhuza and partners running reading clubs and library management. She said that she was ready to deliver a better service.\n\n“We meet with children twice a week to assist them. We are happy that even teachers and school authorities encourage their children to join other children here. This shows that our work is more valued,” Mukagatanazi said.\n\n<strong><em>Officials speak</em></strong>\n\nValens Habarurema, the Mayor of Ruhango District hailed Umuhuza and partners for the library established in the district, which he said, is the first of its kind.\n\n“The library adds more value in the community because reading is a foundation of the development of the country as well as the source of knowledge,” he said\n\nThe mayor described Umuhuza to be a key partner with the district in various activities geared towards promoting a better society.\n\n“Besides <em>Mureke Dusome project</em>, our district and Umuhuza also work together to improve early childhood development, child protection, and better growth of children as well as gender equality,” he pointed out.\n\nThe Executive Secretary of Kirehe District, Eric Zikama said: “Children’s high-quality education is a key for the development of community and every stakeholder should maintain, protect and sustain the operations of this community library established by Umuhuza.”\n\nAccording to Patrick Uwihoreye, Ngororero District Vice Mayor in Charge of Economic Development stipulated that when citizens are well-equipped, the country’s progress become more effective and rapid. “The facility adds more value to the progress of the district and we have to take care of it.”\n\nNepo Rugemintwaza, a commissioner at National Itorero Commission (NIC),stressed the significant role of Umuhuza in promoting volunteerism in boosting literacy skills in the community.\n\n“Volunteerism should be inculcated among all categories of people. These volunteers have joined the battle against illiteracy and more should join to ensure that every Rwandan can be well empowered,” he noted.\n\n<strong><em>Knowledge-based economy</em></strong>\n\nSylvain Mudahinyuka, the Acting Managing Director of Kigali Public Library (KPL) commended Umuhuza for backing up the government’s journey to build an educated society characterized by a knowledge-based economy.\n\n“The country seeks to build a knowledge-based economy and we can’t achieve that without developing the culture of reading among children,”Mudahinyuka said.\n\nHe added that the vision is to bring in more books to ensure that varieties of books are available with good governance, economy, social welfare, justice, and agriculture content among others.\n\nMathilde Kayitesi, the Executive Secretary of Umuhuza believes that new community libraries will serve to accelerate the development of the country by achieving its goals such as strengthening the culture of reading and build a knowledge-based economy nation.', 'Mureke Dusome: The significance of community libraries in improving literacy rate', 'Upstream seeks out people that are impacting the world around them but lack the necessities to further their work.', 'inherit', 'closed', 'closed', '', '120-autosave-v1', '', '', '2023-11-06 21:26:25', '2023-11-06 21:26:25', '', 120, 'https://kreativedesigngroup.com/?p=2647', 0, 'revision', '', 0),
(2648, 990003, '2023-11-06 21:27:04', '2023-11-06 21:27:04', 'Parents, students and local leaders in Ruhango, Kirehe, Ngororero and Burera Districts have expressed their gratitude towards the new community libraries established by Umuhuza under <em>Mureke Dusome Project </em>to boost reading and writing skills.\n\nThe four libraries were established in 2020 by Umuhuza organization in partnership with Ruhango, Kirehe, Ngororero and Burera Districts, National Itorero Commission, Save the Children and Kigali Public Library and they are equipped with a variety of books of Kinyarwanda, English and French for children and adults.\n\nUnder the USAID funded <em>Mureke Dusome project </em>launched in 2016,Umuhuza established 2,524 reading clubs and trained 5,100 volunteers to facilitate those reading clubs while 16 volunteers trained to manage the libraries.\n\nVenantie Mukagatanazi is one of the volunteers trained by Umuhuza and partners running reading clubs and library management. She said that she was ready to deliver a better service.\n\n“We meet with children twice a week to assist them. We are happy that even teachers and school authorities encourage their children to join other children here. This shows that our work is more valued,” Mukagatanazi said.\n\n<strong><em>Officials speak</em></strong>\n\nValens Habarurema, the Mayor of Ruhango District hailed Umuhuza and partners for the library established in the district, which he said, is the first of its kind.\n\n“The library adds more value in the community because reading is a foundation of the development of the country as well as the source of knowledge,” he said\n\nThe mayor described Umuhuza to be a key partner with the district in various activities geared towards promoting a better society.\n\n“Besides <em>Mureke Dusome project</em>, our district and Umuhuza also work together to improve early childhood development, child protection, and better growth of children as well as gender equality,” he pointed out.\n\nThe Executive Secretary of Kirehe District, Eric Zikama said: “Children’s high-quality education is a key for the development of community and every stakeholder should maintain, protect and sustain the operations of this community library established by Umuhuza.”\n\nAccording to Patrick Uwihoreye, Ngororero District Vice Mayor in Charge of Economic Development stipulated that when citizens are well-equipped, the country’s progress become more effective and rapid. “The facility adds more value to the progress of the district and we have to take care of it.”\n\nNepo Rugemintwaza, a commissioner at National Itorero Commission (NIC),stressed the significant role of Umuhuza in promoting volunteerism in boosting literacy skills in the community.\n\n“Volunteerism should be inculcated among all categories of people. These volunteers have joined the battle against illiteracy and more should join to ensure that every Rwandan can be well empowered,” he noted.\n\n<strong><em>Knowledge-based economy</em></strong>\n\nSylvain Mudahinyuka, the Acting Managing Director of Kigali Public Library (KPL) commended Umuhuza for backing up the government’s journey to build an educated society characterized by a knowledge-based economy.\n\n“The country seeks to build a knowledge-based economy and we can’t achieve that without developing the culture of reading among children,”Mudahinyuka said.\n\nHe added that the vision is to bring in more books to ensure that varieties of books are available with good governance, economy, social welfare, justice, and agriculture content among others.\n\nMathilde Kayitesi, the Executive Secretary of Umuhuza believes that new community libraries will serve to accelerate the development of the country by achieving its goals such as strengthening the culture of reading and build a knowledge-based economy nation.', 'Mureke Dusome: The significance of community libraries in improving literacy rate', 'Under the USAID funded Mureke Dusome project launched in 2016,Umuhuza established 2,524 reading clubs and trained 5,100 volunteers to facilitate those reading clubs while 16 volunteers trained to manage the libraries. ', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2023-11-06 21:27:04', '2023-11-06 21:27:04', '', 120, 'https://kreativedesigngroup.com/?p=2648', 0, 'revision', '', 0),
(2649, 990003, '2023-11-06 21:29:19', '2023-11-06 21:29:19', '', 'IMG_6466-2-1000x658', '', 'inherit', 'open', 'closed', '', 'img_6466-2-1000x658', '', '', '2023-11-06 21:29:19', '2023-11-06 21:29:19', '', 122, 'https://kreativedesigngroup.com/wp-content/uploads/2017/11/IMG_6466-2-1000x658-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2651, 990003, '2023-11-06 21:30:10', '2023-11-06 21:30:10', 'Prosper Nsabimana can now write his own story fluently. He recently wrote an emotional story about a young lady named Carine, a victim of child labor despite the presence of her siblings who barely assisted her.\n\nThe 12-year-old writer said he would not have been able to experience such advances in literacy without the help of the organizers of literacy awareness drive. He believes that this step will help improve his performance at school.\n\nNsabimana’s story ends with the relief of Carine’s friend Grace who, disclosed information to her parents, who then stepped in to rescue Carine from the situation.\n\nThanks to Umuhuza organization and its partners who organised a literacy awareness drive early February as part of National literacy month despite the hike of the Coronavirus pandemic in the country.\n\nThe drive attracted both children and parents to read and write. Children were inspired to write their own stories under the assistance of Umuhuza volunteers.\n\nProvidence Dusabe, a mother of five who lives in Kinama cell in Ruhango district, was touched by a story developed by her young daughter. The story narrates a naughty child who later get transformed and change her behaviors towards her acquaintances and parents.\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2492\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-1024x683.jpg\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-1024x683.jpg 1024w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-300x200.jpg 300w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-768x512.jpg 768w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-1536x1024.jpg 1536w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-370x247.jpg 370w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug-760x507.jpg 760w, https://umuhuza.org.rw/wp-content/uploads/2021/04/Bug.jpg 2048w\" alt=\"\" width=\"1024\" height=\"683\" />\n<figcaption>When parents become writers. The drive attracted both children and parents to read and write</figcaption></figure>\nDusabe attributed this to the visit paid by Umuhuza Volunteers who came to her home to discuss about literacy at home.\n\n“Umuhuza volunteers came to visit me. They encouraged me to assist my children to read and help them write their own stories. Thus, I noted it and took an action. Later, they started reading,” she said.\n\nShe added that the move has boosted the reading culture among the children and shaped their thinking capacities as well as keeping them busy and productive amidst Covid 19 when all schools were shut down.\n\nTo inspire her children, Dusabe has also developed her own story detailing how all children should receive <strong>“Equal Rights.”</strong>\n\nShe explained that in the story she talked about young twins where one was favored than another. In her conclusion, she shows that all children deserve equal right regardless their physical or mental difficulties.\n\nDusabe applauded Umuhuza for the support to sensibilize community about literacy, adding that she believes children acquired more knowledge that will shape their minds even when they are at school.\n\nLiteracy awareness campaign was conducted in order to sensitize parents and children to embrace the culture of reading.\n\n<strong>Engaging volunteers</strong>\n\nUmuhuza organization trains a number of volunteers who help implement its activities in the community.\n\nIn the implementation of the USAID funded Mureke Dusome Project through Andika/Soma Rwanda, volunteers helped hundreds of children and parents to read books and write their own stories.\n\nMost stories were about various topics such as Gender equality in Education, Inclusive Education, Hygiene Promotion, and Environmental protection among others.\n\nA 26-year-old Ingabire Christine is a mother of two and one of community Volunteers who were trained to assist children and parent to read and write. She pledged to give her best to accomplish her duties.\n\nIngabire lives in Nyamagana village in Ruhango district.\n\nTo assist parents and children, volunteers schedule a time to meet.\n\nAccording to Ingabire, their work was interrupted by the pandemic, however; when the lockdown was eased they started distributing books in the community.\n\n“During this program, we assisted children to read books and write their own stories. We usually reach out to them at their respective homes, giving them books and encouraged them to read them together with their parents,” Ingabire added.\n\nUmuhuza provides assistance to both children and parents to embrace reading culture. The organization also reach out to patents through reading awareness workshops and awareness events in community works.\n\nVincent Kanani who is in charge of Education in Mwendo Sector hailed Umuhuza efforts to foster the culture of reading and writing.\n\n“Knowledge and Wisdom are hidden in books, if children are assisted to read, it helps increase their knowledge and wisdom,” he said.\n\nAccording to Jeanne d’Arc Umutesi, a Community Engagement Officer at Umuhuza organization, a total of 120 volunteers are in place to support children and parents from 60 villages of Mwendo and Kinazi sectors in Ruhango district.\n\n“Through the program, parents are expected to inculcate the culture of reading and writing while they do the same as well. This will change the mindset when it comes to the culture of reading and writing,” she said.\n\nUmutesi noted that the campaign, which ended along with the National Literacy Month, focused on the children’s brain growth, growth of Child’s emotions, daily activities to help the children read among others.', 'How Umuhuza’s literacy awareness drive inspires more young readers', 'Umuhuza organization trains a number of volunteers who help implement its activities in the community.', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2023-11-06 21:30:10', '2023-11-06 21:30:10', '', 122, 'https://kreativedesigngroup.com/?p=2651', 0, 'revision', '', 0),
(2652, 990003, '2023-11-06 21:32:53', '2023-11-06 21:32:53', '', 'IMG_7217-min-1170x658', '', 'inherit', 'open', 'closed', '', 'img_7217-min-1170x658', '', '', '2023-11-06 21:32:53', '2023-11-06 21:32:53', '', 124, 'https://kreativedesigngroup.com/wp-content/uploads/2017/11/IMG_7217-min-1170x658-1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(2654, 990003, '2023-11-06 21:33:38', '2023-11-06 21:33:38', '<strong><em>Twiceceka project is a project implemented by Umuhuza in cooperation with Women for Women International-Rwanda and sponsored by the United States Agency for International Development (USAID).</em> <em>Launched in early 2019, the project was implemented in 4 sectors of Ngororero District, including Kabaya, Kageyo, Hindiro and Matyazo, benefiting 172 teen mothers</em></strong>\n<figure id=\"attachment_2436\" class=\"wp-caption alignnone\" aria-describedby=\"caption-attachment-2436\"><img class=\"size-full wp-image-2436\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7311-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1707\" />\n<figcaption id=\"caption-attachment-2436\" class=\"wp-caption-text\"><em><strong>Josiane Ashimweyezu</strong></em></figcaption></figure>\nJosiane Ashimweyezu, 20, is one of the beneficiaries of the program, which has revived hope by helping teen mothers in Ngororero District who had dropped out of school as a result of unwanted pregnancies.\n\nWhen she was impregnated at the age of 17, Ashimweyezu was in senior five doing Mathematics, Computer and Economics (MCE).\n\nImpregnated at such young age, she decided to drop out of school.\n\nFor some time, the teen mother continued to despair in dealing with the responsibility of motherhood as a teenager.\n\n2019 was a lucky year for her, when she met Umuhuza during a training organized for adolescent mothers who were in active parenthood.\n\n“Before I met Umuhuza, I stayed at home in despair. They trained me on how to start a small project and make money. Later, they took me to a TVET School, where I acquired tailor and decoration skills,” Ashimweyezu said.\n\nI am very grateful to Umuhuza for restoring my hope for better future. “I am glad that after training, we were given tailoring machines. I plan to start my own business, join cooperatives and saving groups to raise my child and build a better future,” she added.\n\nHer sentiments were echoed by Jeannette Tuyisingize, saying that Umuhuza had turned her pain into a happy life.\n\n<img class=\"alignnone size-medium wp-image-2434\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7384.jpg\" alt=\"\" width=\"1\" height=\"1\" />“In the struggle of my teenage mother, Umuhuza helped me resume my studies at a TVET school. I am glad that I am equipped with dressmaking skills and received tailoring equipment. This will help me avoid the temptations associated with poverty,” she noted.\n\nThe beneficiaries have received tailoring skills for a period of three months. They believe that the equipment provided will help them effectively raise their children and support them in meeting their basic needs.\n\nA total of 32 teen mothers received couture equipment ahead of International Women’s Day, which was celebrated on 8th March this year. These machines were donated by Umuhuza in partnership with Women for Women International Rwanda.\n\nPatrick Uwihoreye Ngororero vice mayor in charge of Economic Development called on teen mothers to learn from the past and warn their young companions not to be tempted in the same way.\n\n“Our country has achieved a lot because of the inclusiveness of women in the development. Despite the progress made in the empowerment of women, we still face the cases of men who violate their rights, in particular the rights of adolescents. We should work closely to combat against any gender-based violence,” he said.\n\nUwihoreye advised teen mothers to make equipment useful and avoid any domage.\n\nThe Vice Mayor praised the excellent work done by Umuhuza in Ngororero district and urged them to extend their work to many people.\n\nChristine Kampire, coordinator of the women’s council in Ngororero, advised teen mothers to never be bound by the past, but to work hard for their own tomorrow.\n\nJean Marc Rwambibi, MEAL coordinator at Umuhuza, recognized all partners in the implementation of the project, saying that nothing could have been achieved without the intervention of other partners.\n\nTwiceceka program was implemented in three phases, benefiting 172 teen mothers. Beneficiaries received financial support to develop their projects, provided financial literacy; financial support for economic empowerment, while others joined TVET School and received tailor machines.\n\nMoreover, a total of 77 community volunteers were trained in gender-based violence and positive parenting to help teen mothers and community in general. Also, community campaigns and awareness-raising meetings on the prevention of gender-based violence were conducted.\n\n<img class=\"alignnone size-medium wp-image-2441\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7197.jpg\" alt=\"\" width=\"1\" height=\"1\" />\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2440\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7193.jpg\" alt=\"\" />\n<figcaption><em><strong>The graduation ceremony of 32 teen mothers completed three months of tailoring skills training at Hindiro TVET school. The ceremony was held ahead of International Women’s Day in early March this year. Photos by Umuhuza.</strong></em></figcaption></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2439\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7189.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2441\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7197.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2442\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7214.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2443\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7222.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2444\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7228.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2445\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7318.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2448\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7382.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2448\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7382.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2449\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7394-1.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2450\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7400.jpg\" alt=\"\" /></figure>\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-2452\" src=\"https://umuhuza.org.rw/wp-content/uploads/2021/04/IMG_7409.jpg\" alt=\"\" /></figure>\n<div class=\"post_meta post_meta_single\"></div>', 'How ‘Twiceceka project’ has built hope for teen mothers in Ngororero district', 'Twiceceka project is a project implemented by Umuhuza in cooperation with Women for Women International-Rwanda and sponsored by the United States Agency for International Development (USAID). Launched in early 2019, the project was implemented in 4 sectors of Ngororero District, including Kabaya, Kageyo, Hindiro and Matyazo, benefiting 172 teen mothers', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2023-11-06 21:33:38', '2023-11-06 21:33:38', '', 124, 'https://kreativedesigngroup.com/?p=2654', 0, 'revision', '', 0),
(2655, 990003, '2023-11-06 21:39:53', '2023-11-06 21:39:53', 'To enhance the positive socio-economic transformation of communities through building resilient capacities.', 'Our Mission', '', 'inherit', 'closed', 'closed', '', '258-autosave-v1', '', '', '2023-11-06 21:39:53', '2023-11-06 21:39:53', '', 258, 'https://kreativedesigngroup.com/?p=2655', 0, 'revision', '', 0),
(2656, 990003, '2023-11-06 21:51:21', '2023-11-06 21:51:21', 'The notion of promotion of peaceful culture leading to the prevention of conflict in the Rwandan society is not new in Umuhuza interventions. Indeed, for the last years, Umuhuza has been working with different layers of the community in building the capacity of people in dealing with different forms of conflicts. Many efforts have been put into conflict prevention through peace education.', 'CULTURE OF PEACE', '', 'inherit', 'closed', 'closed', '', '203-autosave-v1', '', '', '2023-11-06 21:51:21', '2023-11-06 21:51:21', '', 203, 'https://kreativedesigngroup.com/?p=2656', 0, 'revision', '', 0),
(2657, 990003, '2023-11-06 21:56:07', '2023-11-06 21:56:07', 'Human Capital Development seeks to build commitment for effective reforms and investments that will transform human capital outcomes for the greater good of both people, societies, and economies.\n\nUmuhuza will emphasize on building and providing holistic Integrated Early Childhood Development services and improving the literacy and numeracy skills of both children and adults by providing a conducive environment for reading and writing activities at both household and community levels.\n\n<strong>Strategic Objectives </strong>\n<ul>\n 	<li>Improved access to the Integrated Early Childhood Development services for children under 6 years</li>\n 	<li></li>\n</ul>', 'HUMAN CAPITAL DEVELOPMENT', '', 'inherit', 'closed', 'closed', '', '199-autosave-v1', '', '', '2023-11-06 21:56:07', '2023-11-06 21:56:07', '', 199, 'https://kreativedesigngroup.com/?p=2657', 0, 'revision', '', 0),
(2658, 990003, '2023-11-06 22:00:47', '2023-11-06 22:00:47', '<article id=\"post-305\" class=\"services_single itemscope post-305 cpt_services type-cpt_services status-publish has-post-thumbnail hentry cpt_services_group-program\"><section class=\"services_page_content entry-content\">\n<div class=\"vc_row wpb_row vc_row-fluid shape_divider_top-none shape_divider_bottom-none\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12 sc_layouts_column_icons_position_left\">\n<div class=\"vc_column-inner\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n\nUmuhuza has proven its experience and contribution in providing quality and distinctive civil society role in Rwanda. In the coming years, Umuhuza will continue to build its capacity in terms of expanding its interventions and networks as well as developing opportunities that support its internal capacity. To achieve this, a great emphasis will be put on strengthening its internal capacity towards sustainability and self-reliance. It will also focus on building a strong communication channel as a way of branding and promoting the organization’s reputation.\n\n<strong>Strategic Objectives </strong>\n\nEmpowered Umuhuza capacity to effectively deliver its mission and influence policies and practices\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</section></article><section id=\"services_page_tab_comments\" class=\"services_page_section services_page_section_comments\"><section class=\"comments_wrap\">\n<div class=\"comments_form_wrap\">\n<div class=\"comments_form\">\n<div id=\"respond\" class=\"comment-respond\"></div>\n</div>\n</div>\n</section></section>', 'INSTITUTIONAL DEVELOPMENT', '', 'inherit', 'closed', 'closed', '', '198-autosave-v1', '', '', '2023-11-06 22:00:47', '2023-11-06 22:00:47', '', 198, 'https://kreativedesigngroup.com/?p=2658', 0, 'revision', '', 0),
(2659, 990003, '2023-11-06 22:00:50', '2023-11-06 22:00:50', '', '51184862981_ea8f2469cb_o-1', '', 'inherit', 'open', 'closed', '', '51184862981_ea8f2469cb_o-1-2', '', '', '2023-11-06 22:00:50', '2023-11-06 22:00:50', '', 198, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/51184862981_ea8f2469cb_o-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2660, 990003, '2023-12-08 12:39:37', '2023-12-08 12:39:37', '<ol>\n 	<li><strong>Ensure the social inclusion in Umuhuza’s interventions:</strong>\n\nUmuhuza’ interventions are implemented in an equally and equity ways among targeted communities.</li>\n 	<li><strong>Integrate the ICT tools into delivery of Umuhuza’s interventions :</strong>\n\nIntegrated ICT in the delivery of Umuhuza’s interventions.</li>\n 	<li><strong>Enhance access to accurate human security issues by beneficiaries:</strong>\n\nBuilt capacity of beneficiaries to access and enjoy the good use of human security issues</li>\n 	<li><strong>Advocate for positive social economic transformation of communities:</strong>\n\nEnsured advocacy for resilient and accommodating policy</li>\n</ol>', 'Cross-cutting themes', 'Some are identified formally as such and are directed towards non-members', 'inherit', 'closed', 'closed', '', '197-autosave-v1', '', '', '2023-12-08 12:39:37', '2023-12-08 12:39:37', '', 197, 'https://kreativedesigngroup.com/?p=2660', 0, 'revision', '', 0),
(2661, 1, '2023-11-06 22:14:29', '2023-11-06 22:14:29', '', 'Merry Christmas and Happy New Year 2023', '', 'private', 'open', 'open', '', 'merry-christmas-and-happy-new-year-2023', '', '', '2023-11-06 22:17:32', '2023-11-06 22:17:32', '', 0, 'https://kreativedesigngroup.com/?p=2661', 0, 'post', '', 0),
(2662, 990003, '2023-11-06 22:13:32', '2023-11-06 22:13:32', '', 'Fkz2uFTXgAA3er0', '', 'inherit', 'open', 'closed', '', 'fkz2uftxgaa3er0', '', '', '2023-11-06 22:13:32', '2023-11-06 22:13:32', '', 2661, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fkz2uFTXgAA3er0.jpg', 0, 'attachment', 'image/jpeg', 0),
(2663, 990003, '2023-11-06 22:14:29', '2023-11-06 22:14:29', '', 'Merry Christmas and Happy New Year 2023', '', 'inherit', 'closed', 'closed', '', '2661-revision-v1', '', '', '2023-11-06 22:14:29', '2023-11-06 22:14:29', '', 2661, 'https://kreativedesigngroup.com/?p=2663', 0, 'revision', '', 0),
(2664, 1, '2023-11-06 22:20:28', '2023-11-06 22:20:28', '<!-- wp:paragraph -->\n<p>Umuhuza Organisation stands with all Rwandans to mark the 28th commemoration of the 1994 Genocide against the Tutsi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We remember by striving to rebuild ourselves and promote unity. Let’s all join hands to build a peaceful society by overcoming trauma related to the 1994 Genocide against the Tutsi.</p>\n<!-- /wp:paragraph -->', 'KWIBUKA 28', '', 'publish', 'open', 'open', '', 'kwibuka-28', '', '', '2023-11-06 22:21:31', '2023-11-06 22:21:31', '', 0, 'https://kreativedesigngroup.com/?p=2664', 0, 'post', '', 0),
(2665, 990003, '2023-11-06 22:19:04', '2023-11-06 22:19:04', '', 'FPupeLXXEAgGG7P', '', 'inherit', 'open', 'closed', '', 'fpupelxxeaggg7p', '', '', '2023-11-06 22:19:04', '2023-11-06 22:19:04', '', 2664, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FPupeLXXEAgGG7P.jpg', 0, 'attachment', 'image/jpeg', 0),
(2666, 990003, '2023-11-06 22:20:28', '2023-11-06 22:20:28', '<!-- wp:paragraph -->\n<p>Umuhuza Organisation stands with all Rwandans to mark the 28th commemoration of the 1994 Genocide against the Tutsi.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We remember by striving to rebuild ourselves and promote unity. Let’s all join hands to build a peaceful society by overcoming trauma related to the 1994 Genocide against the Tutsi.</p>\n<!-- /wp:paragraph -->', 'KWIBUKA 28', '', 'inherit', 'closed', 'closed', '', '2664-revision-v1', '', '', '2023-11-06 22:20:28', '2023-11-06 22:20:28', '', 2664, 'https://kreativedesigngroup.com/?p=2666', 0, 'revision', '', 0),
(2667, 1, '2023-11-06 22:31:36', '2023-11-06 22:31:36', '<!-- wp:paragraph -->\n<p>As part of the promotion of the culture of peace, Umuhuza organised a 3-day training on “the integration of gender and nonviolent communication in parenting practices”for 146 community volunteers from 7 Districts: Gasabo, Bugesera,Burera,Kayonza,Kirehe, Ruhango and Ngororero. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training took place from 19 to 22 April, 2022 and was organised by the GIZ Rwanda project that supports International Conference on the Great Lakes Region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FQ-JY60WUAEzyVW.jpg\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FQ-JY6sWUAAxTgq.jpg\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->', 'Umuhuza trains over 140 community volunteers on culture of peace', '', 'publish', 'open', 'open', '', 'umuhuza-trains-over-140-community-volunteers-on-culture-of-peace', '', '', '2023-11-06 22:31:39', '2023-11-06 22:31:39', '', 0, 'https://kreativedesigngroup.com/?p=2667', 0, 'post', '', 0),
(2668, 990003, '2023-11-06 22:29:51', '2023-11-06 22:29:51', '', 'FQ-JY6yWUAEbPTi', '', 'inherit', 'open', 'closed', '', 'fq-jy6ywuaebpti', '', '', '2023-11-06 22:29:51', '2023-11-06 22:29:51', '', 2667, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FQ-JY6yWUAEbPTi.jpg', 0, 'attachment', 'image/jpeg', 0),
(2669, 990003, '2023-11-06 22:30:31', '2023-11-06 22:30:31', '', 'FQ-JY60WUAEzyVW', '', 'inherit', 'open', 'closed', '', 'fq-jy60wuaezyvw', '', '', '2023-11-06 22:30:31', '2023-11-06 22:30:31', '', 2667, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FQ-JY60WUAEzyVW.jpg', 0, 'attachment', 'image/jpeg', 0),
(2670, 990003, '2023-11-06 22:30:52', '2023-11-06 22:30:52', '', 'FQ-JY6sWUAAxTgq', '', 'inherit', 'open', 'closed', '', 'fq-jy6swuaaxtgq', '', '', '2023-11-06 22:30:52', '2023-11-06 22:30:52', '', 2667, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FQ-JY6sWUAAxTgq.jpg', 0, 'attachment', 'image/jpeg', 0),
(2671, 990003, '2023-11-06 22:31:36', '2023-11-06 22:31:36', '<!-- wp:paragraph -->\n<p>As part of the promotion of the culture of peace, Umuhuza organised a 3-day training on “the integration of gender and nonviolent communication in parenting practices”for 146 community volunteers from 7 Districts: Gasabo, Bugesera,Burera,Kayonza,Kirehe, Ruhango and Ngororero. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training took place from 19 to 22 April, 2022 and was organised by the GIZ Rwanda project that supports International Conference on the Great Lakes Region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FQ-JY60WUAEzyVW.jpg\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FQ-JY6sWUAAxTgq.jpg\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->', 'Umuhuza trains over 140 community volunteers on culture of peace', '', 'inherit', 'closed', 'closed', '', '2667-revision-v1', '', '', '2023-11-06 22:31:36', '2023-11-06 22:31:36', '', 2667, 'https://kreativedesigngroup.com/?p=2671', 0, 'revision', '', 0),
(2672, 990003, '2023-11-06 22:40:31', '2023-11-06 22:40:31', '<!-- wp:paragraph -->\n<p>Thursday, Nov. 24, 2022, the Executive Director of Umuhuza Organisation Mathilde Kayitesi handed over achievements made under GREAT project to Bugesera district. The project was implemented in 4 sectors of the district to improve quality education for girls and boys by promoting the culture of reading and writing at the primary school level through a sustainable and replicable child-centered, play-based learning model. GREAT project was implemented in partnership with Right to Play Rwanda and funded by Global Affairs Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GREAT was also implemented in Kayonza and Ruhango districts. Bugesera in particular, within the period of 3 years, 1 community library and 80 reading clubs for children were established. Moreover, 21,091 books were provided, and 6,461 children benefited while 2654 parents and 160 volunteers were engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2674,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiV8A5MWAAEAhjo-1024x705.jpg\" alt=\"\" class=\"wp-image-2674\"/></figure>\n<!-- /wp:image -->', 'Bugesera: Umuhuza hands over GREAT project\'s achievements', '', 'publish', 'open', 'open', '', 'bugesera-umuhuza-hands-over-great-projects-achievements', '', '', '2023-11-06 22:40:35', '2023-11-06 22:40:35', '', 0, 'https://kreativedesigngroup.com/?p=2672', 0, 'post', '', 0),
(2673, 990003, '2023-11-06 22:39:32', '2023-11-06 22:39:32', '', 'FiV8A7mXwAUzf_4', '', 'inherit', 'open', 'closed', '', 'fiv8a7mxwauzf_4', '', '', '2023-11-06 22:39:32', '2023-11-06 22:39:32', '', 2672, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiV8A7mXwAUzf_4.jpg', 0, 'attachment', 'image/jpeg', 0),
(2674, 990003, '2023-11-06 22:40:01', '2023-11-06 22:40:01', '', 'FiV8A5MWAAEAhjo', '', 'inherit', 'open', 'closed', '', 'fiv8a5mwaaeahjo', '', '', '2023-11-06 22:40:01', '2023-11-06 22:40:01', '', 2672, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiV8A5MWAAEAhjo.jpg', 0, 'attachment', 'image/jpeg', 0),
(2675, 990003, '2023-11-06 22:40:31', '2023-11-06 22:40:31', '<!-- wp:paragraph -->\n<p>Thursday, Nov. 24, 2022, the Executive Director of Umuhuza Organisation Mathilde Kayitesi handed over achievements made under GREAT project to Bugesera district. The project was implemented in 4 sectors of the district to improve quality education for girls and boys by promoting the culture of reading and writing at the primary school level through a sustainable and replicable child-centered, play-based learning model. GREAT project was implemented in partnership with Right to Play Rwanda and funded by Global Affairs Canada.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>GREAT was also implemented in Kayonza and Ruhango districts. Bugesera in particular, within the period of 3 years, 1 community library and 80 reading clubs for children were established. Moreover, 21,091 books were provided, and 6,461 children benefited while 2654 parents and 160 volunteers were engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2674,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiV8A5MWAAEAhjo-1024x705.jpg\" alt=\"\" class=\"wp-image-2674\"/></figure>\n<!-- /wp:image -->', 'Bugesera: Umuhuza hands over GREAT project\'s achievements', '', 'inherit', 'closed', 'closed', '', '2672-revision-v1', '', '', '2023-11-06 22:40:31', '2023-11-06 22:40:31', '', 2672, 'https://kreativedesigngroup.com/?p=2675', 0, 'revision', '', 0),
(2676, 1, '2023-11-06 22:47:41', '2023-11-06 22:47:41', '<!-- wp:paragraph -->\n<p>November 28,2022 Umuhuza  presented to Ruhango officials the outcomes of a three-year project GREAT, which was implemented in 3 sectors of the district with the aim to improve quality education for girls&amp; boys by promoting the culture of reading and writing at the primary school level through a sustainable &amp; replicable child-centered, play-based learning model. GREAT project was implemented in partnership with Right to Play and funded by Global Affairs Canada. The project was also implemented in Bugesera and Kayonza districts. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ruhango in particular, within the period of 3 years,1 community library &amp; 60 reading clubs for children were established.10,500 children\'s books were provided, and 9,790 children benefited while 4,990 parents and 60 volunteers were engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2678,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiqyHZsXoAU05IP-1024x698.jpg\" alt=\"\" class=\"wp-image-2678\"/></figure>\n<!-- /wp:image -->', 'Ruhango: Umuhuza presents GREAT project\'s outcomes', '', 'publish', 'open', 'open', '', 'ruhango-umuhuza-presents-great-projects-outcomes', '', '', '2023-11-06 22:51:19', '2023-11-06 22:51:19', '', 0, 'https://kreativedesigngroup.com/?p=2676', 0, 'post', '', 0),
(2677, 990003, '2023-11-06 22:43:43', '2023-11-06 22:43:43', '', 'FiqyHZFWAAIOTmz', '', 'inherit', 'open', 'closed', '', 'fiqyhzfwaaiotmz', '', '', '2023-11-06 22:43:43', '2023-11-06 22:43:43', '', 2676, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiqyHZFWAAIOTmz.jpg', 0, 'attachment', 'image/jpeg', 0),
(2678, 990003, '2023-11-06 22:47:17', '2023-11-06 22:47:17', '', 'FiqyHZsXoAU05IP', '', 'inherit', 'open', 'closed', '', 'fiqyhzsxoau05ip', '', '', '2023-11-06 22:47:17', '2023-11-06 22:47:17', '', 2676, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiqyHZsXoAU05IP.jpg', 0, 'attachment', 'image/jpeg', 0),
(2679, 990003, '2023-11-06 22:47:41', '2023-11-06 22:47:41', '<!-- wp:paragraph -->\n<p>November 28,2022 Umuhuza  presented to Ruhango officials the outcomes of a three-year project GREAT, which was implemented in 3 sectors of the district with the aim to improve quality education for girls&amp; boys by promoting the culture of reading and writing at the primary school level through a sustainable &amp; replicable child-centered, play-based learning model. GREAT project was implemented in partnership with Right to Play and funded by Global Affairs Canada. The project was also implemented in Bugesera and Kayonza districts. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ruhango in particular, within the period of 3 years,1 community library &amp; 60 reading clubs for children were established.10,500 children\'s books were provided, and 9,790 children benefited while 4,990 parents and 60 volunteers were engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2678,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FiqyHZsXoAU05IP-1024x698.jpg\" alt=\"\" class=\"wp-image-2678\"/></figure>\n<!-- /wp:image -->', 'Ruhango: Umuhuza presents GREAT project\'s outcomes', '', 'inherit', 'closed', 'closed', '', '2676-revision-v1', '', '', '2023-11-06 22:47:41', '2023-11-06 22:47:41', '', 2676, 'https://kreativedesigngroup.com/?p=2679', 0, 'revision', '', 0),
(2680, 1, '2023-11-06 22:55:04', '2023-11-06 22:55:04', '<!-- wp:paragraph -->\n<p>November 30, 2022, Umuhuza Organisation handed over GREAT project achievements to Kayonza officials. Implemented in 3 sectors of the district from 2020 to 2022, the project aimed to improve quality education for girls &amp;boys by promoting the culture of reading and writing at the primary school level through a sustainable and replicable child-centered, play-based learning model. It was implemented in partnership with Right to Play and funded by Global Affairs Canada. The project was implemented in Bugesera, Kayonza and Ruhango districts. Kayonza in particular, 1 community library &amp; 60 reading clubs for children were established, 14,475 children\'s books were provided, and 4,794 children benefited while 2,392 parents and 120 volunteers were engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2682,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fi0temnWYAYsjeP-1024x683.jpg\" alt=\"\" class=\"wp-image-2682\"/></figure>\n<!-- /wp:image -->', 'Kayonza: Umuhuza hands over GREAT project\'s achievements', '', 'publish', 'open', 'open', '', 'kayonza-umuhuza-hands-over-great-projects-achievements', '', '', '2023-11-06 22:55:07', '2023-11-06 22:55:07', '', 0, 'https://kreativedesigngroup.com/?p=2680', 0, 'post', '', 0),
(2681, 990003, '2023-11-06 22:54:26', '2023-11-06 22:54:26', '', 'Fi0temdXoAEanIm', '', 'inherit', 'open', 'closed', '', 'fi0temdxoaeanim', '', '', '2023-11-06 22:54:26', '2023-11-06 22:54:26', '', 2680, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fi0temdXoAEanIm.jpg', 0, 'attachment', 'image/jpeg', 0),
(2682, 990003, '2023-11-06 22:54:52', '2023-11-06 22:54:52', '', 'Fi0temnWYAYsjeP', '', 'inherit', 'open', 'closed', '', 'fi0temnwyaysjep', '', '', '2023-11-06 22:54:52', '2023-11-06 22:54:52', '', 2680, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fi0temnWYAYsjeP.jpg', 0, 'attachment', 'image/jpeg', 0),
(2683, 990003, '2023-11-06 22:55:04', '2023-11-06 22:55:04', '<!-- wp:paragraph -->\n<p>November 30, 2022, Umuhuza Organisation handed over GREAT project achievements to Kayonza officials. Implemented in 3 sectors of the district from 2020 to 2022, the project aimed to improve quality education for girls &amp;boys by promoting the culture of reading and writing at the primary school level through a sustainable and replicable child-centered, play-based learning model. It was implemented in partnership with Right to Play and funded by Global Affairs Canada. The project was implemented in Bugesera, Kayonza and Ruhango districts. Kayonza in particular, 1 community library &amp; 60 reading clubs for children were established, 14,475 children\'s books were provided, and 4,794 children benefited while 2,392 parents and 120 volunteers were engaged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2682,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fi0temnWYAYsjeP-1024x683.jpg\" alt=\"\" class=\"wp-image-2682\"/></figure>\n<!-- /wp:image -->', 'Kayonza: Umuhuza hands over GREAT project\'s achievements', '', 'inherit', 'closed', 'closed', '', '2680-revision-v1', '', '', '2023-11-06 22:55:04', '2023-11-06 22:55:04', '', 2680, 'https://kreativedesigngroup.com/?p=2683', 0, 'revision', '', 0),
(2684, 1, '2023-11-06 23:00:51', '2023-11-06 23:00:51', '<!-- wp:paragraph -->\n<p>Dec 5, 2022, Umuhuza joins the rest of the world to celebrate International Volunteer Day. Volunteerism is a key pillar and approach in Umuhuza programs to ensure community engagement &amp;sustainability of our work. Umuhuza launched volunteerism in 2015 in Gicumbi district where 100 Urugerero Youth were engaged. Up to date, 8,353 volunteers have been engaged in our work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Umuhuza marks International Volunteer Day 2022', '', 'publish', 'open', 'open', '', 'umuhuza-marks-international-volunteer-day', '', '', '2023-11-06 23:01:06', '2023-11-06 23:01:06', '', 0, 'https://kreativedesigngroup.com/?p=2684', 0, 'post', '', 0),
(2685, 990003, '2023-11-06 23:00:37', '2023-11-06 23:00:37', '', 'FjOKKILWAAABweQ', '', 'inherit', 'open', 'closed', '', 'fjokkilwaaabweq', '', '', '2023-11-06 23:00:37', '2023-11-06 23:00:37', '', 2684, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FjOKKILWAAABweQ.jpg', 0, 'attachment', 'image/jpeg', 0),
(2686, 990003, '2023-11-06 23:00:51', '2023-11-06 23:00:51', '<!-- wp:paragraph -->\n<p>Dec 5, 2022, Umuhuza joins the rest of the world to celebrate International Volunteer Day. Volunteerism is a key pillar and approach in Umuhuza programs to ensure community engagement &amp;sustainability of our work. Umuhuza launched volunteerism in 2015 in Gicumbi district where 100 Urugerero Youth were engaged. Up to date, 8,353 volunteers have been engaged in our work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Umuhuza marks International Volunteer Day', '', 'inherit', 'closed', 'closed', '', '2684-revision-v1', '', '', '2023-11-06 23:00:51', '2023-11-06 23:00:51', '', 2684, 'https://kreativedesigngroup.com/?p=2686', 0, 'revision', '', 0),
(2687, 990003, '2023-11-06 23:01:04', '2023-11-06 23:01:04', '<!-- wp:paragraph -->\n<p>Dec 5, 2022, Umuhuza joins the rest of the world to celebrate International Volunteer Day. Volunteerism is a key pillar and approach in Umuhuza programs to ensure community engagement &amp;sustainability of our work. Umuhuza launched volunteerism in 2015 in Gicumbi district where 100 Urugerero Youth were engaged. Up to date, 8,353 volunteers have been engaged in our work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Umuhuza marks International Volunteer Day 2022', '', 'inherit', 'closed', 'closed', '', '2684-revision-v1', '', '', '2023-11-06 23:01:04', '2023-11-06 23:01:04', '', 2684, 'https://kreativedesigngroup.com/?p=2687', 0, 'revision', '', 0),
(2688, 1, '2023-11-07 06:01:29', '2023-11-07 06:01:29', '<!-- wp:paragraph -->\n<p>On December 7th and 8th, 2022, Umuhuza Organisation in partnership with Bank of Kigali conducted a two-day campaign under ‘Wiceceka project’ that aimed to raise awareness on the prevention of gender-based violence by breaking the culture of silence. The campaign was held in Ruhango and Kinazi sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2691,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1.jpg\" alt=\"\" class=\"wp-image-2691\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The campaign was under the 16 days of Activism against gender-based violence agenda, which is observed every year from November 25 as the world observes the International Day for the Elimination of Violence against Women and Girls until December 10 the day of international human right. The 16 days of activism against Gender based Violence was started by activists at the inaugural Women’s Global Leadership Institute in 1991 and continues to be coordinated each year by the Center for Women’s Global Leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Globally, the theme was: “UNiTE! Activism to End Violence against Women &amp; Girls” while at national level it is “UNITE! Build a Violence-Free Society”. In Ruhango, the campaign was under Wiceceka&nbsp;project, a 6-month project that aims&nbsp;to break the silence about Gender based violence and is being implemented by Umuhuza organization under the Bank of Kigali funds. The campaign was attended by security organs, local leaders, parents, students from Groupe Scolaire Nyarugenge and teen mothers. A total of 1560 community members including 1100 youth, were reached out during the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the effectiveness of the campaign , Umuhuza organization conducted different activities such as producing a radio awareness publicity that was aired at Radio Rwanda, &nbsp;produced and distributed flyers to hundreds of people in Ruhango district. During the campaign, officials encouraged &nbsp;joint effort &nbsp;to end gender-based violence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remarks</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Manager of Bank of Kigali’s Ruhango Branch, Marine Kankindi</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><em>“</em></strong>We should avoid ‘<em>keeping GBV a secret</em>’ when our children are abused and report all the perpetrators that we know.Violence happens within families, and neighbours turn a blind eye which is unfortunate. More effort are needed to end GBV completely.<strong><em>”</em></strong><strong><em></em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Christian Shyaka, Program coordinator at Umuhuza Organisation</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><em>“</em></strong>&nbsp;Children are most likely to be victims of violence if there is violence in their own families.There is a need to break the silence over GBV in our families, schools, and workplace and we all need to play our role in this. A society free from GBV should be a lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Alphonsine Mukangenzi, Vice Mayor in charge of Social Affairs in Ruhango</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><em>“</em></strong>&nbsp;Families that have parents who drink uncontrollably are most likely to face GBV, especially women and children. We should not hide perpetrators as this hinders justice. We need to report them since that is the way to curb GBV.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Head of Rwanda Investigation Bureau (RIB) in Ruhango District, Samuel Nzasabimana</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>        “GBV is not handled through mediation, and that is why we shouldn’t stay silent and report wrongdoers,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2692,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FjZGM2-XwAc4FNg-1024x683.jpg\" alt=\"\" class=\"wp-image-2692\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->', ' Ruhango: Umuhuza, BK join anti-GBV campaign  ', '', 'publish', 'open', 'open', '', 'ruhango-umuhuza-bk-join-anti-gbv-campaign', '', '', '2023-11-07 06:01:30', '2023-11-07 06:01:30', '', 0, 'https://kreativedesigngroup.com/?p=2688', 0, 'post', '', 0),
(2689, 990003, '2023-11-07 05:57:38', '2023-11-07 05:57:38', '', 'mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9', '', 'inherit', 'open', 'closed', '', 'mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9', '', '', '2023-11-07 05:57:38', '2023-11-07 05:57:38', '', 2688, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9.jpg', 0, 'attachment', 'image/jpeg', 0),
(2690, 990003, '2023-11-07 05:58:05', '2023-11-07 05:58:05', '', 'FjThhS8WQAMtOnk', '', 'inherit', 'open', 'closed', '', 'fjthhs8wqamtonk', '', '', '2023-11-07 05:58:05', '2023-11-07 05:58:05', '', 2688, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FjThhS8WQAMtOnk.jpg', 0, 'attachment', 'image/jpeg', 0),
(2691, 990003, '2023-11-07 05:59:19', '2023-11-07 05:59:19', '', 'mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1', '', 'inherit', 'open', 'closed', '', 'mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1', '', '', '2023-11-07 05:59:19', '2023-11-07 05:59:19', '', 2688, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2692, 990003, '2023-11-07 06:00:07', '2023-11-07 06:00:07', '', 'FjZGM2-XwAc4FNg', '', 'inherit', 'open', 'closed', '', 'fjzgm2-xwac4fng', '', '', '2023-11-07 06:00:07', '2023-11-07 06:00:07', '', 2688, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FjZGM2-XwAc4FNg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2693, 990003, '2023-11-07 06:01:29', '2023-11-07 06:01:29', '<!-- wp:paragraph -->\n<p>On December 7th and 8th, 2022, Umuhuza Organisation in partnership with Bank of Kigali conducted a two-day campaign under ‘Wiceceka project’ that aimed to raise awareness on the prevention of gender-based violence by breaking the culture of silence. The campaign was held in Ruhango and Kinazi sectors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2691,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/mu_karere_ka_ruhango_hari_kubera_ubukangurambaga_bugamije_kurwanya_ihohoterwa_rishingiye_ku_gitsina-ee9-1.jpg\" alt=\"\" class=\"wp-image-2691\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The campaign was under the 16 days of Activism against gender-based violence agenda, which is observed every year from November 25 as the world observes the International Day for the Elimination of Violence against Women and Girls until December 10 the day of international human right. The 16 days of activism against Gender based Violence was started by activists at the inaugural Women’s Global Leadership Institute in 1991 and continues to be coordinated each year by the Center for Women’s Global Leadership.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Globally, the theme was: “UNiTE! Activism to End Violence against Women &amp; Girls” while at national level it is “UNITE! Build a Violence-Free Society”. In Ruhango, the campaign was under Wiceceka&nbsp;project, a 6-month project that aims&nbsp;to break the silence about Gender based violence and is being implemented by Umuhuza organization under the Bank of Kigali funds. The campaign was attended by security organs, local leaders, parents, students from Groupe Scolaire Nyarugenge and teen mothers. A total of 1560 community members including 1100 youth, were reached out during the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the effectiveness of the campaign , Umuhuza organization conducted different activities such as producing a radio awareness publicity that was aired at Radio Rwanda, &nbsp;produced and distributed flyers to hundreds of people in Ruhango district. During the campaign, officials encouraged &nbsp;joint effort &nbsp;to end gender-based violence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remarks</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Manager of Bank of Kigali’s Ruhango Branch, Marine Kankindi</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><em>“</em></strong>We should avoid ‘<em>keeping GBV a secret</em>’ when our children are abused and report all the perpetrators that we know.Violence happens within families, and neighbours turn a blind eye which is unfortunate. More effort are needed to end GBV completely.<strong><em>”</em></strong><strong><em></em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Christian Shyaka, Program coordinator at Umuhuza Organisation</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><em>“</em></strong>&nbsp;Children are most likely to be victims of violence if there is violence in their own families.There is a need to break the silence over GBV in our families, schools, and workplace and we all need to play our role in this. A society free from GBV should be a lifestyle.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Alphonsine Mukangenzi, Vice Mayor in charge of Social Affairs in Ruhango</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong><em>“</em></strong>&nbsp;Families that have parents who drink uncontrollably are most likely to face GBV, especially women and children. We should not hide perpetrators as this hinders justice. We need to report them since that is the way to curb GBV.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Head of Rwanda Investigation Bureau (RIB) in Ruhango District, Samuel Nzasabimana</strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>        “GBV is not handled through mediation, and that is why we shouldn’t stay silent and report wrongdoers,”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2692,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FjZGM2-XwAc4FNg-1024x683.jpg\" alt=\"\" class=\"wp-image-2692\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->', ' Ruhango: Umuhuza, BK join anti-GBV campaign  ', '', 'inherit', 'closed', 'closed', '', '2688-revision-v1', '', '', '2023-11-07 06:01:29', '2023-11-07 06:01:29', '', 2688, 'https://kreativedesigngroup.com/?p=2693', 0, 'revision', '', 0),
(2694, 1, '2023-11-07 06:05:07', '2023-11-07 06:05:07', '', 'Merry Christmas and Happy New Year 2023', '', 'publish', 'open', 'open', '', 'merry-christmas-and-happy-new-year-2023-2', '', '', '2023-11-07 06:05:10', '2023-11-07 06:05:10', '', 0, 'https://kreativedesigngroup.com/?p=2694', 0, 'post', '', 0),
(2695, 990003, '2023-11-07 06:05:07', '2023-11-07 06:05:07', '', 'Merry Christmas and Happy New Year 2023', '', 'inherit', 'closed', 'closed', '', '2694-revision-v1', '', '', '2023-11-07 06:05:07', '2023-11-07 06:05:07', '', 2694, 'https://kreativedesigngroup.com/?p=2695', 0, 'revision', '', 0),
(2696, 1, '2023-11-07 06:15:56', '2023-11-07 06:15:56', '<!-- wp:paragraph -->\n<p>The USAID funded Gikuriro Kuri Bose program conducted a weeklong training (from March 6,2023) of Early Childhood Development (ECD) staff on producing locally made play materials. The training aimed to enhance the capacity of the team to support ECD service providers and parents to produce and avail locally made play materials. The Gikuriro Kuri Bose provides ECD services to children in 10 districts ( <strong>Nyamasheke, Nyanza, Nyabihu, Burera, Rulindo, Kicukiro, Nyarugenge, Rwamagana, Ngoma, and Kayonza</strong>) where the program operates, to support the holistic child development, early learning, good nutrition, and brain stimulation in early age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Umuhuza implements and leads the ECD component of the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2698,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FqjaIVrWIAMtbql-1024x683.jpg\" alt=\"\" class=\"wp-image-2698\"/></figure>\n<!-- /wp:image -->', 'Gikuriro Kuri Bose: ECD staff acquire skills in producing locally made play materials', '', 'publish', 'open', 'open', '', 'gikuriro-kuri-bose-ecd-staff-acquire-skills-in-producing-locally-made-play-materials', '', '', '2023-11-07 06:15:58', '2023-11-07 06:15:58', '', 0, 'https://kreativedesigngroup.com/?p=2696', 0, 'post', '', 0),
(2697, 990003, '2023-11-07 06:15:04', '2023-11-07 06:15:04', '', 'FqjXMNkXwAAJMgd', '', 'inherit', 'open', 'closed', '', 'fqjxmnkxwaajmgd', '', '', '2023-11-07 06:15:04', '2023-11-07 06:15:04', '', 2696, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FqjXMNkXwAAJMgd.jpg', 0, 'attachment', 'image/jpeg', 0),
(2698, 990003, '2023-11-07 06:15:46', '2023-11-07 06:15:46', '', 'FqjaIVrWIAMtbql', '', 'inherit', 'open', 'closed', '', 'fqjaivrwiamtbql', '', '', '2023-11-07 06:15:46', '2023-11-07 06:15:46', '', 2696, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FqjaIVrWIAMtbql.jpg', 0, 'attachment', 'image/jpeg', 0),
(2699, 990003, '2023-11-07 06:15:56', '2023-11-07 06:15:56', '<!-- wp:paragraph -->\n<p>The USAID funded Gikuriro Kuri Bose program conducted a weeklong training (from March 6,2023) of Early Childhood Development (ECD) staff on producing locally made play materials. The training aimed to enhance the capacity of the team to support ECD service providers and parents to produce and avail locally made play materials. The Gikuriro Kuri Bose provides ECD services to children in 10 districts ( <strong>Nyamasheke, Nyanza, Nyabihu, Burera, Rulindo, Kicukiro, Nyarugenge, Rwamagana, Ngoma, and Kayonza</strong>) where the program operates, to support the holistic child development, early learning, good nutrition, and brain stimulation in early age.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Umuhuza implements and leads the ECD component of the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2698,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FqjaIVrWIAMtbql-1024x683.jpg\" alt=\"\" class=\"wp-image-2698\"/></figure>\n<!-- /wp:image -->', 'Gikuriro Kuri Bose: ECD staff acquire skills in producing locally made play materials', '', 'inherit', 'closed', 'closed', '', '2696-revision-v1', '', '', '2023-11-07 06:15:56', '2023-11-07 06:15:56', '', 2696, 'https://kreativedesigngroup.com/?p=2699', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2700, 1, '2023-11-07 06:26:50', '2023-11-07 06:26:50', '<!-- wp:paragraph -->\n<p>UMUHUZA Organisation&nbsp;stands with all Rwandans&nbsp;and friends of Rwanda all over the world to mark the 29th&nbsp;commemoration of the 1994 Genocide against the Tutsi.</p>\n<!-- /wp:paragraph -->', 'KWIBUKA 29', '', 'publish', 'open', 'open', '', 'kwibuka-29', '', '', '2023-11-07 06:26:52', '2023-11-07 06:26:52', '', 0, 'https://kreativedesigngroup.com/?p=2700', 0, 'post', '', 0),
(2701, 990003, '2023-11-07 06:26:24', '2023-11-07 06:26:24', '', 'Kwibuka-29', '', 'inherit', 'open', 'closed', '', 'kwibuka-29', '', '', '2023-11-07 06:26:24', '2023-11-07 06:26:24', '', 2700, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Kwibuka-29.jpg', 0, 'attachment', 'image/jpeg', 0),
(2702, 990003, '2023-11-07 06:26:50', '2023-11-07 06:26:50', '<!-- wp:paragraph -->\n<p>UMUHUZA Organisation&nbsp;stands with all Rwandans&nbsp;and friends of Rwanda all over the world to mark the 29th&nbsp;commemoration of the 1994 Genocide against the Tutsi.</p>\n<!-- /wp:paragraph -->', 'KWIBUKA 29', '', 'inherit', 'closed', 'closed', '', '2700-revision-v1', '', '', '2023-11-07 06:26:50', '2023-11-07 06:26:50', '', 2700, 'https://kreativedesigngroup.com/?p=2702', 0, 'revision', '', 0),
(2703, 1, '2023-11-07 07:24:11', '2023-11-07 07:24:11', '<!-- wp:paragraph -->\n<p>25 May 2023, Umuhuza Organization presented to Kirehe officials the outcomes of a year-long project \"Championing Play,\" implemented in partnership with Save the Children and funded by the LEGO foundation to promote play-based learning for children aged 0-3. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the project, a total of 1,200 parents from 1,200 households in four sectors of Kirehe district, including Nasho, Nyamugali, Gatore and Mahama, gained skills in making toys using locally available materials and how to integrate play into their regular parenting approaches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2705,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fw_quT6XgCoO8Dp-1024x683.jpg\" alt=\"\" class=\"wp-image-2705\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A total of 1,215 children were reached. 120 Umuhuza volunteers (60 males and 60 females) facilitated the implementation of the project through the supervision of regular parenting sessions and home visits on a weekly basis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Janviere Mukandayisenga, Kirehe Vice Mayor in Charge of Social Affairs,thanked the partners, Umuhuza and Save the Children, for their remarkable activities to promote effective parenting&amp; child development.She promised to follow up&amp;ensure the sustainability of the achievements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fw_qA4CWAAAYBsI-1024x683.jpg\" alt=\"\" class=\"wp-image-2704\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In Kirehe District, Umuhuza Organisation carries out various activities such as ECD monitoring and supportive supervision of 694 ECD centres with over 27,000 children in 12 sectors.</p>\n<!-- /wp:paragraph -->', 'Kirehe: Umuhuza presents Championing Play project\'s outcomes', '', 'publish', 'open', 'open', '', 'kirehe-umuhuza-presents-championing-play-projects-outcomes', '', '', '2023-11-07 07:24:12', '2023-11-07 07:24:12', '', 0, 'https://kreativedesigngroup.com/?p=2703', 0, 'post', '', 0),
(2704, 990003, '2023-11-07 07:21:57', '2023-11-07 07:21:57', '', 'Fw_qA4CWAAAYBsI', '', 'inherit', 'open', 'closed', '', 'fw_qa4cwaaaybsi', '', '', '2023-11-07 07:21:57', '2023-11-07 07:21:57', '', 2703, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fw_qA4CWAAAYBsI.jpg', 0, 'attachment', 'image/jpeg', 0),
(2705, 990003, '2023-11-07 07:22:19', '2023-11-07 07:22:19', '', 'Fw_quT6XgCoO8Dp', '', 'inherit', 'open', 'closed', '', 'fw_qut6xgcoo8dp', '', '', '2023-11-07 07:22:19', '2023-11-07 07:22:19', '', 2703, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fw_quT6XgCoO8Dp.jpg', 0, 'attachment', 'image/jpeg', 0),
(2706, 990003, '2023-11-07 07:22:43', '2023-11-07 07:22:43', '', 'Fw_p5qLXgFAdmqo', '', 'inherit', 'open', 'closed', '', 'fw_p5qlxgfadmqo', '', '', '2023-11-07 07:22:43', '2023-11-07 07:22:43', '', 2703, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fw_p5qLXgFAdmqo.jpg', 0, 'attachment', 'image/jpeg', 0),
(2707, 990003, '2023-11-07 07:24:11', '2023-11-07 07:24:11', '<!-- wp:paragraph -->\n<p>25 May 2023, Umuhuza Organization presented to Kirehe officials the outcomes of a year-long project \"Championing Play,\" implemented in partnership with Save the Children and funded by the LEGO foundation to promote play-based learning for children aged 0-3. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Under the project, a total of 1,200 parents from 1,200 households in four sectors of Kirehe district, including Nasho, Nyamugali, Gatore and Mahama, gained skills in making toys using locally available materials and how to integrate play into their regular parenting approaches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2705,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fw_quT6XgCoO8Dp-1024x683.jpg\" alt=\"\" class=\"wp-image-2705\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A total of 1,215 children were reached. 120 Umuhuza volunteers (60 males and 60 females) facilitated the implementation of the project through the supervision of regular parenting sessions and home visits on a weekly basis.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Janviere Mukandayisenga, Kirehe Vice Mayor in Charge of Social Affairs,thanked the partners, Umuhuza and Save the Children, for their remarkable activities to promote effective parenting&amp; child development.She promised to follow up&amp;ensure the sustainability of the achievements.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/Fw_qA4CWAAAYBsI-1024x683.jpg\" alt=\"\" class=\"wp-image-2704\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In Kirehe District, Umuhuza Organisation carries out various activities such as ECD monitoring and supportive supervision of 694 ECD centres with over 27,000 children in 12 sectors.</p>\n<!-- /wp:paragraph -->', 'Kirehe: Umuhuza presents Championing Play project\'s outcomes', '', 'inherit', 'closed', 'closed', '', '2703-revision-v1', '', '', '2023-11-07 07:24:11', '2023-11-07 07:24:11', '', 2703, 'https://kreativedesigngroup.com/?p=2707', 0, 'revision', '', 0),
(2708, 1, '2023-11-07 07:35:23', '2023-11-07 07:35:23', '<!-- wp:paragraph -->\n<p>May 31, 2023, Umuhuza Organisation awarded certificates of appreciation to 120 volunteers (60 men and 60 women) from 4 sectors in Kirehe district who facilitated the implementation of the year-long project, Championing Play. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volunteers trained parents on toy making using locally available materials under 17 parenting sessions and conducted home visits twice a week. The project was implemented in partnership with Save the Children and funded by the LEGO foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volunteerism is a key pillar and approach to Umuhuza programs to ensure community engagement and the sustainability of our work. Umuhuza launched volunteerism in 2015 in Gicumbi district and so far, 8,473 volunteers have been engaged in our work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2710,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FxeWJNVXoAAbz4W-1024x683.jpg\" alt=\"\" class=\"wp-image-2710\"/></figure>\n<!-- /wp:image -->', 'Umuhuza awards certificates of appreciation to 120 volunteers', '', 'publish', 'open', 'open', '', 'umuhuza-awards-certificates-of-appreciation-to-120-volunteers', '', '', '2023-11-07 07:37:42', '2023-11-07 07:37:42', '', 0, 'https://kreativedesigngroup.com/?p=2708', 0, 'post', '', 0),
(2709, 990003, '2023-11-07 07:34:40', '2023-11-07 07:34:40', '', 'FxeWD4tWAAEZ2E1', '', 'inherit', 'open', 'closed', '', 'fxewd4twaaez2e1', '', '', '2023-11-07 07:34:40', '2023-11-07 07:34:40', '', 2708, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FxeWD4tWAAEZ2E1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2710, 990003, '2023-11-07 07:35:06', '2023-11-07 07:35:06', '', 'FxeWJNVXoAAbz4W', '', 'inherit', 'open', 'closed', '', 'fxewjnvxoaabz4w', '', '', '2023-11-07 07:35:06', '2023-11-07 07:35:06', '', 2708, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/FxeWJNVXoAAbz4W.jpg', 0, 'attachment', 'image/jpeg', 0),
(2711, 990003, '2023-11-07 07:35:23', '2023-11-07 07:35:23', '<!-- wp:paragraph -->\n<p>May 31, 2023, Umuhuza Organisation awarded certificates of appreciation to 120 volunteers (60 men and 60 women) from 4 sectors in Kirehe district who facilitated the implementation of the year-long project, ChampioningPlay. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volunteers trained parents on toy making using locally available materials under 17 parenting sessions and conducted home visits twice a week. The project was implemented in partnership with Save the Children and funded by the LEGO foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volunteerism is a key pillar and approach to Umuhuza programs to ensure community engagement and the sustainability of our work. Umuhuza launched volunteerism in 2015 in Gicumbi district and so far, 8,473 volunteers have been engaged in our work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2710,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FxeWJNVXoAAbz4W-1024x683.jpg\" alt=\"\" class=\"wp-image-2710\"/></figure>\n<!-- /wp:image -->', 'Umuhuza awards certificates of appreciation to 120 volunteers', '', 'inherit', 'closed', 'closed', '', '2708-revision-v1', '', '', '2023-11-07 07:35:23', '2023-11-07 07:35:23', '', 2708, 'https://kreativedesigngroup.com/?p=2711', 0, 'revision', '', 0),
(2712, 990003, '2023-11-07 07:37:40', '2023-11-07 07:37:40', '<!-- wp:paragraph -->\n<p>May 31, 2023, Umuhuza Organisation awarded certificates of appreciation to 120 volunteers (60 men and 60 women) from 4 sectors in Kirehe district who facilitated the implementation of the year-long project, Championing Play. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volunteers trained parents on toy making using locally available materials under 17 parenting sessions and conducted home visits twice a week. The project was implemented in partnership with Save the Children and funded by the LEGO foundation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Volunteerism is a key pillar and approach to Umuhuza programs to ensure community engagement and the sustainability of our work. Umuhuza launched volunteerism in 2015 in Gicumbi district and so far, 8,473 volunteers have been engaged in our work.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2710,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/FxeWJNVXoAAbz4W-1024x683.jpg\" alt=\"\" class=\"wp-image-2710\"/></figure>\n<!-- /wp:image -->', 'Umuhuza awards certificates of appreciation to 120 volunteers', '', 'inherit', 'closed', 'closed', '', '2708-revision-v1', '', '', '2023-11-07 07:37:40', '2023-11-07 07:37:40', '', 2708, 'https://kreativedesigngroup.com/?p=2712', 0, 'revision', '', 0),
(2713, 1, '2023-11-07 07:54:07', '2023-11-07 07:54:07', '<!-- wp:paragraph -->\n<p>August 8 Umuhuza Organisation began a four-day training for 20 community literacy champions from five districts: Burera, Ruhango, Kirehe, Gasabo and Ngororero. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training was held under the project “Access to Digital and Inclusive community Literacy Environment,” funded by Rwanda National Commission for UNESCO, which is being implemented in Rutunga sector to increase&nbsp;community libraries with inclusive and digital literacy resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the training, participants will acquire knowledge on the use technology in library management and on assisting people with disability to access literacy materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2722,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A2Dq1aYAEH0Dc-1-1024x659.jpg\" alt=\"\" class=\"wp-image-2722\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3pXAaUAAWx7a-1024x683.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2716,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3tCMaIAEpqnc-1024x683.jpg\" alt=\"\" class=\"wp-image-2716\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2717,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A4G7ea0AA8lFI-1024x683.jpg\" alt=\"\" class=\"wp-image-2717\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2719,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3RmFDFWEAE8wD5-1024x683.jpg\" alt=\"\" class=\"wp-image-2719\"/></figure>\n<!-- /wp:image -->', '20 community literacy champions acquire knowledge on the use of technology in library management', '', 'publish', 'open', 'open', '', '20-community-literacy-champions-acquire-knowledge-on-the-use-technology-in-library-management', '', '', '2023-11-07 07:58:53', '2023-11-07 07:58:53', '', 0, 'https://kreativedesigngroup.com/?p=2713', 0, 'post', '', 0),
(2714, 990003, '2023-11-07 07:50:15', '2023-11-07 07:50:15', '', 'F3A2Dq1aYAEH0Dc', '', 'inherit', 'open', 'closed', '', 'f3a2dq1ayaeh0dc', '', '', '2023-11-07 07:50:15', '2023-11-07 07:50:15', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A2Dq1aYAEH0Dc.jpg', 0, 'attachment', 'image/jpeg', 0),
(2715, 990003, '2023-11-07 07:51:50', '2023-11-07 07:51:50', '', 'F3A3pXAaUAAWx7a', '', 'inherit', 'open', 'closed', '', 'f3a3pxaauaawx7a', '', '', '2023-11-07 07:51:50', '2023-11-07 07:51:50', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3pXAaUAAWx7a.jpg', 0, 'attachment', 'image/jpeg', 0),
(2716, 990003, '2023-11-07 07:52:15', '2023-11-07 07:52:15', '', 'F3A3tCMaIAEpqnc', '', 'inherit', 'open', 'closed', '', 'f3a3tcmaiaepqnc', '', '', '2023-11-07 07:52:15', '2023-11-07 07:52:15', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3tCMaIAEpqnc.jpg', 0, 'attachment', 'image/jpeg', 0),
(2717, 990003, '2023-11-07 07:52:34', '2023-11-07 07:52:34', '', 'F3A4G7ea0AA8lFI', '', 'inherit', 'open', 'closed', '', 'f3a4g7ea0aa8lfi', '', '', '2023-11-07 07:52:34', '2023-11-07 07:52:34', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A4G7ea0AA8lFI.jpg', 0, 'attachment', 'image/jpeg', 0),
(2718, 990003, '2023-11-07 07:54:07', '2023-11-07 07:54:07', '<!-- wp:paragraph -->\n<p>August 8 Umuhuza Organisation began a four-day training for 20 community literacy champions from five districts: Burera, Ruhango, Kirehe, Gasabo and Ngororero. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training was held under the project “Access to Digital and Inclusive community Literacy Environment,” funded by Rwanda National Commission for UNESCO, which is being implemented in Rutunga sector to increase community libraries with inclusive and digital literacy resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the training, participants will acquire knowledge on the use technology in library management and on assisting people with disability to access literacy materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3pXAaUAAWx7a-1024x683.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2716,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3tCMaIAEpqnc-1024x683.jpg\" alt=\"\" class=\"wp-image-2716\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2717,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A4G7ea0AA8lFI-1024x683.jpg\" alt=\"\" class=\"wp-image-2717\"/></figure>\n<!-- /wp:image -->', '20 community literacy champions acquire knowledge on the use technology in library management', '', 'inherit', 'closed', 'closed', '', '2713-revision-v1', '', '', '2023-11-07 07:54:07', '2023-11-07 07:54:07', '', 2713, 'https://kreativedesigngroup.com/?p=2718', 0, 'revision', '', 0),
(2719, 990003, '2023-11-07 07:57:15', '2023-11-07 07:57:15', '', 'F3RmFDFWEAE8wD5', '', 'inherit', 'open', 'closed', '', 'f3rmfdfweae8wd5', '', '', '2023-11-07 07:57:15', '2023-11-07 07:57:15', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3RmFDFWEAE8wD5.jpg', 0, 'attachment', 'image/jpeg', 0),
(2720, 990003, '2023-11-07 07:57:40', '2023-11-07 07:57:40', '', 'F3RmCOOXQAAJv-t', '', 'inherit', 'open', 'closed', '', 'f3rmcooxqaajv-t', '', '', '2023-11-07 07:57:40', '2023-11-07 07:57:40', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3RmCOOXQAAJv-t.jpg', 0, 'attachment', 'image/jpeg', 0),
(2722, 990003, '2023-11-07 07:57:56', '2023-11-07 07:57:56', '', 'F3A2Dq1aYAEH0Dc-1', '', 'inherit', 'open', 'closed', '', 'f3a2dq1ayaeh0dc-1', '', '', '2023-11-07 07:57:56', '2023-11-07 07:57:56', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A2Dq1aYAEH0Dc-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2723, 990003, '2023-11-07 07:58:07', '2023-11-07 07:58:07', '', 'F3RmCOOXQAAJv-t', '', 'inherit', 'open', 'closed', '', 'f3rmcooxqaajv-t-2', '', '', '2023-11-07 07:58:07', '2023-11-07 07:58:07', '', 2713, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3RmCOOXQAAJv-t-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2724, 990003, '2023-11-07 07:58:27', '2023-11-07 07:58:27', '<!-- wp:paragraph -->\n<p>August 8 Umuhuza Organisation began a four-day training for 20 community literacy champions from five districts: Burera, Ruhango, Kirehe, Gasabo and Ngororero. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training was held under the project “Access to Digital and Inclusive community Literacy Environment,” funded by Rwanda National Commission for UNESCO, which is being implemented in Rutunga sector to increase&nbsp;community libraries with inclusive and digital literacy resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the training, participants will acquire knowledge on the use technology in library management and on assisting people with disability to access literacy materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2722,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A2Dq1aYAEH0Dc-1-1024x659.jpg\" alt=\"\" class=\"wp-image-2722\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3pXAaUAAWx7a-1024x683.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2716,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3tCMaIAEpqnc-1024x683.jpg\" alt=\"\" class=\"wp-image-2716\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2717,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A4G7ea0AA8lFI-1024x683.jpg\" alt=\"\" class=\"wp-image-2717\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2719,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3RmFDFWEAE8wD5-1024x683.jpg\" alt=\"\" class=\"wp-image-2719\"/></figure>\n<!-- /wp:image -->', '20 community literacy champions acquire knowledge on the use technology in library management', '', 'inherit', 'closed', 'closed', '', '2713-revision-v1', '', '', '2023-11-07 07:58:27', '2023-11-07 07:58:27', '', 2713, 'https://kreativedesigngroup.com/?p=2724', 0, 'revision', '', 0),
(2725, 990003, '2023-11-07 07:58:51', '2023-11-07 07:58:51', '<!-- wp:paragraph -->\n<p>August 8 Umuhuza Organisation began a four-day training for 20 community literacy champions from five districts: Burera, Ruhango, Kirehe, Gasabo and Ngororero. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The training was held under the project “Access to Digital and Inclusive community Literacy Environment,” funded by Rwanda National Commission for UNESCO, which is being implemented in Rutunga sector to increase&nbsp;community libraries with inclusive and digital literacy resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During the training, participants will acquire knowledge on the use technology in library management and on assisting people with disability to access literacy materials.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2722,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A2Dq1aYAEH0Dc-1-1024x659.jpg\" alt=\"\" class=\"wp-image-2722\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3pXAaUAAWx7a-1024x683.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2716,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A3tCMaIAEpqnc-1024x683.jpg\" alt=\"\" class=\"wp-image-2716\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2717,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3A4G7ea0AA8lFI-1024x683.jpg\" alt=\"\" class=\"wp-image-2717\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2719,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F3RmFDFWEAE8wD5-1024x683.jpg\" alt=\"\" class=\"wp-image-2719\"/></figure>\n<!-- /wp:image -->', '20 community literacy champions acquire knowledge on the use of technology in library management', '', 'inherit', 'closed', 'closed', '', '2713-revision-v1', '', '', '2023-11-07 07:58:51', '2023-11-07 07:58:51', '', 2713, 'https://kreativedesigngroup.com/?p=2725', 0, 'revision', '', 0),
(2726, 1, '2023-11-07 08:20:15', '2023-11-07 08:20:15', '<!-- wp:paragraph -->\n<p>6 October,2023 Umuhuza Organisation awarded six community libraries for their outstanding work in promoting a culture of reading to enhance children and adults’ knowledge in the community of Rutunga sector, Gasabo district. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The awarding ceremony was held as a cessation of the inter-library reading, writing and drawing competition, which aims to raise awareness in the community awareness on the importance of reading and writing.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reading festival is held annually as part of the celebration&nbsp;of national literacy month. The Three top performing libraries were Kibenga, Kacyatwa and Kigabiro&amp; each received a bicycle,which will help community library volunteers distribute reading materials to the community and strengthen the management of community libraries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2729,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7w-ywgXAAA9bli-1024x603.jpg\" alt=\"\" class=\"wp-image-2729\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2730,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-1024x683.jpg\" alt=\"\" class=\"wp-image-2730\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->', 'Reading Festival: Community libraries recognized for promoting literacy', '', 'publish', 'open', 'open', '', 'reading-festival-community-libraries-recognized-for-promoting-literacy', '', '', '2023-11-07 08:21:17', '2023-11-07 08:21:17', '', 0, 'https://kreativedesigngroup.com/?p=2726', 0, 'post', '', 0),
(2727, 990003, '2023-11-07 08:13:55', '2023-11-07 08:13:55', '', 'F7w96ImWIAIgzUo', '', 'inherit', 'open', 'closed', '', 'f7w96imwiaigzuo', '', '', '2023-11-07 08:13:55', '2023-11-07 08:13:55', '', 2726, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7w96ImWIAIgzUo.jpg', 0, 'attachment', 'image/jpeg', 0),
(2728, 990003, '2023-11-07 08:15:53', '2023-11-07 08:15:53', '', 'F7w-rwDWUAAzCOa', '', 'inherit', 'open', 'closed', '', 'f7w-rwdwuaazcoa', '', '', '2023-11-07 08:15:53', '2023-11-07 08:15:53', '', 2726, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7w-rwDWUAAzCOa.jpg', 0, 'attachment', 'image/jpeg', 0),
(2729, 990003, '2023-11-07 08:16:36', '2023-11-07 08:16:36', '', 'F7w-ywgXAAA9bli', '', 'inherit', 'open', 'closed', '', 'f7w-ywgxaaa9bli', '', '', '2023-11-07 08:16:36', '2023-11-07 08:16:36', '', 2726, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7w-ywgXAAA9bli.jpg', 0, 'attachment', 'image/jpeg', 0),
(2730, 990003, '2023-11-07 08:16:36', '2023-11-07 08:16:36', '', 'F7Gj3q6XYAAGBT3', '', 'inherit', 'open', 'closed', '', 'f7gj3q6xyaagbt3', '', '', '2023-11-07 08:16:36', '2023-11-07 08:16:36', '', 2726, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2731, 990003, '2023-11-07 08:17:47', '2023-11-07 08:17:47', '', 'F7w-rwDWUAAzCOa-1', '', 'inherit', 'open', 'closed', '', 'f7w-rwdwuaazcoa-1', '', '', '2023-11-07 08:17:47', '2023-11-07 08:17:47', '', 2726, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7w-rwDWUAAzCOa-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2732, 990003, '2023-11-07 08:20:15', '2023-11-07 08:20:15', '<!-- wp:paragraph -->\n<p>6 October,2023 Umuhuza Organisation awarded six community libraries for their outstanding work in promoting a culture of reading to enhance children and adults’ knowledge in the community of Rutunga sector, Gasabo district. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The awarding ceremony was held as a cessation of the inter-library reading, writing and drawing competition, which aims to raise awareness in the community awareness on the importance of reading and writing.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Reading festival is held annually as part of the celebration&nbsp;of national literacy month. The Three top performing libraries were Kibenga, Kacyatwa and Kigabiro&amp; each received a bicycle,which will help community library volunteers distribute reading materials to the community and strengthen the management of community libraries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2729,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7w-ywgXAAA9bli-1024x603.jpg\" alt=\"\" class=\"wp-image-2729\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2730,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7Gj3q6XYAAGBT3-1024x683.jpg\" alt=\"\" class=\"wp-image-2730\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->', 'Reading Festival: Community libraries recognized for promoting literacy', '', 'inherit', 'closed', 'closed', '', '2726-revision-v1', '', '', '2023-11-07 08:20:15', '2023-11-07 08:20:15', '', 2726, 'https://kreativedesigngroup.com/?p=2732', 0, 'revision', '', 0),
(2733, 990003, '2023-11-07 08:20:18', '2023-11-07 08:20:18', '', 'F7w-rwDWUAAzCOa-2', '', 'inherit', 'open', 'closed', '', 'f7w-rwdwuaazcoa-2', '', '', '2023-11-07 08:20:18', '2023-11-07 08:20:18', '', 2726, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/F7w-rwDWUAAzCOa-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2734, 990003, '2023-11-08 08:58:38', '2023-11-08 08:58:38', '', 'Jean Bosco Mugabonake', '', 'publish', 'open', 'closed', '', 'jean-bosco-mugabonake', '', '', '2023-11-10 10:50:57', '2023-11-10 10:50:57', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2734', 0, 'cpt_team', '', 0),
(2735, 990003, '2023-11-08 08:58:11', '2023-11-08 08:58:11', '', 'IMG_1190', '', 'inherit', 'open', 'closed', '', 'img_1190', '', '', '2023-11-08 08:58:11', '2023-11-08 08:58:11', '', 2734, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/IMG_1190.jpg', 0, 'attachment', 'image/jpeg', 0),
(2736, 990003, '2023-11-08 09:11:27', '2023-11-08 09:11:27', '', 'Jean Bosco Mugabonake', '', 'draft', 'open', 'closed', '', 'jean-bosco-mugabonake-2', '', '', '2023-11-08 14:39:43', '2023-11-08 14:39:43', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2736', 0, 'cpt_team', '', 0),
(2737, 990003, '2023-11-08 13:57:39', '2023-11-08 13:57:39', '', 'IMG_1237', '', 'inherit', 'open', 'closed', '', 'img_1237', '', '', '2023-11-08 13:57:39', '2023-11-08 13:57:39', '', 2609, 'https://kreativedesigngroup.com/wp-content/uploads/2023/10/IMG_1237.jpg', 0, 'attachment', 'image/jpeg', 0),
(2739, 1, '2023-11-08 14:33:27', '2023-11-08 14:33:27', '[vc_row full_width=\"stretch_row\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" row_delimiter=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" css=\".vc_custom_1528108511613{background-color: #f5f4f2 !important;}\"][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_team type=\"default\" no_links=\"\" more_text=\"\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" title_align=\"center\" link_style=\"default\" count=\"15\" columns=\"3\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row]', 'Our Team', '', 'inherit', 'closed', 'closed', '', '270-revision-v1', '', '', '2023-11-08 14:33:27', '2023-11-08 14:33:27', '', 270, 'https://kreativedesigngroup.com/?p=2739', 0, 'revision', '', 0),
(2740, 1, '2023-11-09 07:53:59', '2023-11-09 07:53:59', '', 'Flavien Manishimwe', '', 'publish', 'open', 'closed', '', 'flavien-manishimwe', '', '', '2023-11-10 10:03:30', '2023-11-10 10:03:30', '', 0, 'https://kreativedesigngroup.com/?post_type=cpt_team&#038;p=2740', 0, 'cpt_team', '', 0),
(2741, 990003, '2023-11-09 07:46:42', '2023-11-09 07:46:42', '', 'WhatsApp Image 2023-11-09 at 09.04.34_2bbb3b13', '', 'inherit', 'open', 'closed', '', 'whatsapp-image-2023-11-09-at-09-04-34_2bbb3b13', '', '', '2023-11-09 07:46:42', '2023-11-09 07:46:42', '', 2740, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/WhatsApp-Image-2023-11-09-at-09.04.34_2bbb3b13.jpg', 0, 'attachment', 'image/jpeg', 0),
(2744, 990003, '2023-11-09 14:02:14', '2023-11-09 14:02:14', '<!-- wp:paragraph -->\n<p><strong>Community-Based</strong>: Activities: by being nearest to the beneficiaries and guaranteeing their participation.  All activities are conducted on the village level;  beneficiaries are involved in all activities from the planning through implementation to the evaluation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Work in Partnership: &nbsp;</strong>to ensure community ownership and program sustainability, Umuhuza values collaboration with beneficiaries and all other stakeholders.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Design for Sustainability: &nbsp;</strong>The Organization plans on a long-term basis; our programs are in alignment with national policies which lends to strengthening communities and enabling them to maintain the program outcomes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Working Areas:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our areas of interventions expanded from one sector of Ngororero District at the beginning to all 426 sectors in 2016 to 2019 under SCOPE Mureke Dusome, a  USAID funded project. Up to date, Umuhuza is working in 12 Districts across the country: Nyamasheke, Nyanza, Nyabihu, Burera,Gasabo, Rulindo, Kicukiro, Nyarugenge, Rwamagana, Ngoma, Kayonza and Ruhango.</p>\n<!-- /wp:paragraph -->', 'Our Approach', '', 'inherit', 'closed', 'closed', '', '2535-revision-v1', '', '', '2023-11-09 14:02:14', '2023-11-09 14:02:14', '', 2535, 'https://kreativedesigngroup.com/?p=2744', 0, 'revision', '', 0),
(2746, 990003, '2023-11-10 07:53:31', '2023-11-10 07:53:31', '', 'During the training, Umuhuza used various communication materials such as pull-up and handbooks', '', 'inherit', 'open', 'closed', '', 'during-the-training-umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks', '', '', '2023-11-10 07:53:31', '2023-11-10 07:53:31', '', 203, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/During-the-training-Umuhuza-used-various-communication-materials-such-as-pull-up-and-handbooks.jpg', 0, 'attachment', 'image/jpeg', 0),
(2747, 990003, '2023-11-10 08:10:43', '2023-11-10 08:10:43', '', '1', '', 'inherit', 'open', 'closed', '', '1-3', '', '', '2023-11-10 08:10:43', '2023-11-10 08:10:43', '', 199, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2748, 1, '2023-11-10 09:08:44', '2023-11-10 09:08:44', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22KG%20573%20st%2018%2C%20Rwanda%22%2C%22latlng%22%3A%22-1.958020%2C%2030.120369%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A30PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-11-10 09:08:44', '2023-11-10 09:08:44', '', 159, 'https://kreativedesigngroup.com/?p=2748', 0, 'revision', '', 0),
(2749, 1, '2023-11-10 09:14:46', '2023-11-10 09:14:46', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22KG%20573%20st%2018%2C%20Rwanda%22%2C%22latlng%22%3A%22-1.95805%2C30.12027%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%2224RC%2BQ4%20Kigali%2C%5CnKG%20573%20st%2018%2C%20Rwanda%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A30PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-11-10 09:14:46', '2023-11-10 09:14:46', '', 159, 'https://kreativedesigngroup.com/?p=2749', 0, 'revision', '', 0),
(2750, 1, '2023-11-10 09:30:23', '2023-11-10 09:30:23', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column icons_position=\"left\"][trx_sc_googlemap style=\"dark\" zoom=\"15\" height=\"363\" prevent_scroll=\"\" markers=\"%5B%7B%22address%22%3A%22KG%20573%20st%2018%2C%20Rwanda%22%2C%22latlng%22%3A%22-1.95805%2C30.12027%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][trx_sc_title title_style=\"accent\" title_align=\"center\" color_style=\"link2\" link_style=\"default\" title=\"Contact info\" subtitle=\"Find Us\"][trx_sc_icons align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22title%22%3A%22Our%20Address%22%2C%22description%22%3A%22Remera%20Sector%2C%20%5CnRukiri%201%20Cell%2C%5CnUbumwe%20Village%2C%5CnKG%20125%20St%203.%22%2C%22icon%22%3A%22icon-home-1%22%7D%2C%7B%22title%22%3A%22Call%20Us%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJ0ZWwlM0ElMkIyNTAlMjAyODAtNTM5LTU1NSUyMiUzRSUyQjI1MCUyMDI4MC01MzktNTU1JTNDJTJGYSUzRSUwQQ%3D%3D%22%2C%22icon%22%3A%22icon-icon_phone%22%7D%2C%7B%22title%22%3A%22Working%20hours%22%2C%22description%22%3A%22Monday%20-%20Friday%5Cn08%3A00AM%20-%2005%3A30PM%22%2C%22icon%22%3A%22icon-services-times%22%7D%2C%7B%22title%22%3A%22Send%20a%20Message%22%2C%22description%22%3A%22%23E-8_JTNDYSUyMGhyZWYlM0QlMjJtYWlsdG8lM0FpbmZvJTQwdW11aHV6YS5vcmcucnclMjIlM0VpbmZvJTQwdW11aHV6YS5vcmcucnclM0MlMkZhJTNFJTBB%22%2C%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"default\" title_tag=\"h3\" title_align=\"center\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"1\" hide_on_notebook=\"1\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" shape_divider_top_front=\"\" shape_divider_bottom_front=\"\" css=\".vc_custom_1696869520357{padding-bottom: 3.3em !important;}\"][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][vc_column width=\"2/3\" fix_column=\"\" shift_y=\"tiny_negative\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"center\" icons_position=\"left\"][trx_sc_icons type=\"modern\" align=\"center\" size=\"small\" icons_animation=\"\" icons=\"%5B%7B%22icon%22%3A%22icon-icon_envelope%22%7D%5D\" title_style=\"accent\"][trx_sc_title title_style=\"accent\" title_align=\"center\" link_style=\"default\" title=\"Drop a line\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][contact-form-7 id=\"536\"][/vc_column][vc_column width=\"1/6\" icons_position=\"left\"][/vc_column][/vc_row]', 'Contacts', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2023-11-10 09:30:23', '2023-11-10 09:30:23', '', 159, 'https://kreativedesigngroup.com/?p=2750', 0, 'revision', '', 0),
(2751, 990003, '2023-11-10 10:50:47', '2023-11-10 10:50:47', '', 'Bosco', '', 'inherit', 'open', 'closed', '', 'bosco', '', '', '2023-11-10 10:50:47', '2023-11-10 10:50:47', '', 2734, 'https://kreativedesigngroup.com/wp-content/uploads/2023/11/Bosco.jpg', 0, 'attachment', 'image/jpeg', 0),
(2752, 990003, '2023-11-10 10:53:30', '2023-11-10 10:53:30', '', 'FAM', '', 'inherit', 'open', 'closed', '', 'fam', '', '', '2023-11-10 10:53:30', '2023-11-10 10:53:30', '', 272, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/FAM.jpg', 0, 'attachment', 'image/jpeg', 0),
(2753, 990003, '2023-11-15 10:43:48', '2023-11-15 10:43:48', '', 'parents', '', 'inherit', 'open', 'closed', '', 'parents', '', '', '2023-11-15 10:43:48', '2023-11-15 10:43:48', '', 199, 'https://kreativedesigngroup.com/wp-content/uploads/2018/01/parents.jpg', 0, 'attachment', 'image/jpeg', 0),
(2754, 990003, '2023-11-16 11:31:18', '2023-11-16 11:31:18', '', 'Teen Mothers graduation', '', 'publish', 'open', 'open', '', 'teen-mothers-graduation', '', '', '2023-11-16 11:31:23', '2023-11-16 11:31:23', '', 0, 'https://kreativedesigngroup.com/?p=2754', 0, 'post', '', 0),
(2755, 990003, '2023-11-16 11:31:18', '2023-11-16 11:31:18', '', 'Teen Mothers graduation', '', 'inherit', 'closed', 'closed', '', '2754-revision-v1', '', '', '2023-11-16 11:31:18', '2023-11-16 11:31:18', '', 2754, 'https://kreativedesigngroup.com/?p=2755', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2765, 990003, '2023-11-22 08:45:59', '2023-11-22 08:45:59', '<p>[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]</p>\n<ul id=\"objective-list\">\n<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\n<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\n<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\n<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\n<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\n</ul>\n<p>[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_single_image][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][cq_vc_videocard][/cq_vc_videocard][/vc_column][/vc_row]</p>\n', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 08:45:59', '2023-11-22 08:45:59', '', 316, 'https://umuhuza.org.rw/?p=2765', 0, 'revision', '', 0),
(2766, 990003, '2023-11-22 09:00:16', '2023-11-22 09:00:16', '<p>[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text]</p>\n<ul id=\"objective-list\">\n<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\n<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\n<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\n<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of conflicts;</strong></li>\n<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\n</ul>\n<p>[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]</p>\n', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:00:16', '2023-11-22 09:00:16', '', 316, 'https://umuhuza.org.rw/?p=2766', 0, 'revision', '', 0),
(2767, 990003, '2023-11-22 09:05:13', '2023-11-22 09:05:13', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"fadeIn\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:05:13', '2023-11-22 09:05:13', '', 316, 'https://umuhuza.org.rw/?p=2767', 0, 'revision', '', 0),
(2768, 990003, '2023-12-19 13:25:05', '2023-12-19 13:25:05', '<p>[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]</p>\n<ul>\n<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\n<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\n<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\n</ul>\n<p>[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_gallery][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]</p>\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\n<p>[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]</p>\n<h6><strong>UPCOMING EVENTS </strong></h6>\n<p>[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]</p>\n', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-autosave-v1', '', '', '2023-12-19 13:25:05', '2023-12-19 13:25:05', '', 316, 'https://umuhuza.org.rw/?p=2768', 0, 'revision', '', 0),
(2769, 990003, '2023-11-22 09:07:57', '2023-11-22 09:07:57', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_pie][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:07:57', '2023-11-22 09:07:57', '', 316, 'https://umuhuza.org.rw/?p=2769', 0, 'revision', '', 0),
(2770, 990003, '2023-11-22 09:08:59', '2023-11-22 09:08:59', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_pie label_value=\"25\" color=\"green\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:08:59', '2023-11-22 09:08:59', '', 316, 'https://umuhuza.org.rw/?p=2770', 0, 'revision', '', 0),
(2771, 990003, '2023-11-22 09:09:34', '2023-11-22 09:09:34', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:09:34', '2023-11-22 09:09:34', '', 316, 'https://umuhuza.org.rw/?p=2771', 0, 'revision', '', 0),
(2772, 990003, '2023-11-22 09:11:28', '2023-11-22 09:11:28', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_media_grid grid_id=\"vc_gid:1700644352701-39457d53-f6e8-5\" include=\"2730,2746,2720,2690,2685,2682,2670,2614,2627\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:11:28', '2023-11-22 09:11:28', '', 316, 'https://umuhuza.org.rw/?p=2772', 0, 'revision', '', 0),
(2773, 990003, '2023-11-22 09:13:15', '2023-11-22 09:13:15', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_media_grid item=\"masonryGrid_OverlayWithRotation\" grid_id=\"vc_gid:1700644432560-fda83ebf-9764-5\" include=\"2730,2746,2720,2690,2685,2682,2670,2614,2627\" css=\".vc_custom_1700644533727{background-color: #dd9933 !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:13:15', '2023-11-22 09:13:15', '', 316, 'https://umuhuza.org.rw/?p=2773', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2774, 990003, '2023-11-22 09:15:17', '2023-11-22 09:15:17', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_media_grid element_width=\"2\" item=\"masonryGrid_OverlayWithRotation\" grid_id=\"vc_gid:1700644539899-b32ef612-4314-8\" include=\"2730,2746,2720,2690,2685,2682,2670,2614,2627\" css=\".vc_custom_1700644657528{background-color: #dd9933 !important;}\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:15:17', '2023-11-22 09:15:17', '', 316, 'https://umuhuza.org.rw/?p=2774', 0, 'revision', '', 0),
(2775, 990003, '2023-11-22 09:16:27', '2023-11-22 09:16:27', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:16:27', '2023-11-22 09:16:27', '', 316, 'https://umuhuza.org.rw/?p=2775', 0, 'revision', '', 0),
(2776, 990003, '2023-11-22 09:17:03', '2023-11-22 09:17:03', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"3\" interval=\"3\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:17:03', '2023-11-22 09:17:03', '', 316, 'https://umuhuza.org.rw/?p=2776', 0, 'revision', '', 0),
(2777, 990003, '2023-11-22 09:18:33', '2023-11-22 09:18:33', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"8\" interval=\"3\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:18:33', '2023-11-22 09:18:33', '', 316, 'https://umuhuza.org.rw/?p=2777', 0, 'revision', '', 0),
(2778, 990003, '2023-11-22 09:19:41', '2023-11-22 09:19:41', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:19:41', '2023-11-22 09:19:41', '', 316, 'https://umuhuza.org.rw/?p=2778', 0, 'revision', '', 0),
(2779, 990003, '2023-11-22 09:23:08', '2023-11-22 09:23:08', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_tweetmeme type=\"follow\" follow_user=\"https://twitter.com/home\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:23:08', '2023-11-22 09:23:08', '', 316, 'https://umuhuza.org.rw/?p=2779', 0, 'revision', '', 0),
(2780, 990003, '2023-11-22 09:24:08', '2023-11-22 09:24:08', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:24:08', '2023-11-22 09:24:08', '', 316, 'https://umuhuza.org.rw/?p=2780', 0, 'revision', '', 0),
(2781, 990003, '2023-11-22 09:27:26', '2023-11-22 09:27:26', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][vc_column_text]<img class=\"alignnone size-medium wp-image-2427\" src=\"https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:27:26', '2023-11-22 09:27:26', '', 316, 'https://umuhuza.org.rw/?p=2781', 0, 'revision', '', 0),
(2782, 990003, '2023-11-22 09:28:01', '2023-11-22 09:28:01', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:28:01', '2023-11-22 09:28:01', '', 316, 'https://umuhuza.org.rw/?p=2782', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2783, 990003, '2023-11-22 09:28:45', '2023-11-22 09:28:45', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" slides_title=\"1\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:28:45', '2023-11-22 09:28:45', '', 316, 'https://umuhuza.org.rw/?p=2783', 0, 'revision', '', 0),
(2784, 990003, '2023-11-22 09:29:57', '2023-11-22 09:29:57', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"nivo\" count=\"7\" interval=\"3\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:29:57', '2023-11-22 09:29:57', '', 316, 'https://umuhuza.org.rw/?p=2784', 0, 'revision', '', 0),
(2785, 990003, '2023-11-22 09:31:20', '2023-11-22 09:31:20', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Key events \"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:31:20', '2023-11-22 09:31:20', '', 316, 'https://umuhuza.org.rw/?p=2785', 0, 'revision', '', 0),
(2786, 990003, '2023-11-22 09:34:22', '2023-11-22 09:34:22', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700645803038{background-color: #dd9933 !important;border-radius: 3px !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:34:22', '2023-11-22 09:34:22', '', 316, 'https://umuhuza.org.rw/?p=2786', 0, 'revision', '', 0),
(2787, 990003, '2023-11-22 09:37:13', '2023-11-22 09:37:13', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700645971764{background-color: #dd9933 !important;border-radius: 1px !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:37:13', '2023-11-22 09:37:13', '', 316, 'https://umuhuza.org.rw/?p=2787', 0, 'revision', '', 0),
(2788, 990003, '2023-11-22 09:38:05', '2023-11-22 09:38:05', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:38:05', '2023-11-22 09:38:05', '', 316, 'https://umuhuza.org.rw/?p=2788', 0, 'revision', '', 0),
(2789, 990003, '2023-11-22 09:42:50', '2023-11-22 09:42:50', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_hoverbox image=\"2615\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:42:50', '2023-11-22 09:42:50', '', 316, 'https://umuhuza.org.rw/?p=2789', 0, 'revision', '', 0),
(2790, 990003, '2023-11-22 09:44:39', '2023-11-22 09:44:39', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_hoverbox image=\"2615\" primary_title=\"Let\'s Read \" primary_align=\"justify\" shape=\"square\"]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:44:39', '2023-11-22 09:44:39', '', 316, 'https://umuhuza.org.rw/?p=2790', 0, 'revision', '', 0),
(2791, 990003, '2023-11-22 09:45:22', '2023-11-22 09:45:22', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"2\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:45:22', '2023-11-22 09:45:22', '', 316, 'https://umuhuza.org.rw/?p=2791', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2792, 990003, '2023-11-22 09:47:12', '2023-11-22 09:47:12', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:47:12', '2023-11-22 09:47:12', '', 316, 'https://umuhuza.org.rw/?p=2792', 0, 'revision', '', 0),
(2793, 990003, '2023-11-22 09:48:02', '2023-11-22 09:48:02', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"load_more\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:48:02', '2023-11-22 09:48:02', '', 316, 'https://umuhuza.org.rw/?p=2793', 0, 'revision', '', 0),
(2794, 990003, '2023-11-22 09:48:48', '2023-11-22 09:48:48', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"prev_next\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:48:48', '2023-11-22 09:48:48', '', 316, 'https://umuhuza.org.rw/?p=2794', 0, 'revision', '', 0),
(2795, 990003, '2023-11-22 09:49:25', '2023-11-22 09:49:25', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h5\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:49:25', '2023-11-22 09:49:25', '', 316, 'https://umuhuza.org.rw/?p=2795', 0, 'revision', '', 0),
(2796, 990003, '2023-11-22 09:51:07', '2023-11-22 09:51:07', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h2\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:51:07', '2023-11-22 09:51:07', '', 316, 'https://umuhuza.org.rw/?p=2796', 0, 'revision', '', 0),
(2797, 990003, '2023-11-22 09:51:54', '2023-11-22 09:51:54', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:51:54', '2023-11-22 09:51:54', '', 316, 'https://umuhuza.org.rw/?p=2797', 0, 'revision', '', 0),
(2798, 990003, '2023-11-22 09:54:51', '2023-11-22 09:54:51', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"excerpt\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:54:51', '2023-11-22 09:54:51', '', 316, 'https://umuhuza.org.rw/?p=2798', 0, 'revision', '', 0),
(2799, 990003, '2023-11-22 09:55:26', '2023-11-22 09:55:26', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"default\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:55:26', '2023-11-22 09:55:26', '', 316, 'https://umuhuza.org.rw/?p=2799', 0, 'revision', '', 0),
(2800, 990003, '2023-11-22 09:58:53', '2023-11-22 09:58:53', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 09:58:53', '2023-11-22 09:58:53', '', 316, 'https://umuhuza.org.rw/?p=2800', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2801, 990003, '2023-11-22 10:03:38', '2023-11-22 10:03:38', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:03:38', '2023-11-22 10:03:38', '', 316, 'https://umuhuza.org.rw/?p=2801', 0, 'revision', '', 0),
(2802, 990003, '2023-11-22 10:04:54', '2023-11-22 10:04:54', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696674317754{background-image: url(https://kreativedesigngroup.com/wp-content/uploads/2023/10/Children-reading-stories-at-a-reading-club-in-Gakomeye-village-Musenyi-sector-Bugesera-District.-The-picture-was-taken-in-November-2022.-min.jpg?id=2438) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates \"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:04:54', '2023-11-22 10:04:54', '', 316, 'https://umuhuza.org.rw/?p=2802', 0, 'revision', '', 0),
(2803, 990003, '2023-11-22 10:22:47', '2023-11-22 10:22:47', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:22:47', '2023-11-22 10:22:47', '', 316, 'https://umuhuza.org.rw/?p=2803', 0, 'revision', '', 0),
(2804, 990003, '2023-11-22 10:30:07', '2023-11-22 10:30:07', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][cq_vc_datatable][/cq_vc_datatable][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:30:07', '2023-11-22 10:30:07', '', 316, 'https://umuhuza.org.rw/?p=2804', 0, 'revision', '', 0),
(2805, 990003, '2023-11-22 10:32:08', '2023-11-22 10:32:08', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][trx_sc_events type=\"default\" past=\"\" cat=\"21\" orderby=\"none\" order=\"asc\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:32:08', '2023-11-22 10:32:08', '', 316, 'https://umuhuza.org.rw/?p=2805', 0, 'revision', '', 0),
(2806, 990003, '2023-11-22 10:32:37', '2023-11-22 10:32:37', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"15px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:32:37', '2023-11-22 10:32:37', '', 316, 'https://umuhuza.org.rw/?p=2806', 0, 'revision', '', 0),
(2807, 990003, '2023-11-22 10:32:58', '2023-11-22 10:32:58', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Programs\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:32:58', '2023-11-22 10:32:58', '', 316, 'https://umuhuza.org.rw/?p=2807', 0, 'revision', '', 0),
(2808, 990003, '2023-11-22 10:37:20', '2023-11-22 10:37:20', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:37:20', '2023-11-22 10:37:20', '', 316, 'https://umuhuza.org.rw/?p=2808', 0, 'revision', '', 0),
(2809, 990003, '2023-11-22 10:40:57', '2023-11-22 10:40:57', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" el_aspect=\"235\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:40:57', '2023-11-22 10:40:57', '', 316, 'https://umuhuza.org.rw/?p=2809', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2810, 990003, '2023-11-22 10:41:51', '2023-11-22 10:41:51', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"UMUHUZA TV\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:41:51', '2023-11-22 10:41:51', '', 316, 'https://umuhuza.org.rw/?p=2810', 0, 'revision', '', 0),
(2811, 990003, '2023-11-22 10:50:49', '2023-11-22 10:50:49', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:50:49', '2023-11-22 10:50:49', '', 316, 'https://umuhuza.org.rw/?p=2811', 0, 'revision', '', 0),
(2812, 990003, '2023-11-22 10:53:00', '2023-11-22 10:53:00', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:53:00', '2023-11-22 10:53:00', '', 316, 'https://umuhuza.org.rw/?p=2812', 0, 'revision', '', 0),
(2813, 990003, '2023-11-22 10:55:10', '2023-11-22 10:55:10', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-22 10:55:10', '2023-11-22 10:55:10', '', 316, 'https://umuhuza.org.rw/?p=2813', 0, 'revision', '', 0),
(2814, 990003, '2023-11-22 11:01:50', '2023-11-22 11:01:50', '', 'Teen Mothers Graduation', '', 'trash', 'open', 'closed', '', 'teen-mothers-graduation__trashed', '', '', '2023-12-25 07:49:41', '2023-12-25 07:49:41', '', 0, 'https://umuhuza.org.rw/?post_type=tribe_events&#038;p=2814', 0, 'tribe_events', '', 0),
(2815, 990003, '2023-11-22 11:01:50', '2023-11-22 11:01:50', '', 'Teen Mothers Graduation', '', 'inherit', 'closed', 'closed', '', '2814-revision-v1', '', '', '2023-11-22 11:01:50', '2023-11-22 11:01:50', '', 2814, 'https://umuhuza.org.rw/?p=2815', 0, 'revision', '', 0),
(2817, 990003, '2023-11-29 10:37:12', '2023-11-29 10:37:12', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:37:12', '2023-11-29 10:37:12', '', 316, 'https://umuhuza.org.rw/?p=2817', 0, 'revision', '', 0),
(2818, 990003, '2023-11-29 10:40:17', '2023-11-29 10:40:17', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:40:17', '2023-11-29 10:40:17', '', 316, 'https://umuhuza.org.rw/?p=2818', 0, 'revision', '', 0),
(2819, 990003, '2023-11-29 10:42:26', '2023-11-29 10:42:26', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making. \"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:42:26', '2023-11-29 10:42:26', '', 316, 'https://umuhuza.org.rw/?p=2819', 0, 'revision', '', 0),
(2820, 990003, '2023-11-29 10:43:25', '2023-11-29 10:43:25', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making.\" css=\".vc_custom_1701254753126{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:43:25', '2023-11-29 10:43:25', '', 316, 'https://umuhuza.org.rw/?p=2820', 0, 'revision', '', 0),
(2821, 990003, '2023-11-29 10:44:44', '2023-11-29 10:44:44', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making.\" css=\".vc_custom_1701254830933{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:44:44', '2023-11-29 10:44:44', '', 316, 'https://umuhuza.org.rw/?p=2821', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2822, 990003, '2023-11-29 10:48:13', '2023-11-29 10:48:13', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making.\" css=\".vc_custom_1701254830933{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][cq_vc_videocard showbar=\"true\" textmode=\"bydefault\" custom_url=\"url:https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DcA6fcv2g_Vw|||\"][/cq_vc_videocard][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:48:13', '2023-11-29 10:48:13', '', 316, 'https://umuhuza.org.rw/?p=2822', 0, 'revision', '', 0),
(2823, 990003, '2023-11-29 10:50:35', '2023-11-29 10:50:35', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making.\" css=\".vc_custom_1701254830933{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:50:35', '2023-11-29 10:50:35', '', 316, 'https://umuhuza.org.rw/?p=2823', 0, 'revision', '', 0),
(2824, 990003, '2023-11-29 10:52:22', '2023-11-29 10:52:22', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" slides_content=\"teaser\" title=\"Snap shots\" css=\".vc_custom_1700646024742{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][vc_single_image image=\"2753\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making.\" css=\".vc_custom_1701254830933{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:52:22', '2023-11-29 10:52:22', '', 316, 'https://umuhuza.org.rw/?p=2824', 0, 'revision', '', 0),
(2825, 990003, '2023-11-29 10:53:46', '2023-11-29 10:53:46', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"nivo\" count=\"7\" interval=\"3\" title=\"Snap shots\" css=\".vc_custom_1701255372130{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making.\" css=\".vc_custom_1701254830933{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:53:46', '2023-11-29 10:53:46', '', 316, 'https://umuhuza.org.rw/?p=2825', 0, 'revision', '', 0),
(2826, 990003, '2023-11-29 10:54:46', '2023-11-29 10:54:46', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" title=\"Snap shots\" css=\".vc_custom_1701255432996{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" title=\"Tutorial Videos on Toy making.\" css=\".vc_custom_1701254830933{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-11-29 10:54:46', '2023-11-29 10:54:46', '', 316, 'https://umuhuza.org.rw/?p=2826', 0, 'revision', '', 0),
(2829, 1, '2023-12-07 09:22:37', '2023-12-07 09:22:37', 'Umuhuza and Bank of Kigali, in collaboration with Ruhango District and Ntongwe TVET School, has organized a graduation ceremony for 76 teen mothers who recently completed a 6-month training course in tailoring and hair dressing at Ntongwe TVET School under ‘Wiceceka’ project implemented by Umuhuza organization with the sponsorship of Bank of Kigali.\r\n\r\nThe Graduation ceremony is scheduled to take place on 13 December 2023 from 10:00 am to 12:00 pm in Ruhango District, Ntongwe Sector and will be held in line with the celebration of the 16 days of activism against Gender based Violence.', 'RUHANGO: TEEN MOTHERS GRADUATION', '', 'trash', 'open', 'closed', '', 'ruhango-teen-mothers-graduation__trashed', '', '', '2024-01-14 07:49:41', '2024-01-14 07:49:41', '', 0, 'https://umuhuza.org.rw/?post_type=tribe_events&#038;p=2829', 0, 'tribe_events', '', 0),
(2830, 990003, '2023-12-07 09:22:37', '2023-12-07 09:22:37', '', 'RUHANGO: TEEN MOTHERS GRADUATION', '', 'inherit', 'closed', 'closed', '', '2829-revision-v1', '', '', '2023-12-07 09:22:37', '2023-12-07 09:22:37', '', 2829, 'https://umuhuza.org.rw/?p=2830', 0, 'revision', '', 0),
(2833, 990003, '2023-12-07 09:44:00', '2023-12-07 09:44:00', '', 'IMG_2583 (1) (2)', '', 'inherit', 'open', 'closed', '', 'img_2583-1-2', '', '', '2023-12-07 09:44:00', '2023-12-07 09:44:00', '', 0, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2834, 990003, '2023-12-07 09:44:40', '2023-12-07 09:44:40', '', 'IMG_2583 (1) (2)', '', 'inherit', 'open', 'closed', '', 'img_2583-1-2-2', '', '', '2023-12-07 14:47:20', '2023-12-07 14:47:20', '', 316, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2835, 990003, '2023-12-07 09:45:36', '2023-12-07 09:45:36', '', 'IMG_2583 (1) (2)', '', 'inherit', 'open', 'closed', '', 'img_2583-1-2-3', '', '', '2023-12-07 09:45:36', '2023-12-07 09:45:36', '', 0, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2837, 990003, '2023-12-07 09:52:26', '2023-12-07 09:52:26', 'https://umuhuza.org.rw/wp-content/uploads/2023/12/cropped-IMG_2583-1-2-1-scaled-1.jpg', 'cropped-IMG_2583-1-2-1-scaled-1.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-img_2583-1-2-1-scaled-1-jpg', '', '', '2023-12-07 09:52:26', '2023-12-07 09:52:26', '', 0, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/cropped-IMG_2583-1-2-1-scaled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2856, 1, '2023-12-07 11:34:44', '0000-00-00 00:00:00', '<!-- wp:query {\"query\":{\"perPage\":4,\"pages\":1,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"sticky\":\"exclude\",\"inherit\":false}} -->\n<div class=\"wp-block-query\"></div>\n<!-- /wp:query -->', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-12-07 11:34:44', '2023-12-07 11:34:44', '', 0, 'https://umuhuza.org.rw/?page_id=2856', 0, 'page', '', 0),
(2857, 1, '2023-12-07 12:14:57', '2023-12-07 12:14:57', '', '2', '', 'inherit', 'open', 'closed', '', '2-2', '', '', '2023-12-07 12:14:57', '2023-12-07 12:14:57', '', 2829, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2858, 1, '2023-12-07 12:16:15', '2023-12-07 12:16:15', 'Umuhuza and Bank of Kigali, in collaboration with Ruhango District and Ntongwe TVET School, has organized a graduation ceremony for 76 teen mothers who recently completed a 6-month training course in tailoring and hair dressing at Ntongwe TVET School.\n\nThe Graduation ceremony is scheduled to take place on 13 December 2023 from 10:00 am to 12:00 am in Ruhango District, Ntongwe Sector and will be held in line with the celebration of the 16 days of activism against Gender based Violence.', 'RUHANGO: TEEN MOTHERS GRADUATION', '', 'inherit', 'closed', 'closed', '', '2829-autosave-v1', '', '', '2023-12-07 12:16:15', '2023-12-07 12:16:15', '', 2829, 'https://umuhuza.org.rw/?p=2858', 0, 'revision', '', 0),
(2859, 1, '2023-12-07 12:16:39', '2023-12-07 12:16:39', '', 'NTONGWE Sector', '', 'publish', 'closed', 'closed', '', 'ntongwe-sector', '', '', '2023-12-07 12:16:39', '2023-12-07 12:16:39', '', 0, 'https://umuhuza.org.rw/?tribe_venue=ntongwe-sector', 0, 'tribe_venue', '', 0),
(2860, 1, '2023-12-07 12:16:39', '2023-12-07 12:16:39', '', 'Umuhuza, Bank of Kigali, Ruhango District, Ntongwe TVET School', '', 'publish', 'closed', 'closed', '', 'umuhuza-bank-of-kigali-ruhango-district-ntongwe-tvet-school', '', '', '2023-12-07 12:16:39', '2023-12-07 12:16:39', '', 0, 'https://umuhuza.org.rw/?tribe_organizer=umuhuza-bank-of-kigali-ruhango-district-ntongwe-tvet-school', 0, 'tribe_organizer', '', 0),
(2861, 1, '2023-12-07 12:16:39', '2023-12-07 12:16:39', 'Umuhuza and Bank of Kigali, in collaboration with Ruhango District and Ntongwe TVET School, has organized a graduation ceremony for 76 teen mothers who recently completed a 6-month training course in tailoring and hair dressing at Ntongwe TVET School.\r\n\r\nThe Graduation ceremony is scheduled to take place on 13 December 2023 from 10:00 am to 12:00 am in Ruhango District, Ntongwe Sector and will be held in line with the celebration of the 16 days of activism against Gender based Violence.', 'RUHANGO: TEEN MOTHERS GRADUATION', '', 'inherit', 'closed', 'closed', '', '2829-revision-v1', '', '', '2023-12-07 12:16:39', '2023-12-07 12:16:39', '', 2829, 'https://umuhuza.org.rw/?p=2861', 0, 'revision', '', 0),
(2862, 990003, '2023-12-07 12:34:16', '2023-12-07 12:34:16', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" css=\".vc_custom_1701952609550{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 12:34:16', '2023-12-07 12:34:16', '', 316, 'https://umuhuza.org.rw/?p=2862', 0, 'revision', '', 0),
(2863, 990003, '2023-12-07 12:35:01', '2023-12-07 12:35:01', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\" title=\"Videos\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 12:35:01', '2023-12-07 12:35:01', '', 316, 'https://umuhuza.org.rw/?p=2863', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2864, 990003, '2023-12-07 12:35:51', '2023-12-07 12:35:51', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Our Objectives\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css=\".vc_custom_1696675673045{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"none\"]\r\n<ul id=\"objective-list\">\r\n 	<li><strong>To instill a culture of peace and conflict management capability within the Rwandan community.</strong></li>\r\n 	<li><strong>To promote mutual respect, justice, social and economic equity.</strong></li>\r\n 	<li><strong>To revive the positive traditional values of our culture regarding conflict management,</strong></li>\r\n 	<li><strong>To break the conflict circle by creating an environment of active listening and counseling for the victims of </strong><span style=\"color: #1d1d1d;\"><b>conflicts.</b></span></li>\r\n 	<li><strong>To participate in the national effort to strengthen social cohesion by promoting education and the culture of open dialogue within different communities.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 12:35:51', '2023-12-07 12:35:51', '', 316, 'https://umuhuza.org.rw/?p=2864', 0, 'revision', '', 0),
(2865, 990003, '2023-12-07 14:13:51', '2023-12-07 14:13:51', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"UMUHUZA ORGANISATION\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Alex%20Brush%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701958587105{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"fadeIn\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza has worked toward strengthening prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:13:51', '2023-12-07 14:13:51', '', 316, 'https://umuhuza.org.rw/?p=2865', 0, 'revision', '', 0),
(2866, 990003, '2023-12-07 14:18:16', '2023-12-07 14:18:16', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701958829909{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"fadeIn\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza has worked toward strengthening prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:18:16', '2023-12-07 14:18:16', '', 316, 'https://umuhuza.org.rw/?p=2866', 0, 'revision', '', 0),
(2867, 990003, '2023-12-07 14:19:39', '2023-12-07 14:19:39', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701958829909{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza has worked toward strengthening prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:19:39', '2023-12-07 14:19:39', '', 316, 'https://umuhuza.org.rw/?p=2867', 0, 'revision', '', 0),
(2868, 990003, '2023-12-07 14:21:29', '2023-12-07 14:21:29', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701958829909{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:21:29', '2023-12-07 14:21:29', '', 316, 'https://umuhuza.org.rw/?p=2868', 0, 'revision', '', 0),
(2869, 990003, '2023-12-07 14:23:16', '2023-12-07 14:23:16', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"Umuhuza Organisation\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959152938{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:23:16', '2023-12-07 14:23:16', '', 316, 'https://umuhuza.org.rw/?p=2869', 0, 'revision', '', 0),
(2870, 990003, '2023-12-07 14:24:03', '2023-12-07 14:24:03', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:24:03', '2023-12-07 14:24:03', '', 316, 'https://umuhuza.org.rw/?p=2870', 0, 'revision', '', 0),
(2871, 990003, '2023-12-07 14:25:26', '2023-12-07 14:25:26', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" scheme=\"dark\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1696672575327{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:25:26', '2023-12-07 14:25:26', '', 316, 'https://umuhuza.org.rw/?p=2871', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2872, 990003, '2023-12-07 14:27:04', '2023-12-07 14:27:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:27:04', '2023-12-07 14:27:04', '', 316, 'https://umuhuza.org.rw/?p=2872', 0, 'revision', '', 0),
(2873, 990003, '2023-12-07 14:27:42', '2023-12-07 14:27:42', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701959417817{background-color: #000000 !important;}\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:27:42', '2023-12-07 14:27:42', '', 316, 'https://umuhuza.org.rw/?p=2873', 0, 'revision', '', 0),
(2874, 990003, '2023-12-07 14:28:48', '2023-12-07 14:28:48', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" extra_bg=\"small\" css=\".vc_custom_1701959484735{background-color: #000000 !important;}\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:28:48', '2023-12-07 14:28:48', '', 316, 'https://umuhuza.org.rw/?p=2874', 0, 'revision', '', 0),
(2875, 990003, '2023-12-07 14:29:26', '2023-12-07 14:29:26', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701959520694{background-color: #000000 !important;}\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:29:26', '2023-12-07 14:29:26', '', 316, 'https://umuhuza.org.rw/?p=2875', 0, 'revision', '', 0),
(2876, 990003, '2023-12-07 14:31:02', '2023-12-07 14:31:02', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701959618198{background-color: #000000 !important;}\"]\r\n<ul>\r\n 	<li><b>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the </b><span style=\"color: #1d1d1d;\"><b>absolute</b></span><b> need for families to care for their children, especially during the first six years of their lives.</b></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:31:02', '2023-12-07 14:31:02', '', 316, 'https://umuhuza.org.rw/?p=2876', 0, 'revision', '', 0),
(2877, 990003, '2023-12-07 14:32:31', '2023-12-07 14:32:31', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701959706535{background-color: #000000 !important;}\"]\r\n<ul>\r\n 	<li>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the <span style=\"color: #1d1d1d;\">absolute</span> need for families to care for their children, especially during the first six years of their lives.</li>\r\n 	<li>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</li>\r\n 	<li>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:32:31', '2023-12-07 14:32:31', '', 316, 'https://umuhuza.org.rw/?p=2877', 0, 'revision', '', 0),
(2878, 990003, '2023-12-07 14:33:40', '2023-12-07 14:33:40', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701959775892{background-color: #f48e00 !important;}\"]\r\n<ul>\r\n 	<li>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the <span style=\"color: #1d1d1d;\">absolute</span> need for families to care for their children, especially during the first six years of their lives.</li>\r\n 	<li>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</li>\r\n 	<li>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:33:40', '2023-12-07 14:33:40', '', 316, 'https://umuhuza.org.rw/?p=2878', 0, 'revision', '', 0),
(2879, 990003, '2023-12-07 14:35:04', '2023-12-07 14:35:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959380837{background-color: #d39d00 !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701959854060{background-color: #f48e00 !important;}\"]\r\n<ul>\r\n 	<li>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the <span style=\"color: #1d1d1d;\">absolute</span> need for families to care for their children, especially during the first six years of their lives.</li>\r\n 	<li>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</li>\r\n 	<li>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:35:04', '2023-12-07 14:35:04', '', 316, 'https://umuhuza.org.rw/?p=2879', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2880, 990003, '2023-12-07 14:36:47', '2023-12-07 14:36:47', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959933317{background-color: #000b0c !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701959854060{background-color: #f48e00 !important;}\"]\r\n<ul>\r\n 	<li>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the <span style=\"color: #1d1d1d;\">absolute</span> need for families to care for their children, especially during the first six years of their lives.</li>\r\n 	<li>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</li>\r\n 	<li>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:36:47', '2023-12-07 14:36:47', '', 316, 'https://umuhuza.org.rw/?p=2880', 0, 'revision', '', 0),
(2881, 990003, '2023-12-07 14:37:44', '2023-12-07 14:37:44', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701959933317{background-color: #000b0c !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960020672{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the <span style=\"color: #1d1d1d;\">absolute</span> need for families to care for their children, especially during the first six years of their lives.</li>\r\n 	<li>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</li>\r\n 	<li>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:37:44', '2023-12-07 14:37:44', '', 316, 'https://umuhuza.org.rw/?p=2881', 0, 'revision', '', 0),
(2882, 990003, '2023-12-07 14:38:43', '2023-12-07 14:38:43', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960020672{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the <span style=\"color: #1d1d1d;\">absolute</span> need for families to care for their children, especially during the first six years of their lives.</li>\r\n 	<li>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</li>\r\n 	<li>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:38:43', '2023-12-07 14:38:43', '', 316, 'https://umuhuza.org.rw/?p=2882', 0, 'revision', '', 0),
(2883, 990003, '2023-12-07 14:40:31', '2023-12-07 14:40:31', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960187031{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the <span style=\"color: #1d1d1d;\">absolute</span> need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:40:31', '2023-12-07 14:40:31', '', 316, 'https://umuhuza.org.rw/?p=2883', 0, 'revision', '', 0),
(2884, 990003, '2023-12-07 14:41:39', '2023-12-07 14:41:39', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960255720{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:41:39', '2023-12-07 14:41:39', '', 316, 'https://umuhuza.org.rw/?p=2884', 0, 'revision', '', 0),
(2885, 990003, '2023-12-07 14:42:23', '2023-12-07 14:42:23', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" css=\".vc_custom_1701960299383{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:42:23', '2023-12-07 14:42:23', '', 316, 'https://umuhuza.org.rw/?p=2885', 0, 'revision', '', 0),
(2886, 990003, '2023-12-07 14:44:04', '2023-12-07 14:44:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" css=\".vc_custom_1701960401426{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:44:04', '2023-12-07 14:44:04', '', 316, 'https://umuhuza.org.rw/?p=2886', 0, 'revision', '', 0),
(2887, 990003, '2023-12-07 14:44:42', '2023-12-07 14:44:42', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" css=\".vc_custom_1701960435326{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:44:42', '2023-12-07 14:44:42', '', 316, 'https://umuhuza.org.rw/?p=2887', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2888, 990003, '2023-12-07 14:46:14', '2023-12-07 14:46:14', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960530450{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:46:14', '2023-12-07 14:46:14', '', 316, 'https://umuhuza.org.rw/?p=2888', 0, 'revision', '', 0),
(2889, 990003, '2023-12-07 14:47:25', '2023-12-07 14:47:25', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960602575{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></li>\r\n</ul>\r\n<img class=\"alignnone size-medium wp-image-2834\" src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/IMG_2583-1-2-1-300x153.jpg\" alt=\"\" width=\"300\" height=\"153\" />[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:47:25', '2023-12-07 14:47:25', '', 316, 'https://umuhuza.org.rw/?p=2889', 0, 'revision', '', 0),
(2890, 990003, '2023-12-07 14:48:51', '2023-12-07 14:48:51', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960686452{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></strong>[embed]https://www.youtube.com/watch?v=24n2dsuYlkY[/embed]</li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:48:51', '2023-12-07 14:48:51', '', 316, 'https://umuhuza.org.rw/?p=2890', 0, 'revision', '', 0),
(2891, 990003, '2023-12-07 14:51:03', '2023-12-07 14:51:03', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"2/3\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960819247{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:51:03', '2023-12-07 14:51:03', '', 316, 'https://umuhuza.org.rw/?p=2891', 0, 'revision', '', 0),
(2892, 990003, '2023-12-07 14:52:49', '2023-12-07 14:52:49', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960819247{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:52:49', '2023-12-07 14:52:49', '', 316, 'https://umuhuza.org.rw/?p=2892', 0, 'revision', '', 0),
(2893, 990003, '2023-12-07 14:53:43', '2023-12-07 14:53:43', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701960819247{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:53:43', '2023-12-07 14:53:43', '', 316, 'https://umuhuza.org.rw/?p=2893', 0, 'revision', '', 0),
(2894, 990003, '2023-12-07 14:54:46', '2023-12-07 14:54:46', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961042761{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:54:46', '2023-12-07 14:54:46', '', 316, 'https://umuhuza.org.rw/?p=2894', 0, 'revision', '', 0),
(2895, 990003, '2023-12-07 14:55:23', '2023-12-07 14:55:23', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961079931{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse.</strong></strong></li>\r\n</ul>\r\n&nbsp;\r\n\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:55:23', '2023-12-07 14:55:23', '', 316, 'https://umuhuza.org.rw/?p=2895', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2896, 990003, '2023-12-07 14:57:05', '2023-12-07 14:57:05', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 14:57:05', '2023-12-07 14:57:05', '', 316, 'https://umuhuza.org.rw/?p=2896', 0, 'revision', '', 0),
(2897, 990003, '2023-12-07 15:10:51', '2023-12-07 15:10:51', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_video link=\"https://www.youtube.com/@umuhuzango9563\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:10:51', '2023-12-07 15:10:51', '', 316, 'https://umuhuza.org.rw/?p=2897', 0, 'revision', '', 0),
(2898, 990003, '2023-12-07 15:11:36', '2023-12-07 15:11:36', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:11:36', '2023-12-07 15:11:36', '', 316, 'https://umuhuza.org.rw/?p=2898', 0, 'revision', '', 0),
(2899, 990003, '2023-12-07 15:13:31', '2023-12-07 15:13:31', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_custom_heading text=\"Culture of Reading, Early Childhood Development, Fight Against Gender Based Violence\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:13:31', '2023-12-07 15:13:31', '', 316, 'https://umuhuza.org.rw/?p=2899', 0, 'revision', '', 0),
(2900, 990003, '2023-12-07 15:14:41', '2023-12-07 15:14:41', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_custom_heading text=\"Culture of Reading, Early Childhood Development, Fight Against Gender Based Violence\" font_container=\"tag:h1|text_align:left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:14:41', '2023-12-07 15:14:41', '', 316, 'https://umuhuza.org.rw/?p=2900', 0, 'revision', '', 0),
(2901, 990003, '2023-12-07 15:15:07', '2023-12-07 15:15:07', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_custom_heading text=\"Culture of Reading, Early Childhood Development, Fight Against Gender Based Violence\" font_container=\"tag:h6|text_align:left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:15:07', '2023-12-07 15:15:07', '', 316, 'https://umuhuza.org.rw/?p=2901', 0, 'revision', '', 0),
(2902, 990003, '2023-12-07 15:15:40', '2023-12-07 15:15:40', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:15:40', '2023-12-07 15:15:40', '', 316, 'https://umuhuza.org.rw/?p=2902', 0, 'revision', '', 0),
(2903, 990003, '2023-12-07 15:19:40', '2023-12-07 15:19:40', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"default\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:19:40', '2023-12-07 15:19:40', '', 316, 'https://umuhuza.org.rw/?p=2903', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2904, 990003, '2023-12-07 15:21:29', '2023-12-07 15:21:29', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"3/4\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:21:29', '2023-12-07 15:21:29', '', 316, 'https://umuhuza.org.rw/?p=2904', 0, 'revision', '', 0),
(2905, 990003, '2023-12-07 15:29:33', '2023-12-07 15:29:33', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1700648705201{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2018/01/IMG_8708.jpeg?id=2614) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-07 15:29:33', '2023-12-07 15:29:33', '', 316, 'https://umuhuza.org.rw/?p=2905', 0, 'revision', '', 0),
(2908, 990003, '2023-12-08 08:28:09', '2023-12-08 08:28:09', '', 'front', '', 'inherit', 'open', 'closed', '', 'front', '', '', '2023-12-08 08:28:09', '2023-12-08 08:28:09', '', 316, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/front.jpg', 0, 'attachment', 'image/jpeg', 0),
(2909, 990003, '2023-12-08 08:28:54', '2023-12-08 08:28:54', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024288455{background-image: url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 08:28:54', '2023-12-08 08:28:54', '', 316, 'https://umuhuza.org.rw/?p=2909', 0, 'revision', '', 0),
(2910, 990003, '2023-12-08 08:31:28', '2023-12-08 08:31:28', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024445545{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 08:31:28', '2023-12-08 08:31:28', '', 316, 'https://umuhuza.org.rw/?p=2910', 0, 'revision', '', 0),
(2911, 990003, '2023-12-08 08:32:14', '2023-12-08 08:32:14', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024486416{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 08:32:14', '2023-12-08 08:32:14', '', 316, 'https://umuhuza.org.rw/?p=2911', 0, 'revision', '', 0),
(2912, 990003, '2023-12-08 08:33:04', '2023-12-08 08:33:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 08:33:04', '2023-12-08 08:33:04', '', 316, 'https://umuhuza.org.rw/?p=2912', 0, 'revision', '', 0),
(2913, 990003, '2023-12-08 09:00:51', '2023-12-08 09:00:51', '', '10', '', 'inherit', 'open', 'closed', '', '10-2', '', '', '2023-12-08 09:00:51', '2023-12-08 09:00:51', '', 0, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/10.jpg', 0, 'attachment', 'image/jpeg', 0),
(2914, 990003, '2023-12-08 09:02:54', '2023-12-08 09:02:54', '', '10', '', 'inherit', 'open', 'closed', '', '10-3', '', '', '2023-12-08 09:02:54', '2023-12-08 09:02:54', '', 0, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2915, 990003, '2023-12-08 09:34:30', '2023-12-08 09:34:30', '', '15', '', 'inherit', 'open', 'closed', '', '15-2', '', '', '2023-12-08 09:34:30', '2023-12-08 09:34:30', '', 0, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/15.jpg', 0, 'attachment', 'image/jpeg', 0),
(2916, 990003, '2023-12-08 12:44:08', '2023-12-08 12:44:08', '', 'JOIN US', '', 'private', 'open', 'closed', '', 'join-us', '', '', '2023-12-08 12:45:10', '2023-12-08 12:45:10', '', 0, 'https://umuhuza.org.rw/?post_type=cpt_services&#038;p=2916', 0, 'cpt_services', '', 0),
(2917, 1, '2023-12-08 12:51:46', '2023-12-08 12:51:46', '<!-- wp:embed {\"url\":\"https://twitter.com/NgoUmuhuza\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/NgoUmuhuza\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->', 'Follow us on', '', 'publish', 'closed', 'closed', '', 'follow-us-on', '', '', '2023-12-08 13:26:08', '2023-12-08 13:26:08', '', 395, 'https://umuhuza.org.rw/?page_id=2917', 4, 'page', '', 0),
(2918, 990003, '2023-12-08 12:51:46', '2023-12-08 12:51:46', '<!-- wp:embed {\"url\":\"https://twitter.com/NgoUmuhuza\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/NgoUmuhuza\n</div></figure>\n<!-- /wp:embed -->', 'Follow us on', '', 'inherit', 'closed', 'closed', '', '2917-revision-v1', '', '', '2023-12-08 12:51:46', '2023-12-08 12:51:46', '', 2917, 'https://umuhuza.org.rw/?p=2918', 0, 'revision', '', 0),
(2919, 990003, '2023-12-08 12:59:07', '2023-12-08 12:59:07', '', 'Follow us', '', 'publish', 'open', 'closed', '', 'follow-us', '', '', '2023-12-08 12:59:07', '2023-12-08 12:59:07', '', 0, 'https://umuhuza.org.rw/?post_type=cpt_services&#038;p=2919', 0, 'cpt_services', '', 0),
(2922, 990003, '2023-12-08 13:18:36', '2023-12-08 13:18:36', '<p>[vc_row content_placement=\"middle\" row_type=\"compact\" row_delimiter=\"\" row_fixed=\"\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\" hide_on_frontpage=\"\" el_class=\"bottom_footer\"][vc_column icons_position=\"left\"][trx_sc_content size=\"1_1\" float=\"center\" number_position=\"br\" title_style=\"default\" link_style=\"default\" padding=\"none\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/4\" column_align=\"left\" icons_position=\"left\"][vc_single_image image=\"2835\"][/vc_column_inner][vc_column_inner width=\"1/4\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"right\"][trx_sc_layouts_menu location=\"menu_footer\" animation_in=\"elastic\" animation_out=\"bounceOut\" mobile_button=\"\" mobile_menu=\"\" hide_on_mobile=\"\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][vc_column_inner width=\"1/4\" icons_position=\"left\"][/vc_column_inner][/vc_row_inner][/trx_sc_content][trx_sc_content size=\"1_1\" float=\"center\" number_position=\"br\" title_style=\"default\" link_style=\"default\" padding=\"none\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"2/3\" column_align=\"left\" icons_position=\"left\"][vc_wp_text]Umuhuza Organization © {{Y}}. All rights reserved.[/vc_wp_text][/vc_column_inner][vc_column_inner width=\"1/3\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" column_align=\"right\" icons_position=\"right\"][trx_widget_socials align=\"right\"][vc_wp_text title=\"Address\"]Remera Sector,Rukiri 1 Cell,Ubumwe Village,KG 125 St 3.[/vc_wp_text][/vc_column_inner][/vc_row_inner][/trx_sc_content][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]</p>\n', 'Footer Main', '', 'inherit', 'closed', 'closed', '', '330-autosave-v1', '', '', '2023-12-08 13:18:36', '2023-12-08 13:18:36', '', 330, 'https://umuhuza.org.rw/?p=2922', 0, 'revision', '', 0),
(2924, 990003, '2023-12-08 13:26:08', '2023-12-08 13:26:08', '<!-- wp:embed {\"url\":\"https://twitter.com/NgoUmuhuza\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/NgoUmuhuza\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->', 'Follow us on', '', 'inherit', 'closed', 'closed', '', '2917-revision-v1', '', '', '2023-12-08 13:26:08', '2023-12-08 13:26:08', '', 2917, 'https://umuhuza.org.rw/?p=2924', 0, 'revision', '', 0),
(2926, 990003, '2023-12-08 13:59:38', '2023-12-08 13:59:38', '', 'grad', '', 'inherit', 'open', 'closed', '', 'grad', '', '', '2023-12-08 13:59:38', '2023-12-08 13:59:38', '', 2829, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/grad.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(2927, 990003, '2023-12-08 14:06:56', '2023-12-08 14:06:56', 'Umuhuza and Bank of Kigali, in collaboration with Ruhango District and Ntongwe TVET School, has organized a graduation ceremony for 76 teen mothers who recently completed a 6-month training course in tailoring and hair dressing at Ntongwe TVET School under‘Wiceceka’, implemented by Umuhuza organization with the sponsorship of Bank of Kigali.\n\nThe Graduation ceremony is scheduled to take place on 13 December 2023 from 10:00 am to 12:00 am in Ruhango District, Ntongwe Sector and will be held in line with the celebration of the 16 days of activism against Gender based Violence.', 'RUHANGO: TEEN MOTHERS GRADUATION', '', 'inherit', 'closed', 'closed', '', '2829-autosave-v1', '', '', '2023-12-08 14:06:56', '2023-12-08 14:06:56', '', 2829, 'https://umuhuza.org.rw/?p=2927', 0, 'revision', '', 0),
(2928, 990003, '2023-12-08 14:07:11', '2023-12-08 14:07:11', 'Umuhuza and Bank of Kigali, in collaboration with Ruhango District and Ntongwe TVET School, has organized a graduation ceremony for 76 teen mothers who recently completed a 6-month training course in tailoring and hair dressing at Ntongwe TVET School under ‘Wiceceka’ project implemented by Umuhuza organization with the sponsorship of Bank of Kigali.\r\n\r\nThe Graduation ceremony is scheduled to take place on 13 December 2023 from 10:00 am to 12:00 am in Ruhango District, Ntongwe Sector and will be held in line with the celebration of the 16 days of activism against Gender based Violence.', 'RUHANGO: TEEN MOTHERS GRADUATION', '', 'inherit', 'closed', 'closed', '', '2829-revision-v1', '', '', '2023-12-08 14:07:11', '2023-12-08 14:07:11', '', 2829, 'https://umuhuza.org.rw/?p=2928', 0, 'revision', '', 0),
(2929, 990003, '2023-12-08 14:08:06', '2023-12-08 14:08:06', 'Umuhuza and Bank of Kigali, in collaboration with Ruhango District and Ntongwe TVET School, has organized a graduation ceremony for 76 teen mothers who recently completed a 6-month training course in tailoring and hair dressing at Ntongwe TVET School under ‘Wiceceka’ project implemented by Umuhuza organization with the sponsorship of Bank of Kigali.\r\n\r\nThe Graduation ceremony is scheduled to take place on 13 December 2023 from 10:00 am to 12:00 pm in Ruhango District, Ntongwe Sector and will be held in line with the celebration of the 16 days of activism against Gender based Violence.', 'RUHANGO: TEEN MOTHERS GRADUATION', '', 'inherit', 'closed', 'closed', '', '2829-revision-v1', '', '', '2023-12-08 14:08:06', '2023-12-08 14:08:06', '', 2829, 'https://umuhuza.org.rw/?p=2929', 0, 'revision', '', 0),
(2931, 990003, '2023-12-08 14:49:14', '2023-12-08 14:49:14', 'From December 11 to 13, 2023, the USAID-funded Gikuriro Kuri Bose will conduct a three-day quarterly planning workshop for its ECD staff. The workshop intends to strengthen the capacity of INECD team to deliver high quality ECD interventions through an integrated approach.\r\n\r\nGikuriro Kuri Bose (GKB) is a five-year USAID-funded Integrated Nutrition and Early Child Development Program implemented by Catholic Relief Services (CRS) as the prime along with four consortium members: Humanity Inclusion, UMUHUZA, Three Stones International (TSI), University of Global Health Equity (UGHE). This program aims to improve the health, functioning, nutritional status, and well-being of women of reproductive age and children under five years of age, with an emphasis on the 1,000-day window, strengthen inclusion of children and adults with disabilities, and improve positive parenting and child development. GKB is implemented in 10 districts: Kayonza, Ngoma, Rwamagana, Kicukiro, Nyarugenge, Rulindo, Burera, Nyabihu, Nyamasheke and Nyanza through four Implementing Partners: CARITAS, AEE, YWCA and DUHAMIC ADRI.\r\n\r\nUmuhuza implements and leads the ECD component of the program.', 'INECD-Gikuriro Kuri Bose: ECD staff to attend 3-day workshop in Kigali.', '', 'trash', 'open', 'closed', '', 'inecd-gikuriro-kuri-bose-ecd-staff-to-attend-3-day-workshop-in-kigali__trashed', '', '', '2024-01-14 07:49:40', '2024-01-14 07:49:40', '', 0, 'https://umuhuza.org.rw/?post_type=tribe_events&#038;p=2931', 0, 'tribe_events', '', 0),
(2932, 990003, '2023-12-08 14:47:17', '2023-12-08 14:47:17', '', '858A1713', '', 'inherit', 'open', 'closed', '', '858a1713', '', '', '2023-12-08 14:47:17', '2023-12-08 14:47:17', '', 2931, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/858A1713.jpg', 0, 'attachment', 'image/jpeg', 0),
(2933, 990003, '2023-12-08 14:49:14', '2023-12-08 14:49:14', '', 'Kigali', '', 'publish', 'closed', 'closed', '', 'kigali', '', '', '2023-12-08 14:49:14', '2023-12-08 14:49:14', '', 0, 'https://umuhuza.org.rw/?tribe_venue=kigali', 0, 'tribe_venue', '', 0),
(2934, 990003, '2023-12-08 14:49:14', '2023-12-08 14:49:14', '', 'Gikuriro Kuri Bose/Umuhuza', '', 'publish', 'closed', 'closed', '', 'gikuriro-kuri-bose-umuhuza', '', '', '2023-12-08 14:49:14', '2023-12-08 14:49:14', '', 0, 'https://umuhuza.org.rw/?tribe_organizer=gikuriro-kuri-bose-umuhuza', 0, 'tribe_organizer', '', 0),
(2935, 990003, '2023-12-08 14:49:14', '2023-12-08 14:49:14', 'From December 11 to 13, 2023, the USAID-funded Gikuriro Kuri Bose will conduct a three-day quarterly planning workshop for its ECD staff. The workshop intends to strengthen the capacity of INECD team to deliver high quality ECD interventions through an integrated approach.\r\n\r\nGikuriro Kuri Bose (GKB) is a five-year USAID-funded Integrated Nutrition and Early Child Development Program implemented by Catholic Relief Services - USCCB (CRS) as the prime along with four consortium members: Humanity Inclusion, UMUHUZA, Three Stones International (TSI), University of Global Health Equity (UGHE). This program aims to improve the health, functioning, nutritional status, and well-being of women of reproductive age and children under five years of age, with an emphasis on the 1,000-day window, strengthen inclusion of children and adults with disabilities, and improve positive parenting and child development. GKB is implemented in 10 districts: Kayonza, Ngoma, Rwamagana, Kicukiro, Nyarugenge, Rulindo, Burera, Nyabihu, Nyamasheke and Nyanza through four Implementing Partners: CARITAS, AEE, YWCA and DUHAMIC ADRI.\r\n\r\nUmuhuza implements and leads the ECD component of the program.', 'INECD-Gikuriro Kuri Bose: ECD staff to attend 3-day workshop in Kigali.', '', 'inherit', 'closed', 'closed', '', '2931-revision-v1', '', '', '2023-12-08 14:49:14', '2023-12-08 14:49:14', '', 2931, 'https://umuhuza.org.rw/?p=2935', 0, 'revision', '', 0),
(2936, 990003, '2023-12-08 19:22:58', '2023-12-08 19:22:58', 'From December 11 to 13, 2023, the USAID-funded Gikuriro Kuri Bose will conduct a three-day quarterly planning workshop for its ECD staff. The workshop intends to strengthen the capacity of INECD team to deliver high quality ECD interventions through an integrated approach.\r\n\r\nGikuriro Kuri Bose (GKB) is a five-year USAID-funded Integrated Nutrition and Early Child Development Program implemented by Catholic Relief Services (CRS) as the prime along with four consortium members: Humanity Inclusion, UMUHUZA, Three Stones International (TSI), University of Global Health Equity (UGHE). This program aims to improve the health, functioning, nutritional status, and well-being of women of reproductive age and children under five years of age, with an emphasis on the 1,000-day window, strengthen inclusion of children and adults with disabilities, and improve positive parenting and child development. GKB is implemented in 10 districts: Kayonza, Ngoma, Rwamagana, Kicukiro, Nyarugenge, Rulindo, Burera, Nyabihu, Nyamasheke and Nyanza through four Implementing Partners: CARITAS, AEE, YWCA and DUHAMIC ADRI.\r\n\r\nUmuhuza implements and leads the ECD component of the program.', 'INECD-Gikuriro Kuri Bose: ECD staff to attend 3-day workshop in Kigali.', '', 'inherit', 'closed', 'closed', '', '2931-revision-v1', '', '', '2023-12-08 19:22:58', '2023-12-08 19:22:58', '', 2931, 'https://umuhuza.org.rw/?p=2936', 0, 'revision', '', 0),
(2939, 990003, '2023-12-08 20:05:16', '0000-00-00 00:00:00', '<!-- wp:embed {\"url\":\"https://www.youtube.com/@umuhuzango\",\"providerNameSlug\":\"youtube\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-provider-youtube wp-block-embed-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/@umuhuzango\n</div></figure>\n<!-- /wp:embed -->', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2023-12-08 20:05:16', '2023-12-08 20:05:16', '', 0, 'https://umuhuza.org.rw/?page_id=2939', 0, 'page', '', 0),
(2940, 1, '2023-12-08 20:14:52', '2023-12-08 20:14:52', '<!-- wp:embed {\"url\":\"https://twitter.com/NgoUmuhuza\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/NgoUmuhuza\n</div></figure>\n<!-- /wp:embed -->', 'Follow us', '', 'publish', 'closed', 'closed', '', 'follow-us', '', '', '2023-12-08 20:29:32', '2023-12-08 20:29:32', '', 151, 'https://umuhuza.org.rw/?page_id=2940', 4, 'page', '', 0),
(2941, 990003, '2023-12-08 20:14:52', '2023-12-08 20:14:52', '<!-- wp:embed {\"url\":\"https://twitter.com/NgoUmuhuza\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/NgoUmuhuza\n</div></figure>\n<!-- /wp:embed -->', 'Follow us', '', 'inherit', 'closed', 'closed', '', '2940-revision-v1', '', '', '2023-12-08 20:14:52', '2023-12-08 20:14:52', '', 2940, 'https://umuhuza.org.rw/?p=2941', 0, 'revision', '', 0),
(2943, 990003, '2023-12-08 20:42:12', '2023-12-08 20:42:12', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_wp_custommenu][vc_wp_meta][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:42:12', '2023-12-08 20:42:12', '', 316, 'https://umuhuza.org.rw/?p=2943', 0, 'revision', '', 0),
(2944, 990003, '2023-12-08 20:42:55', '2023-12-08 20:42:55', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"flexslider_slide\" count=\"7\" interval=\"3\" slides_content=\"teaser\" css=\".vc_custom_1701952655716{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:42:55', '2023-12-08 20:42:55', '', 316, 'https://umuhuza.org.rw/?p=2944', 0, 'revision', '', 0),
(2945, 990003, '2023-12-08 20:43:52', '2023-12-08 20:43:52', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider type=\"nivo\" count=\"7\" interval=\"3\" css=\".vc_custom_1702068389648{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:43:52', '2023-12-08 20:43:52', '', 316, 'https://umuhuza.org.rw/?p=2945', 0, 'revision', '', 0),
(2946, 990003, '2023-12-08 20:45:15', '2023-12-08 20:45:15', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_posts_slider count=\"7\" interval=\"3\" css=\".vc_custom_1702068473973{background-color: #dd9933 !important;}\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:45:15', '2023-12-08 20:45:15', '', 316, 'https://umuhuza.org.rw/?p=2946', 0, 'revision', '', 0),
(2947, 990003, '2023-12-08 20:46:10', '2023-12-08 20:46:10', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][vc_tweetmeme type=\"follow\" follow_user=\"@NgoUmuhuza\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:46:10', '2023-12-08 20:46:10', '', 316, 'https://umuhuza.org.rw/?p=2947', 0, 'revision', '', 0),
(2948, 990003, '2023-12-08 20:46:53', '2023-12-08 20:46:53', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\" icons_position=\"left\"][/vc_column][vc_column video_bg=\"yes\" width=\"1/2\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:46:53', '2023-12-08 20:46:53', '', 316, 'https://umuhuza.org.rw/?p=2948', 0, 'revision', '', 0),
(2949, 990003, '2023-12-08 20:49:12', '2023-12-08 20:49:12', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:49:12', '2023-12-08 20:49:12', '', 316, 'https://umuhuza.org.rw/?p=2949', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2950, 990003, '2023-12-08 20:50:25', '2023-12-08 20:50:25', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:50:25', '2023-12-08 20:50:25', '', 316, 'https://umuhuza.org.rw/?p=2950', 0, 'revision', '', 0),
(2951, 990003, '2023-12-08 20:51:27', '2023-12-08 20:51:27', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_tta_accordion][vc_tta_section title=\"Section 1\" tab_id=\"1702068833988-c03341b5-8c26\"][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1702068834002-eadc0cfd-6cdd\"][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:51:27', '2023-12-08 20:51:27', '', 316, 'https://umuhuza.org.rw/?p=2951', 0, 'revision', '', 0),
(2952, 990003, '2023-12-08 20:52:55', '2023-12-08 20:52:55', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_tta_accordion][vc_tta_section title=\"Literacy\" tab_id=\"1702068833988-c03341b5-8c26\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1702068834002-eadc0cfd-6cdd\"][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:52:55', '2023-12-08 20:52:55', '', 316, 'https://umuhuza.org.rw/?p=2952', 0, 'revision', '', 0),
(2953, 990003, '2023-12-08 20:54:07', '2023-12-08 20:54:07', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:54:07', '2023-12-08 20:54:07', '', 316, 'https://umuhuza.org.rw/?p=2953', 0, 'revision', '', 0),
(2954, 990003, '2023-12-08 20:55:21', '2023-12-08 20:55:21', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_layouts layout=\"0\"]jhvchgxfzgdxhcjvkbl;lhgcxfzDFZgxhcjvbknl;[/trx_sc_layouts][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:55:21', '2023-12-08 20:55:21', '', 316, 'https://umuhuza.org.rw/?p=2954', 0, 'revision', '', 0),
(2955, 990003, '2023-12-08 20:57:18', '2023-12-08 20:57:18', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_widget_sidebar sidebar_id=\"sidebar_widgets\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:57:18', '2023-12-08 20:57:18', '', 316, 'https://umuhuza.org.rw/?p=2955', 0, 'revision', '', 0),
(2956, 990003, '2023-12-08 20:58:32', '2023-12-08 20:58:32', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_wp_posts number=\"5\" show_date=\"1\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 20:58:32', '2023-12-08 20:58:32', '', 316, 'https://umuhuza.org.rw/?p=2956', 0, 'revision', '', 0),
(2957, 990003, '2023-12-08 21:01:04', '2023-12-08 21:01:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_googlemap style=\"default\" height=\"350\" prevent_scroll=\"\" markers=\"%5B%7B%22title%22%3A%22One%22%2C%22animation%22%3A%22none%22%7D%5D\" title_style=\"default\" link_style=\"default\"][/trx_sc_googlemap][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:01:04', '2023-12-08 21:01:04', '', 316, 'https://umuhuza.org.rw/?p=2957', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2958, 990003, '2023-12-08 21:02:54', '2023-12-08 21:02:54', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"none\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"default\" title=\"Upcoming events\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:02:54', '2023-12-08 21:02:54', '', 316, 'https://umuhuza.org.rw/?p=2958', 0, 'revision', '', 0),
(2959, 990003, '2023-12-08 21:05:37', '2023-12-08 21:05:37', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"1\" title_style=\"shadow\" link_style=\"default\" link_image=\"2926\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:05:37', '2023-12-08 21:05:37', '', 316, 'https://umuhuza.org.rw/?p=2959', 0, 'revision', '', 0),
(2960, 990003, '2023-12-08 21:06:48', '2023-12-08 21:06:48', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_events type=\"detailed\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"1\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:06:48', '2023-12-08 21:06:48', '', 316, 'https://umuhuza.org.rw/?p=2960', 0, 'revision', '', 0),
(2961, 990003, '2023-12-08 21:07:32', '2023-12-08 21:07:32', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:07:32', '2023-12-08 21:07:32', '', 316, 'https://umuhuza.org.rw/?p=2961', 0, 'revision', '', 0),
(2962, 990003, '2023-12-08 21:19:35', '2023-12-08 21:19:35', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]Upcoming events[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:19:35', '2023-12-08 21:19:35', '', 316, 'https://umuhuza.org.rw/?p=2962', 0, 'revision', '', 0),
(2963, 990003, '2023-12-08 21:20:59', '2023-12-08 21:20:59', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]<strong>Upcoming events</strong>[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:20:59', '2023-12-08 21:20:59', '', 316, 'https://umuhuza.org.rw/?p=2963', 0, 'revision', '', 0),
(2964, 990003, '2023-12-08 21:22:01', '2023-12-08 21:22:01', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text scheme=\"dark\" extra_bg=\"large\"]<strong>Upcoming events</strong>[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:22:01', '2023-12-08 21:22:01', '', 316, 'https://umuhuza.org.rw/?p=2964', 0, 'revision', '', 0),
(2965, 990003, '2023-12-08 21:22:39', '2023-12-08 21:22:39', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text scheme=\"default\" extra_bg=\"large\"]<strong>Upcoming events</strong>[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:22:39', '2023-12-08 21:22:39', '', 316, 'https://umuhuza.org.rw/?p=2965', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2966, 990003, '2023-12-08 21:23:58', '2023-12-08 21:23:58', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text scheme=\"default\" extra_bg=\"large\"]\r\n<h4><strong>UPCOMING EVENTS </strong></h4>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:23:58', '2023-12-08 21:23:58', '', 316, 'https://umuhuza.org.rw/?p=2966', 0, 'revision', '', 0),
(2967, 990003, '2023-12-08 21:26:04', '2023-12-08 21:26:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text scheme=\"default\" extra_bg=\"large\"]\r\n<h4><strong>UPCOMING EVENTS </strong></h4>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:26:04', '2023-12-08 21:26:04', '', 316, 'https://umuhuza.org.rw/?p=2967', 0, 'revision', '', 0),
(2968, 990003, '2023-12-08 21:26:59', '2023-12-08 21:26:59', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text scheme=\"default\" extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:26:59', '2023-12-08 21:26:59', '', 316, 'https://umuhuza.org.rw/?p=2968', 0, 'revision', '', 0),
(2969, 990003, '2023-12-08 21:27:49', '2023-12-08 21:27:49', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:27:49', '2023-12-08 21:27:49', '', 316, 'https://umuhuza.org.rw/?p=2969', 0, 'revision', '', 0),
(2970, 990003, '2023-12-08 21:29:34', '2023-12-08 21:29:34', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_countdown type=\"default\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:29:34', '2023-12-08 21:29:34', '', 316, 'https://umuhuza.org.rw/?p=2970', 0, 'revision', '', 0),
(2971, 990003, '2023-12-08 21:31:12', '2023-12-08 21:31:12', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_blogger type=\"default\" hide_excerpt=\"\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"asc\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:31:12', '2023-12-08 21:31:12', '', 316, 'https://umuhuza.org.rw/?p=2971', 0, 'revision', '', 0),
(2972, 990003, '2023-12-08 21:32:32', '2023-12-08 21:32:32', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" hide_excerpt=\"\" no_margin=\"\" popup=\"\" cat=\"25\" orderby=\"none\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:32:32', '2023-12-08 21:32:32', '', 316, 'https://umuhuza.org.rw/?p=2972', 0, 'revision', '', 0),
(2973, 990003, '2023-12-08 21:34:02', '2023-12-08 21:34:02', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_action type=\"default\" full_height=\"\" actions=\"%5B%7B%22position%22%3A%22mc%22%2C%22title%22%3A%22One%22%7D%2C%7B%22position%22%3A%22mc%22%7D%2C%7B%22position%22%3A%22mc%22%7D%5D\" slider=\"\" title_style=\"default\" link_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:34:02', '2023-12-08 21:34:02', '', 316, 'https://umuhuza.org.rw/?p=2973', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(2974, 990003, '2023-12-08 21:34:47', '2023-12-08 21:34:47', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][trx_sc_form type=\"default\" align=\"Default\" labels=\"\" title_style=\"default\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:34:47', '2023-12-08 21:34:47', '', 316, 'https://umuhuza.org.rw/?p=2974', 0, 'revision', '', 0),
(2975, 990003, '2023-12-08 21:39:58', '2023-12-08 21:39:58', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][cq_vc_newsblock autodelay=\"0\" isloop=\"\" noarrow=\"\" hoverdisable=\"\"][/cq_vc_newsblock][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:39:58', '2023-12-08 21:39:58', '', 316, 'https://umuhuza.org.rw/?p=2975', 0, 'revision', '', 0),
(2976, 990003, '2023-12-08 21:41:04', '2023-12-08 21:41:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][cq_vc_newsblock autodelay=\"0\" isloop=\"\" noarrow=\"\" hoverdisable=\"\"][cq_vc_newsblock_item itemlink=\"url:https%3A%2F%2Fumuhuza.org.rw%2F%3Ftribe_events%3Druhango-teen-mothers-graduation|title:RUHANGO%3A%20TEEN%20MOTHERS%20GRADUATION||\"][/cq_vc_newsblock_item][/cq_vc_newsblock][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:41:04', '2023-12-08 21:41:04', '', 316, 'https://umuhuza.org.rw/?p=2976', 0, 'revision', '', 0),
(2977, 990003, '2023-12-08 21:42:21', '2023-12-08 21:42:21', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][cq_vc_newsblock autodelay=\"0\" isloop=\"\" noarrow=\"\" hoverdisable=\"\"][cq_vc_newsblock_item itemlink=\"url:https%3A%2F%2Fumuhuza.org.rw%2F%3Ftribe_events%3Druhango-teen-mothers-graduation|title:RUHANGO%3A%20TEEN%20MOTHERS%20GRADUATION||\"]From December 11 to 13, 2023, the USAID-funded Gikuriro Kuri Bose will conduct a three-day quarterly planning workshop for its ECD staff. The workshop intends to strengthen the capacity of INECD team to deliver high quality ECD interventions through an integrated approach.[/cq_vc_newsblock_item][/cq_vc_newsblock][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:42:21', '2023-12-08 21:42:21', '', 316, 'https://umuhuza.org.rw/?p=2977', 0, 'revision', '', 0),
(2978, 990003, '2023-12-08 21:43:21', '2023-12-08 21:43:21', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][cq_vc_newsblock autodelay=\"0\" isloop=\"\" noarrow=\"\" hoverdisable=\"\"][cq_vc_newsblock_item itemlink=\"url:https%3A%2F%2Fumuhuza.org.rw%2F%3Ftribe_events%3Druhango-teen-mothers-graduation|title:RUHANGO%3A%20TEEN%20MOTHERS%20GRADUATION||\"]From December 11 to 13, 2023[/cq_vc_newsblock_item][/cq_vc_newsblock][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:43:21', '2023-12-08 21:43:21', '', 316, 'https://umuhuza.org.rw/?p=2978', 0, 'revision', '', 0),
(2979, 990003, '2023-12-08 21:46:00', '2023-12-08 21:46:00', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][cq_vc_newsblock autodelay=\"0\" isloop=\"\" noarrow=\"\" hoverdisable=\"\"][cq_vc_newsblock_item itemlink=\"url:https%3A%2F%2Fumuhuza.org.rw%2F%3Ftribe_events%3Druhango-teen-mothers-graduation|title:RUHANGO%3A%20TEEN%20MOTHERS%20GRADUATION||\"]From December 11 to 13, 2023[/cq_vc_newsblock_item][cq_vc_newsblock_item itemlink=\"url:https%3A%2F%2Fumuhuza.org.rw%2F%3Ftribe_events%3Druhango-teen-mothers-graduation|title:RUHANGO%3A%20TEEN%20MOTHERS%20GRADUATION||\"]Graduation[/cq_vc_newsblock_item][/cq_vc_newsblock][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:46:00', '2023-12-08 21:46:00', '', 316, 'https://umuhuza.org.rw/?p=2979', 0, 'revision', '', 0),
(2980, 990003, '2023-12-08 21:46:54', '2023-12-08 21:46:54', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-08 21:46:54', '2023-12-08 21:46:54', '', 316, 'https://umuhuza.org.rw/?p=2980', 0, 'revision', '', 0),
(2981, 1, '2023-12-11 12:21:31', '2023-12-11 12:21:31', '<!-- wp:paragraph -->\n<p>The USAID-funded Gikuriro Kuri Bose program on Monday, December 11 started a three-day joint planning workshop for its ECD staff as well as Monitoring and Evaluation officers from 10 districts where the program is implemented, with the aim of strengthening their ability to deepen the high-quality delivery of Early Childhood Development (ECD) integrated interventions.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The quarterly planning workshop, which takes place from December 11 to 13, is organised as the Gikuriro Kuri Bose program enters its third year of implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose (GKB) is a five-year USAID-funded Inclusive&nbsp;Nutrition and Early Child Development Program&nbsp;which aims to improve the health, functioning, nutritional status, and well-being of women of reproductive age and children under five years of age, with an emphasis on the 1,000-day window, strengthen inclusion of children and adults with disabilities, and improve positive parenting and child development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program is&nbsp;implemented by Catholic Relief Services (CRS) as the prime along with four consortium members: Humanity Inclusion, UMUHUZA, Three Stones International (TSI), University of Global Health Equity (UGHE)&nbsp;alongside four Implementing Partners,&nbsp;CARITAS, AEE, YWCA and DUHAMIC ADRI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose is implemented in 10 districts, including&nbsp;Kayonza, Ngoma, Rwamagana, Kicukiro, Nyarugenge, Rulindo, Burera, Nyabihu, Nyamasheke and Nyanza through</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Umuhuza implements and leads the ECD component of the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In her opening remarks, Mathilde Kayitesi, Executive Director of Umuhuza Organisation, &nbsp;recommended the participants to stick to teamwork and build on the achievements and lessons learned over the past two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2988,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2-1-1024x682.jpg\" alt=\"\" class=\"wp-image-2988\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2989,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/3-1024x682.jpg\" alt=\"\" class=\"wp-image-2989\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2990,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/4-1-1024x682.jpg\" alt=\"\" class=\"wp-image-2990\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2991,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/6-1024x682.jpg\" alt=\"\" class=\"wp-image-2991\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2992,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/10-2-1024x682.jpg\" alt=\"\" class=\"wp-image-2992\"/></figure>\n<!-- /wp:image -->', 'Gikuriro Kuri Bose begins 3-day workshop for ECD staff', 'The quarterly planning workshop, which takes place from December 11 to 13, is organised as the Gikuriro Kuri Bose program enters its third year of implementation.', 'publish', 'open', 'open', '', 'gikuriro-kuri-bose-begins-3-day-workshop-for-ecd-staff', '', '', '2023-12-11 12:35:35', '2023-12-11 12:35:35', '', 0, 'https://umuhuza.org.rw/?p=2981', 0, 'post', '', 0),
(2982, 990003, '2023-12-11 12:12:34', '2023-12-11 12:12:34', '', '4', '', 'inherit', 'open', 'closed', '', '4-2', '', '', '2023-12-11 12:12:34', '2023-12-11 12:12:34', '', 2981, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/4.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(2983, 990003, '2023-12-11 12:21:31', '2023-12-11 12:21:31', '<!-- wp:paragraph -->\n<p>The USAID-funded Gikuriro Kuri Bose program on Monday, December 11 started a three-day joint planning workshop for its ECD staff as well as Monitoring and Evaluation officers from 10 districts where the program is implemented, with the aim of strengthening their ability to deepen the high-quality delivery of Early Childhood Development (ECD) interventions. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The quarterly planning workshop, which takes place from December 11 to 13, is organised as the Gikuriro Kuri Bose program enters its third year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose (GKB) is a five-year USAID-funded Inclusive&nbsp;Nutrition and Early Child Development Program&nbsp;which aims to improve the health, functioning, nutritional status, and well-being of women of reproductive age and children under five years of age, with an emphasis on the 1,000-day window, strengthen inclusion of children and adults with disabilities, and improve positive parenting and child development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program is&nbsp;implemented by Catholic Relief Services (CRS) as the prime along with four consortium members: Humanity Inclusion, UMUHUZA, Three Stones International (TSI), University of Global Health Equity (UGHE)&nbsp;alongside four Implementing Partners,&nbsp;CARITAS, AEE, YWCA and DUHAMIC ADRI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose is implemented in 10 districts, including&nbsp;Kayonza, Ngoma, Rwamagana, Kicukiro, Nyarugenge, Rulindo, Burera, Nyabihu, Nyamasheke and Nyanza through</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Umuhuza implements and leads the ECD component of the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In her opening remarks, Mathilde Kayitesi, Executive Director of Umuhuza Organisation,  recommended the participants to stick to teamwork and build on the achievements and lessons learned over the past two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Gikuriro Kuri Bose begins 3-day workshop for ECD staff', '', 'inherit', 'closed', 'closed', '', '2981-revision-v1', '', '', '2023-12-11 12:21:31', '2023-12-11 12:21:31', '', 2981, 'https://umuhuza.org.rw/?p=2983', 0, 'revision', '', 0),
(2985, 990003, '2023-12-11 12:23:23', '2023-12-11 12:23:23', '<!-- wp:paragraph -->\n<p>The USAID-funded Gikuriro Kuri Bose program on Monday, December 11 started a three-day joint planning workshop for its ECD staff as well as Monitoring and Evaluation officers from 10 districts where the program is implemented, with the aim of strengthening their ability to deepen the high-quality delivery of Early Childhood Development (ECD) interventions. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The quarterly planning workshop, which takes place from December 11 to 13, is organised as the Gikuriro Kuri Bose program enters its third year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose (GKB) is a five-year USAID-funded Inclusive&nbsp;Nutrition and Early Child Development Program&nbsp;which aims to improve the health, functioning, nutritional status, and well-being of women of reproductive age and children under five years of age, with an emphasis on the 1,000-day window, strengthen inclusion of children and adults with disabilities, and improve positive parenting and child development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program is&nbsp;implemented by Catholic Relief Services (CRS) as the prime along with four consortium members: Humanity Inclusion, UMUHUZA, Three Stones International (TSI), University of Global Health Equity (UGHE)&nbsp;alongside four Implementing Partners,&nbsp;CARITAS, AEE, YWCA and DUHAMIC ADRI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose is implemented in 10 districts, including&nbsp;Kayonza, Ngoma, Rwamagana, Kicukiro, Nyarugenge, Rulindo, Burera, Nyabihu, Nyamasheke and Nyanza through</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Umuhuza implements and leads the ECD component of the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In her opening remarks, Mathilde Kayitesi, Executive Director of Umuhuza Organisation,  recommended the participants to stick to teamwork and build on the achievements and lessons learned over the past two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Gikuriro Kuri Bose begins 3-day workshop for ECD staff', '', 'inherit', 'closed', 'closed', '', '2981-revision-v1', '', '', '2023-12-11 12:23:23', '2023-12-11 12:23:23', '', 2981, 'https://umuhuza.org.rw/?p=2985', 0, 'revision', '', 0),
(2987, 990003, '2023-12-11 12:29:30', '2023-12-11 12:29:30', '', '7', '', 'inherit', 'open', 'closed', '', '7-2', '', '', '2023-12-11 12:29:30', '2023-12-11 12:29:30', '', 2981, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/7.jpg', 0, 'attachment', 'image/jpeg', 0),
(2988, 990003, '2023-12-11 12:30:37', '2023-12-11 12:30:37', '', '2-1', '', 'inherit', 'open', 'closed', '', '2-1', '', '', '2023-12-11 12:30:37', '2023-12-11 12:30:37', '', 2981, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2989, 990003, '2023-12-11 12:31:33', '2023-12-11 12:31:33', '', '3', '', 'inherit', 'open', 'closed', '', '3', '', '', '2023-12-11 12:31:33', '2023-12-11 12:31:33', '', 2981, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(2990, 990003, '2023-12-11 12:32:19', '2023-12-11 12:32:19', '', '4-1', '', 'inherit', 'open', 'closed', '', '4-1', '', '', '2023-12-11 12:32:19', '2023-12-11 12:32:19', '', 2981, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/4-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2991, 990003, '2023-12-11 12:33:13', '2023-12-11 12:33:13', '', '6', '', 'inherit', 'open', 'closed', '', '6-2', '', '', '2023-12-11 12:33:13', '2023-12-11 12:33:13', '', 2981, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(2992, 990003, '2023-12-11 12:34:21', '2023-12-11 12:34:21', '', '10-2', '', 'inherit', 'open', 'closed', '', '10-2-2', '', '', '2023-12-11 12:34:21', '2023-12-11 12:34:21', '', 2981, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/10-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2993, 990003, '2023-12-11 12:35:32', '2023-12-11 12:35:32', '<!-- wp:paragraph -->\n<p>The USAID-funded Gikuriro Kuri Bose program on Monday, December 11 started a three-day joint planning workshop for its ECD staff as well as Monitoring and Evaluation officers from 10 districts where the program is implemented, with the aim of strengthening their ability to deepen the high-quality delivery of Early Childhood Development (ECD) integrated interventions.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The quarterly planning workshop, which takes place from December 11 to 13, is organised as the Gikuriro Kuri Bose program enters its third year of implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose (GKB) is a five-year USAID-funded Inclusive&nbsp;Nutrition and Early Child Development Program&nbsp;which aims to improve the health, functioning, nutritional status, and well-being of women of reproductive age and children under five years of age, with an emphasis on the 1,000-day window, strengthen inclusion of children and adults with disabilities, and improve positive parenting and child development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The program is&nbsp;implemented by Catholic Relief Services (CRS) as the prime along with four consortium members: Humanity Inclusion, UMUHUZA, Three Stones International (TSI), University of Global Health Equity (UGHE)&nbsp;alongside four Implementing Partners,&nbsp;CARITAS, AEE, YWCA and DUHAMIC ADRI.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gikuriro Kuri Bose is implemented in 10 districts, including&nbsp;Kayonza, Ngoma, Rwamagana, Kicukiro, Nyarugenge, Rulindo, Burera, Nyabihu, Nyamasheke and Nyanza through</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Umuhuza implements and leads the ECD component of the program.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In her opening remarks, Mathilde Kayitesi, Executive Director of Umuhuza Organisation, &nbsp;recommended the participants to stick to teamwork and build on the achievements and lessons learned over the past two years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2988,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2-1-1024x682.jpg\" alt=\"\" class=\"wp-image-2988\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2989,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/3-1024x682.jpg\" alt=\"\" class=\"wp-image-2989\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2990,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/4-1-1024x682.jpg\" alt=\"\" class=\"wp-image-2990\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2991,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/6-1024x682.jpg\" alt=\"\" class=\"wp-image-2991\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2992,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/10-2-1024x682.jpg\" alt=\"\" class=\"wp-image-2992\"/></figure>\n<!-- /wp:image -->', 'Gikuriro Kuri Bose begins 3-day workshop for ECD staff', 'The quarterly planning workshop, which takes place from December 11 to 13, is organised as the Gikuriro Kuri Bose program enters its third year of implementation.', 'inherit', 'closed', 'closed', '', '2981-revision-v1', '', '', '2023-12-11 12:35:32', '2023-12-11 12:35:32', '', 2981, 'https://umuhuza.org.rw/?p=2993', 0, 'revision', '', 0),
(2995, 990003, '2023-12-12 06:47:48', '0000-00-00 00:00:00', '<!-- wp:tribe/event-datetime /-->\n\n<!-- wp:paragraph {\"placeholder\":\"Add Description...\"} -->\n<p>Christmas and New Year 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:tribe/event-price /-->\n\n<!-- wp:tribe/event-organizer /-->\n\n<!-- wp:tribe/event-venue /-->\n\n<!-- wp:tribe/event-website {\"urlLabel\":\"Festive sean\"} /-->\n\n<!-- wp:tribe/event-links /-->', 'FESTIVE SEASON', '', 'draft', 'open', 'closed', '', '', '', '', '2023-12-12 06:47:48', '2023-12-12 06:47:48', '', 0, 'https://umuhuza.org.rw/?post_type=tribe_events&#038;p=2995', 0, 'tribe_events', '', 0),
(2998, 1, '2023-12-12 06:53:52', '2023-12-12 06:53:52', '<!-- wp:tribe/event-datetime /-->\n\n<!-- wp:paragraph {\"placeholder\":\"Add Description...\"} -->\n<p>CHRISTMAS and NEW YEAR 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2999,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/8256338-1024x683.jpg\" alt=\"\" class=\"wp-image-2999\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:tribe/event-price /-->\n\n<!-- wp:tribe/event-organizer /-->\n\n<!-- wp:tribe/event-venue /-->\n\n<!-- wp:tribe/event-website /-->\n\n<!-- wp:tribe/event-links /-->', 'FESTIVE SEASON', '', 'publish', 'open', 'closed', '', 'festive-season', '', '', '2023-12-12 06:56:03', '2023-12-12 06:56:03', '', 0, 'https://umuhuza.org.rw/?post_type=tribe_events&#038;p=2998', 0, 'tribe_events', '', 0),
(2999, 990003, '2023-12-12 06:51:09', '2023-12-12 06:51:09', '', '8256338', '', 'inherit', 'open', 'closed', '', '8256338', '', '', '2023-12-12 06:51:09', '2023-12-12 06:51:09', '', 2998, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/8256338.jpg', 0, 'attachment', 'image/jpeg', 0),
(3000, 990003, '2023-12-12 06:53:52', '2023-12-12 06:53:52', '<!-- wp:tribe/event-datetime /-->\n\n<!-- wp:paragraph {\"placeholder\":\"Add Description...\"} -->\n<p>CHRISTMAS and NEW YEAR 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2999,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/8256338-1024x683.jpg\" alt=\"\" class=\"wp-image-2999\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:tribe/event-price /-->\n\n<!-- wp:tribe/event-organizer /-->\n\n<!-- wp:tribe/event-venue /-->\n\n<!-- wp:tribe/event-website /-->\n\n<!-- wp:tribe/event-links /-->', 'FESTIVE SEASON', '', 'inherit', 'closed', 'closed', '', '2998-revision-v1', '', '', '2023-12-12 06:53:52', '2023-12-12 06:53:52', '', 2998, 'https://umuhuza.org.rw/?p=3000', 0, 'revision', '', 0),
(3002, 1, '2023-12-14 08:07:55', '2023-12-14 08:07:55', '<!-- wp:paragraph -->\n<p>78 teen mothers from Ntongwe and Kinazi sectors in Ruhango district, on December 13, graduated in a ceremony after completing their one-year studies in tailoring and hair dressing at Ntongwe Technical and Vocational Education and Training school. The teen mothers are the beneficiaries of the ‘Wiceceka project,’ implemented by Umuhuza organisation with the support of Bank of Kigali.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3006,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9993-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3006\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Under the project, the beneficiaries were supported to resume their studies in TVET school, while others were supported to start income-generating activities. A total of 180 teen mothers benefited from the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to the sponsorship, Umuhuza has worked with the Bank of Kigali and local leaders in Ruhango district on a range of other activities to ensure community involvement in developing clear strategies for the social-economic reintegration of teen mothers in the community through community awareness campaigns on gender based-violence and inter-generational dialogues on positive parenting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Various officials attended teen mothers graduation ceremony, including Alphonsine Mukangenzi, Vice Mayor in charge of Social Affairs in Ruhango, Mathilde Kayitesi, Executive Director of Umuhuza and Ingrid Karangwayire, Executive Secretary of BK Foundation as well as parents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3010,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0089-1024x567.jpg\" alt=\"\" class=\"wp-image-3010\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The event comes as various activists observe the “16 Days of Activism against Gender-Based violence.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the occasion, Kayitesi &nbsp;thanked the parents for supporting their young girls despite their early pregnancy. She also commented on cases where some parents immediately abandon their children in early pregnancy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3007,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0075-1024x683.jpg\" alt=\"\" class=\"wp-image-3007\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kayitesi noted that finding solutions to problems affecting families is a top priority for Umuhuza, adding that supporting teen mothers to resume their studies makes the organisation’s dream a reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ This is the beginning. I encourage you to work hard and benefit from the skills you have acquired. Be messengers to other teen mothers, comforting them to never lose hope. We are still with you,” Kayitesi told the teen mothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Karangwayire reassured the teen mothers that despite what had happened, they still have a chance to be very important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3009,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0102-819x1024.jpg\" alt=\"\" class=\"wp-image-3009\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She also thanked parents for supporting their young daughters in their difficulties. She reiterated the commitment that BK foundation would be with them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mukangenzi called on parents to have regular conversations with their children about reproductive health, explaining that a lack of accurate information on the subject can lead to young girls being tempted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3008,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0151-791x1024.jpg\" alt=\"\" class=\"wp-image-3008\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3011,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9960-1024x683.jpg\" alt=\"\" class=\"wp-image-3011\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3012,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9904-1024x683.jpg\" alt=\"\" class=\"wp-image-3012\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3013,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9964-1024x775.jpg\" alt=\"\" class=\"wp-image-3013\"/></figure>\n<!-- /wp:image -->', 'Ruhango: Umuhuza, Bank of Kigali supported 78 teen mothers acquire tailoring, hairdressing skills', 'The teen mothers are the beneficiaries of the ‘Wiceceka project,’ implemented by Umuhuza organisation with the support of Bank of Kigali.', 'publish', 'open', 'open', '', 'ruhango-umuhuza-bank-of-kigali-supported-78-teen-mothers-acquire-tailoring-hairdressing-skills', '', '', '2023-12-14 08:07:56', '2023-12-14 08:07:56', '', 0, 'https://umuhuza.org.rw/?p=3002', 0, 'post', '', 0),
(3003, 990003, '2023-12-14 07:47:24', '2023-12-14 07:47:24', '', '2H6A0166', '', 'inherit', 'open', 'closed', '', '2h6a0166', '', '', '2023-12-14 07:47:24', '2023-12-14 07:47:24', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0166.jpg', 0, 'attachment', 'image/jpeg', 0),
(3004, 990003, '2023-12-14 07:48:57', '2023-12-14 07:48:57', '', '2H6A0166', '', 'inherit', 'open', 'closed', '', '2h6a0166-2', '', '', '2023-12-14 07:48:57', '2023-12-14 07:48:57', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0166-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3005, 990003, '2023-12-14 07:51:40', '2023-12-14 07:51:40', '', '2H6A9993', '', 'inherit', 'open', 'closed', '', '2h6a9993', '', '', '2023-12-14 07:51:40', '2023-12-14 07:51:40', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9993.jpg', 0, 'attachment', 'image/jpeg', 0),
(3006, 990003, '2023-12-14 07:52:57', '2023-12-14 07:52:57', '', '2H6A9993-1', '', 'inherit', 'open', 'closed', '', '2h6a9993-1', '', '', '2023-12-14 07:52:57', '2023-12-14 07:52:57', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9993-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3007, 990003, '2023-12-14 07:56:58', '2023-12-14 07:56:58', '', '2H6A0075', '', 'inherit', 'open', 'closed', '', '2h6a0075', '', '', '2023-12-14 07:56:58', '2023-12-14 07:56:58', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0075.jpg', 0, 'attachment', 'image/jpeg', 0),
(3008, 990003, '2023-12-14 07:58:00', '2023-12-14 07:58:00', '', '2H6A0151', '', 'inherit', 'open', 'closed', '', '2h6a0151', '', '', '2023-12-14 07:58:00', '2023-12-14 07:58:00', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0151.jpg', 0, 'attachment', 'image/jpeg', 0),
(3009, 990003, '2023-12-14 07:58:56', '2023-12-14 07:58:56', '', '2H6A0102', '', 'inherit', 'open', 'closed', '', '2h6a0102', '', '', '2023-12-14 07:58:56', '2023-12-14 07:58:56', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0102.jpg', 0, 'attachment', 'image/jpeg', 0),
(3010, 990003, '2023-12-14 08:01:42', '2023-12-14 08:01:42', '', '2H6A0089', '', 'inherit', 'open', 'closed', '', '2h6a0089', '', '', '2023-12-14 08:01:42', '2023-12-14 08:01:42', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0089.jpg', 0, 'attachment', 'image/jpeg', 0),
(3011, 990003, '2023-12-14 08:02:58', '2023-12-14 08:02:58', '', '2H6A9960', '', 'inherit', 'open', 'closed', '', '2h6a9960', '', '', '2023-12-14 08:02:58', '2023-12-14 08:02:58', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9960.jpg', 0, 'attachment', 'image/jpeg', 0),
(3012, 990003, '2023-12-14 08:04:01', '2023-12-14 08:04:01', '', '2H6A9904', '', 'inherit', 'open', 'closed', '', '2h6a9904', '', '', '2023-12-14 08:04:01', '2023-12-14 08:04:01', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9904.jpg', 0, 'attachment', 'image/jpeg', 0),
(3013, 990003, '2023-12-14 08:05:50', '2023-12-14 08:05:50', '', '2H6A9964', '', 'inherit', 'open', 'closed', '', '2h6a9964', '', '', '2023-12-14 08:05:50', '2023-12-14 08:05:50', '', 3002, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9964.jpg', 0, 'attachment', 'image/jpeg', 0),
(3014, 990003, '2023-12-14 08:07:55', '2023-12-14 08:07:55', '<!-- wp:paragraph -->\n<p>78 teen mothers from Ntongwe and Kinazi sectors in Ruhango district, on December 13, graduated in a ceremony after completing their one-year studies in tailoring and hair dressing at Ntongwe Technical and Vocational Education and Training school. The teen mothers are the beneficiaries of the ‘Wiceceka project,’ implemented by Umuhuza organisation with the support of Bank of Kigali.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3006,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9993-1-1024x683.jpg\" alt=\"\" class=\"wp-image-3006\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Under the project, the beneficiaries were supported to resume their studies in TVET school, while others were supported to start income-generating activities. A total of 180 teen mothers benefited from the project.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to the sponsorship, Umuhuza has worked with the Bank of Kigali and local leaders in Ruhango district on a range of other activities to ensure community involvement in developing clear strategies for the social-economic reintegration of teen mothers in the community through community awareness campaigns on gender based-violence and inter-generational dialogues on positive parenting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Various officials attended teen mothers graduation ceremony, including Alphonsine Mukangenzi, Vice Mayor in charge of Social Affairs in Ruhango, Mathilde Kayitesi, Executive Director of Umuhuza and Ingrid Karangwayire, Executive Secretary of BK Foundation as well as parents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3010,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0089-1024x567.jpg\" alt=\"\" class=\"wp-image-3010\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The event comes as various activists observe the “16 Days of Activism against Gender-Based violence.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the occasion, Kayitesi &nbsp;thanked the parents for supporting their young girls despite their early pregnancy. She also commented on cases where some parents immediately abandon their children in early pregnancy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3007,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0075-1024x683.jpg\" alt=\"\" class=\"wp-image-3007\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kayitesi noted that finding solutions to problems affecting families is a top priority for Umuhuza, adding that supporting teen mothers to resume their studies makes the organisation’s dream a reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>“ This is the beginning. I encourage you to work hard and benefit from the skills you have acquired. Be messengers to other teen mothers, comforting them to never lose hope. We are still with you,” Kayitesi told the teen mothers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Karangwayire reassured the teen mothers that despite what had happened, they still have a chance to be very important.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3009,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0102-819x1024.jpg\" alt=\"\" class=\"wp-image-3009\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>She also thanked parents for supporting their young daughters in their difficulties. She reiterated the commitment that BK foundation would be with them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mukangenzi called on parents to have regular conversations with their children about reproductive health, explaining that a lack of accurate information on the subject can lead to young girls being tempted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3008,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A0151-791x1024.jpg\" alt=\"\" class=\"wp-image-3008\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3011,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9960-1024x683.jpg\" alt=\"\" class=\"wp-image-3011\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3012,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9904-1024x683.jpg\" alt=\"\" class=\"wp-image-3012\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":3013,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/2H6A9964-1024x775.jpg\" alt=\"\" class=\"wp-image-3013\"/></figure>\n<!-- /wp:image -->', 'Ruhango: Umuhuza, Bank of Kigali supported 78 teen mothers acquire tailoring, hairdressing skills', 'The teen mothers are the beneficiaries of the ‘Wiceceka project,’ implemented by Umuhuza organisation with the support of Bank of Kigali.', 'inherit', 'closed', 'closed', '', '3002-revision-v1', '', '', '2023-12-14 08:07:55', '2023-12-14 08:07:55', '', 3002, 'https://umuhuza.org.rw/?p=3014', 0, 'revision', '', 0),
(3015, 990003, '2023-12-14 08:47:11', '2023-12-14 08:47:11', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-14 08:47:11', '2023-12-14 08:47:11', '', 316, 'https://umuhuza.org.rw/?p=3015', 0, 'revision', '', 0),
(3016, 990003, '2023-12-14 12:05:21', '2023-12-14 12:05:21', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-14 12:05:21', '2023-12-14 12:05:21', '', 316, 'https://umuhuza.org.rw/?p=3016', 0, 'revision', '', 0),
(3018, 990003, '2023-12-18 13:17:16', '2023-12-18 13:17:16', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:17:16', '2023-12-18 13:17:16', '', 316, 'https://umuhuza.org.rw/?p=3018', 0, 'revision', '', 0);
INSERT INTO `2FCHlI_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
(3019, 990003, '2023-12-18 13:21:04', '2023-12-18 13:21:04', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][trx_slider_controller controls=\"\" controller_style=\"thumbs\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:21:04', '2023-12-18 13:21:04', '', 316, 'https://umuhuza.org.rw/?p=3019', 0, 'revision', '', 0),
(3020, 990003, '2023-12-18 13:22:33', '2023-12-18 13:22:33', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][give_form id=\"1444\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:22:33', '2023-12-18 13:22:33', '', 316, 'https://umuhuza.org.rw/?p=3020', 0, 'revision', '', 0),
(3021, 990003, '2023-12-18 13:23:26', '2023-12-18 13:23:26', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:23:26', '2023-12-18 13:23:26', '', 316, 'https://umuhuza.org.rw/?p=3021', 0, 'revision', '', 0),
(3022, 990003, '2023-12-18 13:24:57', '2023-12-18 13:24:57', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][cq_vc_bannerblock][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:24:57', '2023-12-18 13:24:57', '', 316, 'https://umuhuza.org.rw/?p=3022', 0, 'revision', '', 0),
(3023, 990003, '2023-12-18 13:25:20', '2023-12-18 13:25:20', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:25:20', '2023-12-18 13:25:20', '', 316, 'https://umuhuza.org.rw/?p=3023', 0, 'revision', '', 0),
(3024, 990003, '2023-12-18 13:26:42', '2023-12-18 13:26:42', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][trx_sc_countdown type=\"default\" date=\"2023-12-31\" title_style=\"default\" link_style=\"default\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:26:42', '2023-12-18 13:26:42', '', 316, 'https://umuhuza.org.rw/?p=3024', 0, 'revision', '', 0),
(3025, 990003, '2023-12-18 13:27:24', '2023-12-18 13:27:24', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-18 13:27:24', '2023-12-18 13:27:24', '', 316, 'https://umuhuza.org.rw/?p=3025', 0, 'revision', '', 0),
(3026, 990003, '2023-12-19 13:25:34', '2023-12-19 13:25:34', '', 'Merry-Christmas-banner', '', 'inherit', 'open', 'closed', '', 'merry-christmas-banner', '', '', '2023-12-19 13:25:34', '2023-12-19 13:25:34', '', 316, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/Merry-Christmas-banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(3027, 990003, '2023-12-19 13:26:03', '2023-12-19 13:26:03', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_gallery][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_single_image image=\"3026\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-19 13:26:03', '2023-12-19 13:26:03', '', 316, 'https://umuhuza.org.rw/?p=3027', 0, 'revision', '', 0),
(3028, 990003, '2023-12-19 13:27:59', '2023-12-19 13:27:59', '', 'Umuhuza-Christmas-Card', '', 'inherit', 'open', 'closed', '', 'umuhuza-christmas-card', '', '', '2023-12-19 13:27:59', '2023-12-19 13:27:59', '', 316, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/Umuhuza-Christmas-Card.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `2FCHlI_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
(3029, 990003, '2023-12-19 13:28:57', '2023-12-19 13:28:57', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][vc_gallery interval=\"3\" images=\"3028\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_single_image image=\"3026\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-19 13:28:57', '2023-12-19 13:28:57', '', 316, 'https://umuhuza.org.rw/?p=3029', 0, 'revision', '', 0),
(3030, 990003, '2023-12-19 13:29:24', '2023-12-19 13:29:24', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_single_image image=\"3026\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-19 13:29:24', '2023-12-19 13:29:24', '', 316, 'https://umuhuza.org.rw/?p=3030', 0, 'revision', '', 0),
(3031, 990003, '2023-12-19 13:29:33', '2023-12-19 13:29:33', '[vc_row][vc_column icons_position=\"left\"][rev_slider_vc alias=\"home1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" css=\".vc_custom_1531901791058{background-color: #f9f7f5 !important;}\"][vc_column hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1531901674939{padding-right: 0px !important;padding-left: 0px !important;}\"][trx_sc_services type=\"light\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"1\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"accent\" link_style=\"default\" count=\"3\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_empty_space height=\"10px\" alter_height=\"huge\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"1\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" el_class=\"video_block\" css=\".vc_custom_1696674501419{padding-top: 15px !important;padding-right: 15px !important;padding-bottom: 15px !important;padding-left: 15px !important;}\"][vc_column width=\"1/2\" fix_column=\"\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1702024541677{background: #f9f9f9 url(https://umuhuza.org.rw/wp-content/uploads/2023/12/front-scaled.jpg?id=2908) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_empty_space height=\"5rem\" alter_height=\"none\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"1\" hide_on_mobile=\"1\"][vc_empty_space alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][vc_column width=\"1/2\" hide_bg_image_on_tablet=\"\" hide_bg_image_on_mobile=\"\" icons_position=\"left\" css=\".vc_custom_1701960080302{background-color: #ffffff !important;}\"][vc_custom_heading text=\"\" font_container=\"tag:h2|text_align:center|color:%23f9e699\" google_fonts=\"font_family:Average%20Sans%3Aregular|font_style:400%20regular%3A400%3Anormal\" css_animation=\"fadeInLeft\" css=\".vc_custom_1701959197343{margin-top: 15px !important;margin-bottom: 0px !important;}\"][vc_column_text css_animation=\"bounceInLeft\" scheme=\"default\" css=\".vc_custom_1701961182259{background-color: #f48e00 !important;background-size: cover !important;}\"]\r\n<ul>\r\n 	<li><strong>UMUHUZA Organisation sees Early Childhood Development (ECD) as a very clear way to build a safer and more peaceful community. Thus, we work to ensure that every child is given the opportunity to have the best start in life by achieving their fullest potential. We highlight the absolute need for families to care for their children, especially during the first six years of their lives.</strong></li>\r\n 	<li><strong>Umuhuza encourages the community to create more reading spaces including reading corners, reading clubs and community libraries.</strong></li>\r\n 	<li><strong><strong>Any violence against human right specifically gender based violence hinders peace promotion in the community. To fight this, Umuhuza works to strengthen prevention and response strategies to fight gender - based violence and child abuse. </strong></strong></li>\r\n</ul>\r\n[/vc_column_text][vc_empty_space height=\"20px\" alter_height=\"large\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text]\r\n<h6><strong>TUTORIAL VIDEOS ON TOY MAKING </strong></h6>\r\n[/vc_column_text][vc_video link=\"https://www.youtube.com/watch?v=24n2dsuYlkY\" css=\".vc_custom_1701952600087{background-color: #1e73be !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=cA6fcv2g_Vw\"][vc_video link=\"https://www.youtube.com/watch?v=OE9X-8oHFvU\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_column_text extra_bg=\"large\"]\r\n<h6><strong>UPCOMING EVENTS </strong></h6>\r\n[/vc_column_text][trx_sc_events type=\"default\" past=\"\" cat=\"43\" orderby=\"post_date\" order=\"asc\" slider=\"\" title_style=\"default\" link_style=\"simple\"][/vc_column][vc_column width=\"1/3\" icons_position=\"left\"][vc_video link=\"https://www.youtube.com/watch?v=OSmfD7znUng\"][vc_video link=\"https://www.youtube.com/watch?v=xPOy2g-01Cc\"][vc_video link=\"https://www.youtube.com/watch?v=aSX0ayrrjdQ\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_title title_style=\"accent\" color_style=\"link2\" link_style=\"default\" title=\"Our\" subtitle=\"Thematic Areas\"][trx_sc_services type=\"default\" featured=\"image\" featured_position=\"top\" no_links=\"\" more_text=\"\" hide_excerpt=\"1\" no_margin=\"\" popup=\"\" cat=\"18\" orderby=\"post_date\" order=\"desc\" slider=\"1\" title_style=\"accent\" title_tag=\"h6\" color_style=\"link2\" link_style=\"default\" ids=\"203,199,198,197,196\"][vc_empty_space alter_height=\"medium\" hide_on_desktop=\"\" hide_on_notebook=\"\" hide_on_tablet=\"\" hide_on_mobile=\"\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][vc_separator color=\"white\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][trx_sc_blogger type=\"classic\" pagination=\"pages\" hide_excerpt=\"1\" no_links=\"\" cat=\"2\" orderby=\"post_date\" order=\"desc\" slider=\"\" title_style=\"default\" title_tag=\"h6\" link_style=\"simple\" count=\"4\" title=\"News and Updates\"][vc_video link=\"https://www.youtube.com/watch?v=UvRavEWKgZY\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row][vc_row][vc_column icons_position=\"left\"][/vc_column][/vc_row]', 'Home 1', '', 'inherit', 'closed', 'closed', '', '316-revision-v1', '', '', '2023-12-19 13:29:33', '2023-12-19 13:29:33', '', 316, 'https://umuhuza.org.rw/?p=3031', 0, 'revision', '', 0),
(3033, 990003, '2023-12-25 17:56:49', '2023-12-25 17:56:49', '<!-- wp:paragraph -->\n<p>The Board and staff of Umuhuza organization would like to wish you all, partners and stakeholders, a Merry Christmas and a prosperous New Year 2024. We acknowledge your valuable contributions towards achieving the organization\'s mission and vision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3035,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/Umuhuza-Christmas-Card-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3035\"/></figure>\n<!-- /wp:image -->', 'Merry Christmas and Happy New Year 2024', '', 'publish', 'open', 'open', '', 'merry-christmas-and-happy-new-year-2024', '', '', '2023-12-25 17:56:50', '2023-12-25 17:56:50', '', 0, 'https://umuhuza.org.rw/?p=3033', 0, 'post', '', 0),
(3034, 990003, '2023-12-25 17:54:53', '2023-12-25 17:54:53', '', 'Umuhuza-Christmas-Card', '', 'inherit', 'open', 'closed', '', 'umuhuza-christmas-card-2', '', '', '2023-12-25 17:54:53', '2023-12-25 17:54:53', '', 3033, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/Umuhuza-Christmas-Card-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3035, 990003, '2023-12-25 17:56:30', '2023-12-25 17:56:30', '', 'Umuhuza-Christmas-Card-2', '', 'inherit', 'open', 'closed', '', 'umuhuza-christmas-card-2-2', '', '', '2023-12-25 17:56:30', '2023-12-25 17:56:30', '', 3033, 'https://umuhuza.org.rw/wp-content/uploads/2023/12/Umuhuza-Christmas-Card-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(3036, 990003, '2023-12-25 17:56:49', '2023-12-25 17:56:49', '<!-- wp:paragraph -->\n<p>The Board and staff of Umuhuza organization would like to wish you all, partners and stakeholders, a Merry Christmas and a prosperous New Year 2024. We acknowledge your valuable contributions towards achieving the organization\'s mission and vision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":3035,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://umuhuza.org.rw/wp-content/uploads/2023/12/Umuhuza-Christmas-Card-2-1024x576.jpg\" alt=\"\" class=\"wp-image-3035\"/></figure>\n<!-- /wp:image -->', 'Merry Christmas and Happy New Year 2024', '', 'inherit', 'closed', 'closed', '', '3033-revision-v1', '', '', '2023-12-25 17:56:49', '2023-12-25 17:56:49', '', 3033, 'https://umuhuza.org.rw/?p=3036', 0, 'revision', '', 0),
(3039, 1, '2024-01-08 11:06:18', '2024-01-08 11:06:18', '<!-- wp:tribe/event-datetime /-->\n\n<!-- wp:paragraph {\"placeholder\":\"Add Description...\"} -->\n<p>Umuhuza Organisation has organised a ceremony to present and hand over outcomes of an 8-month project, \" Access to Digital and Inclusive Community Literacy Environment,\" funded by Rwanda National Commission for UNESCO. The project was implemented in Rutunga sector to increase community libraries and equip them with inclusive and digital literacy resources. The handover ceremony is scheduled on January 17,2024 in Rutunga sector. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:tribe/event-price /-->\n\n<!-- wp:tribe/event-organizer /-->\n\n<!-- wp:tribe/event-venue /-->\n\n<!-- wp:tribe/event-website /-->\n\n<!-- wp:tribe/event-links /-->', 'HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga', '', 'publish', 'open', 'closed', '', 'handover-ceremony-access-to-digital-and-inclusive-community-literacy-environment-project-in-rutunga', '', '', '2024-01-08 11:23:40', '2024-01-08 11:23:40', '', 0, 'https://umuhuza.org.rw/?post_type=tribe_events&#038;p=3039', 0, 'tribe_events', '', 0),
(3040, 990003, '2024-01-08 11:01:18', '2024-01-08 11:01:18', '', '3', '', 'inherit', 'open', 'closed', '', '3-2', '', '', '2024-01-08 11:01:18', '2024-01-08 11:01:18', '', 3039, 'https://umuhuza.org.rw/wp-content/uploads/2024/01/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(3041, 990003, '2024-01-08 11:06:18', '2024-01-08 11:06:18', '<!-- wp:tribe/event-datetime /-->\n\n<!-- wp:paragraph {\"placeholder\":\"Add Description...\"} -->\n<p>Umuhuza Organisation has organised a ceremony to present and hand over outcomes of a six-month project, \" Access to Digital and Inclusive Community Literacy Environment,\" funded by Rwanda National Commission for UNESCO. The project was implemented in Rutunga sector to increase community libraries and equip them with inclusive and digital literacy resources. The handover ceremony is scheduled on January 17,2024 in Rutunga sector. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:tribe/event-price /-->\n\n<!-- wp:tribe/event-organizer /-->\n\n<!-- wp:tribe/event-venue /-->\n\n<!-- wp:tribe/event-website /-->\n\n<!-- wp:tribe/event-links /-->', 'HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga', '', 'inherit', 'closed', 'closed', '', '3039-revision-v1', '', '', '2024-01-08 11:06:18', '2024-01-08 11:06:18', '', 3039, 'https://umuhuza.org.rw/?p=3041', 0, 'revision', '', 0),
(3042, 990003, '2024-01-08 11:23:39', '2024-01-08 11:23:39', '<!-- wp:tribe/event-datetime /-->\n\n<!-- wp:paragraph {\"placeholder\":\"Add Description...\"} -->\n<p>Umuhuza Organisation has organised a ceremony to present and hand over outcomes of an 8-month project, \" Access to Digital and Inclusive Community Literacy Environment,\" funded by Rwanda National Commission for UNESCO. The project was implemented in Rutunga sector to increase community libraries and equip them with inclusive and digital literacy resources. The handover ceremony is scheduled on January 17,2024 in Rutunga sector. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:tribe/event-price /-->\n\n<!-- wp:tribe/event-organizer /-->\n\n<!-- wp:tribe/event-venue /-->\n\n<!-- wp:tribe/event-website /-->\n\n<!-- wp:tribe/event-links /-->', 'HANDOVER CEREMONY: Access to Digital and Inclusive Community Literacy Environment project in Rutunga', '', 'inherit', 'closed', 'closed', '', '3039-revision-v1', '', '', '2024-01-08 11:23:39', '2024-01-08 11:23:39', '', 3039, 'https://umuhuza.org.rw/?p=3042', 0, 'revision', '', 0),
(3043, 990003, '2024-01-19 08:07:53', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2024-01-19 08:07:53', '0000-00-00 00:00:00', '', 0, 'https://umuhuza.org.rw/?p=3043', 0, 'post', '', 0);

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

--
-- Table structure for table `2FCHlI_revslider_css`
--

CREATE TABLE `2FCHlI_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `2FCHlI_revslider_css`
--

INSERT INTO `2FCHlI_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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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 `2FCHlI_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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.out\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.out\"}', '{\"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.out\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.inOut\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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 `2FCHlI_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.inOut\"}', '{\"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.inOut\"}', '{\"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\":\"none\"}', '{\"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\":\"none\"}', '{\"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.out\"}', '{\"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\":\"none\"}', '{\"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 `2FCHlI_revslider_css_bkp`
--

CREATE TABLE `2FCHlI_revslider_css_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `2FCHlI_revslider_css_bkp`
--

INSERT INTO `2FCHlI_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 `2FCHlI_revslider_layer_animations`
--

CREATE TABLE `2FCHlI_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_revslider_layer_animations_bkp`
--

CREATE TABLE `2FCHlI_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_revslider_navigations`
--

CREATE TABLE `2FCHlI_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_revslider_navigations_bkp`
--

CREATE TABLE `2FCHlI_revslider_navigations_bkp` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_revslider_sliders`
--

CREATE TABLE `2FCHlI_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `2FCHlI_revslider_sliders`
--

INSERT INTO `2FCHlI_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'home1', 'home1', '{\"addOns\":[],\"version\":\"6.5.31\",\"shortcode\":\"[rev_slider alias=\\\"home1\\\"][\\/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\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"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\":\"\",\"ease\":\"none\",\"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\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":780,\"n\":768,\"t\":760,\"m\":500},\"editorCache\":{\"d\":780,\"n\":416,\"t\":760,\"m\":500},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"enableUpscaling\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"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\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\"},\"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\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"globalViewPort\":true,\"globalViewDist\":\"-200px\"},\"progressbar\":{\"set\":false,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(0,0,0,0.15)\",\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5\",\"radius\":10,\"vertical\":\"top\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"smart\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"enableurlhash\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":true,\"setOnDesktop\":true,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000,\"threshold\":50},\"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\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"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\":\"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\",\"mhoffset\":0,\"mvoffset\":0},\"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\":\"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\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":\"3000\",\"preset\":\"\",\"presets\":{\"bullet-size\":\"10\",\"bullet-size-def\":true,\"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\":\"0\",\"border-size-def\":true,\"hover-bullet-bg\":\"#f9e699\",\"hover-bullet-bg-def\":true},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"70px\",\"align\":\"slider\",\"space\":\"13\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"666\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"debugMode\":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\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"allowPageScroll\":false,\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"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=\\\"home1\\\"][\\/rev_slider]\"}', '{\"version\":\"6.5.31\"}', ''),
(2, 'Gallery Events', 'events', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"events\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"post\",\"googleFont\":[\"Open+Sans:300,400,600,700,800\",\"Raleway:100,200,300,400,500,600,700,800,900\",\"Droid+Serif:400,700\"],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"3\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"specific_posts\"},\"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\":\"none\",\"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\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":600,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"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\":\"-1\"},\"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\":\"1\",\"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\":true,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"600\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"bottom\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"left\",\"vertical\":\"bottom\",\"offsetX\":\"40\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":true,\"rtl\":false,\"style\":2001,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"778\",\"spanWrapper\":false,\"horizontal\":\"right\",\"vertical\":\"center\",\"amount\":\"5\",\"direction\":\"vertical\",\"height\":\"50\",\"width\":\"50\",\"widthMin\":\"50\",\"innerOuter\":\"inner\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":\"\",\"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\":false,\"rtl\":false,\"style\":3007,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"16\",\"10\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"2000\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"slidercenter\",\"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.5.26\"}', '{\"version\":\"6.5.26\"}', ''),
(3, 'Gallery', 'gallery', '{\"addOns\":[],\"version\":\"6.5.26\",\"shortcode\":\"[rev_slider alias=\\\"gallery\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"auto\",\"sourcetype\":\"post\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"10\",\"maxPosts\":\"3\",\"fetchType\":\"cat_tag\",\"category\":\"category_2\",\"sortBy\":\"menu_order\",\"types\":\"post\",\"list\":\"93,101,111\",\"sortDirection\":\"DESC\",\"subType\":\"specific_posts\"},\"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\":\"\",\"ease\":\"none\",\"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\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1175,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":600,\"n\":600,\"t\":500,\"m\":400},\"editorCache\":{\"d\":600,\"n\":600,\"t\":500,\"m\":400},\"overflow\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":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\":\"rgba(255, 255, 255, 0)\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"https:\\/\\/planet-shakers.axiomthemes.com\\/wp-content\\/uploads\\/revslider\\/gallery\\/post-1-copyright.jpg\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"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\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"globalViewPort\":true,\"globalViewDist\":\"-200px\"},\"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\":\"smart\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"600\",\"height\":\"250\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"600\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"bottom\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"bottom\",\"offsetX\":\"40\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":2001,\"preset\":\"custom\",\"presets\":{\"bg\":\"rgba(0,0,0,0.25)\",\"bg-def\":false,\"titlebg\":\"rgba(255,255,255,0.81)\",\"titlebg-def\":false,\"hovercolor\":\"#ffffff\",\"hovercolor-def\":false,\"hbgb\":\"#777777\",\"hbgb-def\":false},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"778\",\"spanWrapper\":true,\"horizontal\":\"right\",\"vertical\":\"center\",\"amount\":\"3\",\"direction\":\"vertical\",\"height\":\"120\",\"width\":\"250\",\"widthMin\":\"90\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"space\":\"25\",\"align\":\"slider\",\"padding\":55,\"wrapperColor\":\"rgba(255,255,255,0)\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4005,\"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\":\"vertical\",\"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\":3007,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"30\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"600\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"debugMode\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"16\",\"10\",\"50\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"2000\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"slidercenter\",\"type\":\"mouse\"}},\"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\":true,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"gallery\\\"][\\/rev_slider]\"}', '{\"version\":\"6.5.26\"}', '');

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

--
-- Table structure for table `2FCHlI_revslider_sliders_bkp`
--

CREATE TABLE `2FCHlI_revslider_sliders_bkp` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_revslider_slides`
--

CREATE TABLE `2FCHlI_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `2FCHlI_revslider_slides`
--

INSERT INTO `2FCHlI_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/umuhuza.org.rw\\/wp-content\\/uploads\\/2023\\/12\\/10-1-scaled.jpg\",\"imageId\":2914,\"imageLib\":\"medialibrary\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"pausetimer\":true,\"volume\":\"100\"},\"imageWidth\":1919,\"imageHeight\":782,\"imageRatio\":2.4539641943734014},\"thumb\":{\"dimension\":\"slider\"},\"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\",\"incube-horizontal\",\"scaledownfromleft\"],\"slots\":[0,\"default\",\"default\"],\"duration\":[1000,\"default\",\"default\"],\"easeIn\":[\"default\",\"default\",\"default\"],\"easeOut\":[\"default\",\"default\",\"default\"],\"rotation\":[0,\"default\",\"default\"]},\"nav\":{\"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}}}}', '{\"5\":{\"subtype\":\"roundbutton\",\"text\":\"Get Involved\",\"alias\":\"Button\",\"uid\":5,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n-webkit-transition:background-position .3s ease; -moz-transition:background-position .3s ease; -o-transition:background-position .3s ease; transition:background-position .3s ease;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"2px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"142px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"140px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":6},\"attributes\":{\"classes\":\"sc_button_hover_slide_left line_hight\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"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],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[33,55,33,56],\"e\":true},\"n\":{\"v\":[30,40,30,40],\"e\":true},\"t\":{\"v\":[30,40,30,40],\"e\":true},\"m\":{\"v\":[30,40,30,40],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Frank Ruhl Libre\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#eb763c\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#f9e699\",\"borderColor\":\"rgba(0, 0, 0, 0)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(0,0,0,1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"\\/donations-2\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":2,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false,\"t\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"7\":{\"text\":\"Our Vision\",\"alias\":\"Get involved\",\"uid\":7,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"370\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"75\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-147px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"-30px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}}},\"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\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\",\"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\":{\"delay\":\"10\",\"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\":{\"delay\":\"10\",\"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\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\",\"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\":{\"delay\":\"10\",\"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\":{\"delay\":\"10\",\"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}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"delay\":\"10\",\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f27500\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"140px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"rgba(0, 0, 0, 0.7)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9e699\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"13\":{\"text\":\"Umuhuza envisions a society in which communities live in\\nharmony,mutual respect and dignity.\",\"alias\":\"Copy  text-12\",\"uid\":13,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1138px\",\"e\":true},\"n\":{\"v\":\"606px\"},\"t\":{\"v\":\"460px\"},\"m\":{\"v\":\"283px\"}},\"height\":{\"d\":{\"v\":\"94px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"37px\"},\"m\":{\"v\":\"22px\"}},\"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\":\"434px\",\"e\":true},\"n\":{\"v\":\"231px\"},\"t\":{\"v\":\"175px\"},\"m\":{\"v\":\"107px\"}},\"y\":{\"d\":{\"v\":\"365px\",\"e\":true},\"n\":{\"v\":\"194px\"},\"t\":{\"v\":\"147px\"},\"m\":{\"v\":\"90px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-261px\",\"e\":true},\"n\":{\"v\":\"-139px\"},\"t\":{\"v\":\"-105px\"},\"m\":{\"v\":\"-64px\"}},\"y\":{\"d\":{\"v\":\"-162px\",\"e\":true},\"n\":{\"v\":\"-86px\"},\"t\":{\"v\":\"-65px\"},\"m\":{\"v\":\"-40px\"}}},\"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}}}}},\"hoverFilterUsed\":false,\"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}},\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"9px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"9px\"}},\"cursor\":\"move\",\"backgroundColor\":\"rgba(43, 43, 43, 0.7)\",\"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\":{\"usehover\":\"true\",\"backgroundColor\":\"#3f3f3f\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"copied\":true},\"actions\":{\"action\":[]},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"}}', '{\"version\":\"6.5.31\"}'),
(2, 1, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/umuhuza.org.rw\\/wp-content\\/uploads\\/2023\\/12\\/front-scaled.jpg\",\"imageId\":2908,\"imageLib\":\"medialibrary\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"pausetimer\":true,\"volume\":\"100\"},\"imageWidth\":1919,\"imageHeight\":782,\"imageRatio\":2.4539641943734014},\"thumb\":{\"dimension\":\"slider\"},\"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\":[\"slidingoverlayright\"],\"slots\":[\"default\"],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[\"default\"]},\"nav\":{\"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}}}}', '{\"1\":{\"subtype\":\"roundbutton\",\"text\":\"Get Involved\",\"alias\":\"Button\",\"uid\":1,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n-webkit-transition:background-position .3s ease; -moz-transition:background-position .3s ease; -o-transition:background-position .3s ease; transition:background-position .3s ease;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"142px\",\"e\":true},\"n\":{\"v\":\"142px\"},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"150px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":5},\"attributes\":{\"classes\":\"sc_button_hover_slide_left line_hight\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"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],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[30,40,30,40],\"e\":true},\"n\":{\"v\":[30,40,30,40],\"e\":false},\"t\":{\"v\":[30,40,30,40],\"e\":true},\"m\":{\"v\":[30,40,30,40],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Frank Ruhl Libre\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#eb763c\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#f9e699\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(0,0,0,1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"\\/our-mission\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":1,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false,\"t\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"3\":{\"text\":\"Umuhuza Organization\",\"alias\":\"Let\\u2019s change the wor...\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-25px\",\"e\":true},\"n\":{\"v\":\"-25px\"},\"t\":{\"v\":\"-170px\",\"e\":true},\"m\":{\"v\":\"-90px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"800\",\"e\":true},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\"},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"4\":{\"text\":\"Welcome to\",\"alias\":\"Get involved\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"347px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-155px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"-30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}},\"scaleX\":\"0.9\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"scaleX\":\"0.9\"},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f27500\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\\\"Arial Black\\\", Gadget, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"140px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9e699\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"}}', '{\"version\":\"6.5.31\"}'),
(4, 2, 1, '{\"title\":\"Slide\",\"bg\":{\"color\":\"#E7E7E7\",\"image\":\"\",\"galleryType\":\"specific_posts\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"customThumbSrc\":\"\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.5.26\",\"slideChange\":{\"adpr\":false}}', '{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/kreativedesigngroup.com\\/wp-content\\/uploads\\/revslider\\/events\\/post-8-copyright.jpg\"},\"size\":{\"width\":{\"d\":{\"v\":\"1920px\",\"e\":true},\"n\":{\"v\":\"1920px\"},\"t\":{\"v\":\"1920px\"},\"m\":{\"v\":\"1920px\"}},\"height\":{\"d\":{\"v\":\"1280px\",\"e\":true},\"n\":{\"v\":\"1280px\"},\"t\":{\"v\":\"1280px\"},\"m\":{\"v\":\"1280px\"}},\"originalWidth\":1920,\"originalHeight\":1280,\"aspectRatio\":{\"d\":{\"v\":1.5},\"n\":{\"v\":1.5},\"t\":{\"v\":1.5},\"m\":{\"v\":1.5}}},\"position\":{\"x\":{\"d\":{\"v\":\"-351px\",\"e\":true},\"n\":{\"v\":\"-351px\"},\"t\":{\"v\":\"-351px\"},\"m\":{\"v\":\"-351px\"}},\"y\":{\"d\":{\"v\":\"-412px\",\"e\":true},\"n\":{\"v\":\"-412px\"},\"t\":{\"v\":\"-412px\"},\"m\":{\"v\":\"-412px\"}},\"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\":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\":\"transparent\"},\"timeline\":{\"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\":{\"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\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"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\":{\"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\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.5.26\"}}', '{\"0\":\"\",\"version\":\"6.5.26\"}'),
(5, 2, 2, '{\"title\":\"Slide\",\"bg\":{\"color\":\"#E7E7E7\",\"image\":\"\",\"galleryType\":\"specific_posts\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"customThumbSrc\":\"\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.5.26\",\"slideChange\":{\"adpr\":false}}', '{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/kreativedesigngroup.com\\/wp-content\\/uploads\\/revslider\\/events\\/post-17-copyright.jpg\"},\"size\":{\"width\":{\"d\":{\"v\":\"1920px\",\"e\":true},\"n\":{\"v\":\"1920px\"},\"t\":{\"v\":\"1920px\"},\"m\":{\"v\":\"1920px\"}},\"height\":{\"d\":{\"v\":\"1280px\",\"e\":true},\"n\":{\"v\":\"1280px\"},\"t\":{\"v\":\"1280px\"},\"m\":{\"v\":\"1280px\"}},\"originalWidth\":1920,\"originalHeight\":1280,\"aspectRatio\":{\"d\":{\"v\":1.5},\"n\":{\"v\":1.5},\"t\":{\"v\":1.5},\"m\":{\"v\":1.5}}},\"position\":{\"x\":{\"d\":{\"v\":\"-454px\",\"e\":true},\"n\":{\"v\":\"-454px\"},\"t\":{\"v\":\"-454px\"},\"m\":{\"v\":\"-454px\"}},\"y\":{\"d\":{\"v\":\"-274px\",\"e\":true},\"n\":{\"v\":\"-274px\"},\"t\":{\"v\":\"-274px\"},\"m\":{\"v\":\"-274px\"}},\"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\":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\":\"transparent\"},\"timeline\":{\"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\":{\"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\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"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\":{\"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\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.5.26\"}}', '{\"0\":\"\",\"version\":\"6.5.26\"}'),
(6, 2, 3, '{\"title\":\"Slide\",\"bg\":{\"color\":\"#E7E7E7\",\"image\":\"\",\"galleryType\":\"specific_posts\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"customThumbSrc\":\"\",\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.5.26\",\"slideChange\":{\"adpr\":false}}', '{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"https:\\/\\/kreativedesigngroup.com\\/wp-content\\/uploads\\/revslider\\/events\\/post-6-copyright.jpg\"},\"size\":{\"width\":{\"d\":{\"v\":\"1920px\",\"e\":true},\"n\":{\"v\":\"1920px\"},\"t\":{\"v\":\"1920px\"},\"m\":{\"v\":\"1920px\"}},\"height\":{\"d\":{\"v\":\"1280px\",\"e\":true},\"n\":{\"v\":\"1280px\"},\"t\":{\"v\":\"1280px\"},\"m\":{\"v\":\"1280px\"}},\"originalWidth\":1920,\"originalHeight\":1280,\"aspectRatio\":{\"d\":{\"v\":1.5},\"n\":{\"v\":1.5},\"t\":{\"v\":1.5},\"m\":{\"v\":1.5}}},\"position\":{\"x\":{\"d\":{\"v\":\"-435px\",\"e\":true},\"n\":{\"v\":\"-435px\"},\"t\":{\"v\":\"-435px\"},\"m\":{\"v\":\"-435px\"}},\"y\":{\"d\":{\"v\":\"-133px\",\"e\":true},\"n\":{\"v\":\"-133px\"},\"t\":{\"v\":\"-133px\"},\"m\":{\"v\":\"-133px\"}},\"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\":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\":\"transparent\"},\"timeline\":{\"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\":{\"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\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"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\":{\"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\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.5.26\"}}', '{\"0\":\"\",\"version\":\"6.5.26\"}');
INSERT INTO `2FCHlI_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(7, 3, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"imageFromStream\":true,\"galleryType\":\"specific_posts\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"pausetimer\":true,\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"{{excerpt}}\",\"l\":\"1\"},{\"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\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"thumbs\":{\"presets\":{\"bg\":\"rgba(0,0,0,0.25)\",\"bg-def\":false,\"titlebg\":\"rgba(255,255,255,0.81)\",\"titlebg-def\":false,\"hovercolor\":\"#ffffff\",\"hovercolor-def\":false,\"hbgb\":\"#777777\",\"hbgb-def\":false}}},\"version\":\"6.5.26\",\"slideChange\":{\"adpr\":false}}', '{\"3\":{\"text\":\"\",\"alias\":\"\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"100px\"},\"t\":{\"v\":\"100px\"},\"m\":{\"v\":\"100px\"}},\"y\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"100px\"},\"t\":{\"v\":\"100px\"},\"m\":{\"v\":\"100px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}},\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"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}},\"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}},\"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\"}},\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.5.26\"},\"5\":{\"text\":\"{{excerpt}}\",\"alias\":\"{{excerpt}}\",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"209px\",\"e\":true},\"t\":{\"v\":\"220px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"23px\",\"e\":true},\"t\":{\"v\":\"23px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"300px\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"36px\",\"e\":true},\"t\":{\"v\":\"33px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"488px\",\"e\":true},\"n\":{\"v\":\"488px\",\"e\":true},\"t\":{\"v\":\"370px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}},\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"fontFamily\":\"Frank Ruhl Libre\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.5.26\"},\"6\":{\"text\":\"<a href=\\\"{{link}}\\\" class=\\\"slider_date\\\">{{date}}<\\/a>\",\"alias\":\"{{date}}\",\"uid\":6,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"34px\",\"e\":true},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"461px\",\"e\":true},\"n\":{\"v\":\"419px\",\"e\":true},\"t\":{\"v\":\"338px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}},\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9e699\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Frank Ruhl Libre\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9e699\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\",\"version\":\"6.5.26\"},\"9\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":9,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"100%\",\"originalHeight\":\"100%\",\"covermode\":\"cover\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\",\"e\":true},\"t\":{\"v\":\"-1px\",\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"position\":\"relative\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}},\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"{&type&:&linear&,&angle&:&180&,&colors&:[{&r&:61,&g&:61,&b&:61,&a&:0,&position&:0,&align&:&top&},{&r&:61,&g&:61,&b&:61,&a&:&0.00&,&position&:0,&align&:&bottom&},{&r&:43,&g&:43,&b&:43,&a&:&1.00&,&position&:100,&align&:&bottom&},{&r&:43,&g&:43,&b&:43,&a&:&1&,&position&:100,&align&:&top&}]}\",\"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},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.5.26\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"}}', '{\"version\":\"6.5.26\"}'),
(8, 1, 3, '{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/kreativedesigngroup.com\\/wp-content\\/uploads\\/2023\\/10\\/s1-min-1.jpeg\",\"imageId\":2409,\"imageLib\":\"medialibrary\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"pausetimer\":true,\"volume\":\"100\"},\"imageWidth\":1919,\"imageHeight\":782,\"imageRatio\":2.4539641943734014},\"thumb\":{\"dimension\":\"slider\"},\"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}]},\"publish\":{\"state\":\"unpublished\"},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"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}}}}', '{\"1\":{\"subtype\":\"roundbutton\",\"text\":\"Get Involved\",\"alias\":\"Button\",\"uid\":1,\"customCSS\":\"outline:none;\\nbox-shadow:none;\\nbox-sizing:border-box;\\n-moz-box-sizing:border-box;\\n-webkit-box-sizing:border-box;\\n-webkit-transition:background-position .3s ease; -moz-transition:background-position .3s ease; -o-transition:background-position .3s ease; transition:background-position .3s ease;\",\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"142px\",\"e\":true},\"n\":{\"v\":\"142px\"},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"150px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":5},\"attributes\":{\"classes\":\"sc_button_hover_slide_left line_hight\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"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],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[30,40,30,40],\"e\":true},\"n\":{\"v\":[30,40,30,40],\"e\":false},\"t\":{\"v\":[30,40,30,40],\"e\":true},\"m\":{\"v\":[30,40,30,40],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Frank Ruhl Libre\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"cursor\":\"pointer\",\"backgroundColor\":\"#eb763c\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"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\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#f9e699\",\"borderColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"u\":\"px\"},\"borderStyle\":\"solid\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"rgba(0,0,0,1)\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"\\/our-mission\\/\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"jump_to_slide\":1,\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"jquery\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"visibility\":{\"m\":false,\"t\":false},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"3\":{\"text\":\"Umuhuza Organization\",\"alias\":\"Let\\u2019s change the wor...\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-25px\",\"e\":true},\"n\":{\"v\":\"-25px\"},\"t\":{\"v\":\"-170px\",\"e\":true},\"m\":{\"v\":\"-90px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Frank Ruhl Libre\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\"},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\"},\"t\":{\"v\":\"80px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"4\":{\"text\":\"Welcome to\",\"alias\":\"Get involved\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"347px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"20px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-155px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"-30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"position\":\"relative\",\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frames\":{\"frame_0\":{\"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\"}},\"scaleX\":\"0.9\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"scaleX\":\"0.9\"},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f9e699\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":true},\"t\":{\"v\":[0,0,0,0],\"e\":true},\"m\":{\"v\":[0,0,0,0],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Dancing Script\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"140px\",\"e\":true},\"m\":{\"v\":\"80px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#f9e699\",\"e\":true},\"n\":{\"v\":\"#f9e699\",\"e\":true},\"t\":{\"v\":\"#f9e699\",\"e\":true},\"m\":{\"v\":\"#f9e699\",\"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\":{\"triggerMemory\":\"keep\",\"action\":[],\"inactive_actions\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"}}', '{\"version\":\"6.5.31\"}'),
(9, 1, 4, '{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/umuhuza.org.rw\\/wp-content\\/uploads\\/2023\\/11\\/FxeWD4tWAAEZ2E1-scaled.jpg\",\"imageId\":2709,\"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\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"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}}},\"uid\":9}', '{\"11\":{\"text\":\"Our Mission \",\"alias\":\"text-11\",\"uid\":11,\"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\":\"749px\",\"e\":true},\"n\":{\"v\":\"399px\"},\"t\":{\"v\":\"303px\"},\"m\":{\"v\":\"186px\"}},\"y\":{\"d\":{\"v\":\"156px\",\"e\":true},\"n\":{\"v\":\"83px\"},\"t\":{\"v\":\"63px\"},\"m\":{\"v\":\"38px\"}},\"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}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f27500\",\"e\":true},\"n\":{\"v\":\"#f27500\"},\"t\":{\"v\":\"#f27500\"},\"m\":{\"v\":\"#f27500\"}},\"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}},\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"backgroundColor\":\"rgba(12, 12, 12, 0.7)\",\"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\"},\"12\":{\"text\":\"To enhance the positive social economic transformation of \\ncommunities through building resilient capacities.\",\"alias\":\"text-12\",\"uid\":12,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1138px\",\"e\":true},\"n\":{\"v\":\"606px\"},\"t\":{\"v\":\"460px\"},\"m\":{\"v\":\"283px\"}},\"height\":{\"d\":{\"v\":\"94px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"37px\"},\"m\":{\"v\":\"22px\"}},\"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\":\"400px\",\"e\":true},\"n\":{\"v\":\"213px\"},\"t\":{\"v\":\"161px\"},\"m\":{\"v\":\"99px\"}},\"y\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"213px\"},\"t\":{\"v\":\"161px\"},\"m\":{\"v\":\"99px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-261px\",\"e\":true},\"n\":{\"v\":\"-139px\"},\"t\":{\"v\":\"-105px\"},\"m\":{\"v\":\"-64px\"}},\"y\":{\"d\":{\"v\":\"-162px\",\"e\":true},\"n\":{\"v\":\"-86px\"},\"t\":{\"v\":\"-65px\"},\"m\":{\"v\":\"-40px\"}}},\"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}}}}},\"hoverFilterUsed\":false,\"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}},\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"9px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"9px\"}},\"cursor\":\"move\",\"backgroundColor\":\"rgba(43, 43, 43, 0.7)\",\"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\":{\"usehover\":\"true\",\"backgroundColor\":\"#3f3f3f\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"copied\":true},\"actions\":{\"action\":[]},\"type\":\"text\"},\"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.2.1\"}');
INSERT INTO `2FCHlI_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(10, 1, 5, '{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/umuhuza.org.rw\\/wp-content\\/uploads\\/2018\\/01\\/51184862981_ea8f2469cb_o-1.jpg\",\"imageId\":2659,\"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\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"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}}},\"uid\":10}', '{\"15\":{\"text\":\"Our Values\",\"alias\":\"Copy  text-11\",\"uid\":15,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"376.725px\",\"e\":true},\"n\":{\"v\":\"200px\"},\"t\":{\"v\":\"151px\"},\"m\":{\"v\":\"93px\"}},\"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\":\"734px\",\"e\":true},\"n\":{\"v\":\"391px\"},\"t\":{\"v\":\"297px\"},\"m\":{\"v\":\"183px\"}},\"y\":{\"d\":{\"v\":\"38px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"15px\"},\"m\":{\"v\":\"9px\"}},\"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}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#f27500\",\"e\":true},\"n\":{\"v\":\"#f27500\"},\"t\":{\"v\":\"#f27500\"},\"m\":{\"v\":\"#f27500\"}},\"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}},\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"backgroundColor\":\"rgba(12, 12, 12, 0.7)\",\"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\"},\"16\":{\"text\":\"Mutual Respect\\nHonesty and Integrity\\nJustice\\nSolidarity\\nCommitment\",\"alias\":\"Copy  text-12\",\"uid\":16,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"389px\",\"e\":true},\"n\":{\"v\":\"207px\"},\"t\":{\"v\":\"157px\"},\"m\":{\"v\":\"96px\"}},\"height\":{\"d\":{\"v\":\"163px\",\"e\":true},\"n\":{\"v\":\"86px\"},\"t\":{\"v\":\"65px\"},\"m\":{\"v\":\"40px\"}},\"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\":\"742px\",\"e\":true},\"n\":{\"v\":\"395px\"},\"t\":{\"v\":\"300px\"},\"m\":{\"v\":\"185px\"}},\"y\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"129px\"},\"t\":{\"v\":\"98px\"},\"m\":{\"v\":\"60px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"-261px\",\"e\":true},\"n\":{\"v\":\"-139px\"},\"t\":{\"v\":\"-105px\"},\"m\":{\"v\":\"-64px\"}},\"y\":{\"d\":{\"v\":\"-162px\",\"e\":true},\"n\":{\"v\":\"-86px\"},\"t\":{\"v\":\"-65px\"},\"m\":{\"v\":\"-40px\"}}},\"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}}}}},\"hoverFilterUsed\":false,\"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}},\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"cursor\":\"move\",\"backgroundColor\":\"rgba(43, 43, 43, 0.7)\",\"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\":{\"usehover\":\"true\",\"backgroundColor\":\"#3f3f3f\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"copied\":true},\"actions\":{\"action\":[]},\"type\":\"text\"},\"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.2.1\"}');

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

--
-- Table structure for table `2FCHlI_revslider_slides_bkp`
--

CREATE TABLE `2FCHlI_revslider_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_revslider_static_slides`
--

CREATE TABLE `2FCHlI_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `2FCHlI_revslider_static_slides`
--

INSERT INTO `2FCHlI_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 1, '{\"bg\":{\"image\":\"\"},\"thumb\":{\"customThumbSrc\":\"https:\\/\\/planet-shakers.axiomthemes.com\\/wp-content\\/\"},\"version\":\"6.5.26\",\"slideChange\":{\"adpr\":false}}', '[]', '{\"version\":\"6.5.26\"}'),
(2, 3, '{\"static\":{\"isstatic\":true,\"overflow\":\"visible\",\"lastEdited\":\"front\"},\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Global Layers\",\"bg\":{\"video\":{\"pausetimer\":true},\"image\":\"\"},\"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]},\"nav\":{\"thumbs\":{\"presets\":{\"bg\":\"rgba(0,0,0,0.25)\",\"bg-def\":false,\"titlebg\":\"rgba(255,255,255,0.81)\",\"titlebg-def\":false,\"hovercolor\":\"#ffffff\",\"hovercolor-def\":false,\"hbgb\":\"#777777\",\"hbgb-def\":false}}},\"version\":\"6.5.26\",\"slideChange\":{\"adpr\":false}}', '{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0},\"text\":\"\",\"version\":\"6.5.26\"}}', '{\"version\":\"6.5.26\"}'),
(3, 2, '[]', '', '{\"temp\":true}');

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

--
-- Table structure for table `2FCHlI_revslider_static_slides_bkp`
--

CREATE TABLE `2FCHlI_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_sby_feeds`
--

CREATE TABLE `2FCHlI_sby_feeds` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_name` text NOT NULL DEFAULT '',
  `feed_title` text NOT NULL DEFAULT '',
  `settings` longtext NOT NULL DEFAULT '',
  `author` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `status` varchar(255) NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_sby_feed_caches`
--

CREATE TABLE `2FCHlI_sby_feed_caches` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_id` varchar(255) NOT NULL DEFAULT '',
  `cache_key` varchar(255) NOT NULL DEFAULT '',
  `cache_value` longtext NOT NULL DEFAULT '',
  `cron_update` varchar(20) NOT NULL DEFAULT 'yes',
  `last_updated` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_sby_feed_locator`
--

CREATE TABLE `2FCHlI_sby_feed_locator` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `feed_id` varchar(50) NOT NULL DEFAULT '',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `html_location` varchar(50) NOT NULL DEFAULT 'unknown',
  `shortcode_atts` longtext NOT NULL,
  `last_update` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

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

--
-- Table structure for table `2FCHlI_tec_events`
--

CREATE TABLE `2FCHlI_tec_events` (
  `event_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `start_date` varchar(19) NOT NULL,
  `end_date` varchar(19) DEFAULT NULL,
  `timezone` varchar(30) NOT NULL DEFAULT 'UTC',
  `start_date_utc` varchar(19) NOT NULL,
  `end_date_utc` varchar(19) DEFAULT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `hash` varchar(40) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_tec_events`
--

INSERT INTO `2FCHlI_tec_events` (`event_id`, `post_id`, `start_date`, `end_date`, `timezone`, `start_date_utc`, `end_date_utc`, `duration`, `updated_at`, `hash`) VALUES
(1, 2814, '2023-11-24 08:00:00', '2023-11-24 17:00:00', 'UTC+0', '2023-11-24 08:00:00', '2023-11-24 17:00:00', 32400, '2023-11-22 11:01:50', ''),
(2, 2829, '2023-12-13 10:00:00', '2023-12-13 12:00:00', 'UTC+0', '2023-12-13 10:00:00', '2023-12-13 12:00:00', 7200, '2023-12-07 12:16:39', ''),
(4, 2931, '2023-12-11 08:00:00', '2023-12-13 17:00:00', 'UTC+0', '2023-12-11 08:00:00', '2023-12-13 17:00:00', 205200, '2023-12-08 14:54:26', ''),
(9, 2998, '2023-12-25 08:00:00', '2023-12-25 17:00:00', 'UTC+0', '2023-12-25 08:00:00', '2023-12-25 17:00:00', 32400, '2023-12-12 06:53:53', ''),
(10, 3039, '2024-01-17 09:00:00', '2024-01-17 12:00:00', 'UTC+0', '2024-01-17 09:00:00', '2024-01-17 12:00:00', 10800, '2024-01-08 11:06:23', '');

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

--
-- Table structure for table `2FCHlI_tec_occurrences`
--

CREATE TABLE `2FCHlI_tec_occurrences` (
  `occurrence_id` bigint(20) UNSIGNED NOT NULL,
  `event_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `start_date` varchar(19) NOT NULL,
  `start_date_utc` varchar(19) NOT NULL,
  `end_date` varchar(19) NOT NULL,
  `end_date_utc` varchar(19) NOT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `hash` varchar(40) NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_tec_occurrences`
--

INSERT INTO `2FCHlI_tec_occurrences` (`occurrence_id`, `event_id`, `post_id`, `start_date`, `start_date_utc`, `end_date`, `end_date_utc`, `duration`, `hash`, `updated_at`) VALUES
(1, 1, 2814, '2023-11-24 08:00:00', '2023-11-24 08:00:00', '2023-11-24 17:00:00', '2023-11-24 17:00:00', 32400, '3ecb06db40f86c902012b57bda1d31974ce1e5a1', '2023-11-22 11:01:50'),
(2, 2, 2829, '2023-12-13 10:00:00', '2023-12-13 10:00:00', '2023-12-13 12:00:00', '2023-12-13 12:00:00', 7200, '02e3d94a3d0781772a7f353eedfc95ae70fbd9cf', '2023-12-07 12:16:39'),
(3, 4, 2931, '2023-12-11 08:00:00', '2023-12-11 08:00:00', '2023-12-13 17:00:00', '2023-12-13 17:00:00', 205200, 'ebca989faff6d1a9e1f76e08678d86e62275f3ba', '2023-12-08 14:54:26'),
(4, 9, 2998, '2023-12-25 08:00:00', '2023-12-25 08:00:00', '2023-12-25 17:00:00', '2023-12-25 17:00:00', 32400, 'f212a05e2b6707c255687e5e8a0cb6c150334e95', '2023-12-12 06:53:53'),
(5, 10, 3039, '2024-01-17 09:00:00', '2024-01-17 09:00:00', '2024-01-17 12:00:00', '2024-01-17 12:00:00', 10800, '0cd95b2d11a087e7ba9543428aaae9f1d5027fb1', '2024-01-08 11:06:23');

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

--
-- Table structure for table `2FCHlI_termmeta`
--

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

--
-- Dumping data for table `2FCHlI_termmeta`
--

INSERT INTO `2FCHlI_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 2, 'image', ''),
(2, 2, 'icon', ''),
(3, 3, 'image', ''),
(4, 3, 'icon', ''),
(5, 4, 'image', ''),
(6, 4, 'icon', ''),
(7, 5, 'image', ''),
(8, 5, 'icon', ''),
(9, 6, 'image', ''),
(10, 6, 'icon', ''),
(11, 32, 'image', ''),
(12, 32, 'icon', '');

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

--
-- Table structure for table `2FCHlI_terms`
--

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

--
-- Dumping data for table `2FCHlI_terms`
--

INSERT INTO `2FCHlI_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'News &amp; Updates', 'news-updates', 0),
(3, 'Care &amp; Support', 'care-support', 0),
(4, 'Our Community', 'our-community', 0),
(5, 'Education &amp; Charity', 'education-charity', 0),
(6, 'Family Center', 'family-center', 0),
(7, 'post-format-video', 'post-format-video', 0),
(8, 'post-format-gallery', 'post-format-gallery', 0),
(9, 'post-format-audio', 'post-format-audio', 0),
(10, 'post-format-quote', 'post-format-quote', 0),
(11, 'Advice', 'advice', 0),
(12, 'help', 'help', 0),
(13, 'News', 'news', 0),
(14, 'sermons', 'sermons', 0),
(15, 'Events', 'events', 0),
(16, 'charity', 'charity', 0),
(17, 'Main Menu', 'main-menu', 0),
(18, 'Programs', 'programs', 0),
(19, 'gallery', 'gallery', 0),
(20, 'Events Chess', 'events-chess', 0),
(21, 'All Events', 'all-events', 0),
(22, 'slider', 'slider', 0),
(23, 'care', 'care', 0),
(24, 'hope', 'hope', 0),
(25, 'Mission', 'mission', 0),
(31, 'Planet Shakers Charity', 'planet-shakers-charity', 0),
(32, 'Location', 'location', 0),
(33, 'Children', 'children', 0),
(34, 'Children', 'children', 0),
(35, 'test', 'test', 0),
(36, 'Footer menu', 'footer-menu', 0),
(37, 'About Us', 'about-us', 0),
(39, 'Donate', 'donate', 0),
(40, 'Ministries', 'ministries', 0),
(41, 'Sermons &amp; Resources', 'sermons-resources', 0),
(42, 'planet-shakers', 'planet-shakers', 0),
(43, 'Upcoming event', 'upcoming-event', 0);

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

--
-- Table structure for table `2FCHlI_term_relationships`
--

CREATE TABLE `2FCHlI_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `2FCHlI_term_relationships`
--

INSERT INTO `2FCHlI_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(82, 2, 0),
(82, 11, 0),
(82, 12, 0),
(87, 2, 0),
(87, 13, 0),
(87, 14, 0),
(89, 4, 0),
(89, 12, 0),
(89, 16, 0),
(91, 2, 0),
(93, 6, 0),
(93, 7, 0),
(93, 12, 0),
(93, 16, 0),
(95, 5, 0),
(95, 8, 0),
(95, 14, 0),
(95, 16, 0),
(97, 3, 0),
(97, 9, 0),
(97, 14, 0),
(97, 16, 0),
(99, 4, 0),
(99, 10, 0),
(99, 14, 0),
(99, 16, 0),
(101, 2, 0),
(101, 11, 0),
(101, 12, 0),
(104, 2, 0),
(104, 13, 0),
(104, 14, 0),
(107, 2, 0),
(107, 15, 0),
(107, 16, 0),
(107, 19, 0),
(109, 2, 0),
(109, 11, 0),
(109, 12, 0),
(109, 19, 0),
(111, 13, 0),
(111, 14, 0),
(111, 19, 0),
(111, 32, 0),
(118, 2, 0),
(118, 15, 0),
(118, 16, 0),
(120, 2, 0),
(120, 11, 0),
(120, 12, 0),
(122, 2, 0),
(122, 13, 0),
(122, 14, 0),
(124, 2, 0),
(124, 15, 0),
(124, 16, 0),
(167, 17, 0),
(181, 17, 0),
(190, 17, 0),
(197, 18, 0),
(198, 18, 0),
(199, 18, 0),
(203, 18, 0),
(219, 20, 0),
(219, 21, 0),
(219, 23, 0),
(219, 24, 0),
(221, 20, 0),
(221, 21, 0),
(221, 23, 0),
(221, 24, 0),
(225, 20, 0),
(225, 21, 0),
(225, 23, 0),
(225, 24, 0),
(228, 20, 0),
(228, 21, 0),
(228, 22, 0),
(228, 23, 0),
(228, 24, 0),
(230, 21, 0),
(230, 23, 0),
(230, 24, 0),
(232, 21, 0),
(232, 23, 0),
(232, 24, 0),
(235, 21, 0),
(235, 23, 0),
(235, 24, 0),
(237, 21, 0),
(237, 23, 0),
(237, 24, 0),
(240, 21, 0),
(240, 22, 0),
(240, 23, 0),
(240, 24, 0),
(242, 21, 0),
(242, 22, 0),
(242, 23, 0),
(242, 24, 0),
(257, 25, 0),
(258, 25, 0),
(259, 25, 0),
(284, 17, 0),
(285, 17, 0),
(327, 17, 0),
(370, 31, 0),
(371, 31, 0),
(373, 31, 0),
(374, 31, 0),
(375, 31, 0),
(1411, 33, 0),
(1411, 34, 0),
(1411, 35, 0),
(1444, 33, 0),
(1444, 34, 0),
(1444, 35, 0),
(2323, 42, 0),
(2484, 36, 0),
(2485, 36, 0),
(2488, 36, 0),
(2489, 36, 0),
(2490, 36, 0),
(2491, 36, 0),
(2537, 17, 0),
(2546, 17, 0),
(2566, 17, 0),
(2572, 17, 0),
(2661, 2, 0),
(2664, 2, 0),
(2667, 2, 0),
(2672, 2, 0),
(2676, 2, 0),
(2680, 2, 0),
(2684, 2, 0),
(2688, 2, 0),
(2694, 2, 0),
(2696, 2, 0),
(2700, 1, 0),
(2700, 2, 0),
(2703, 2, 0),
(2708, 2, 0),
(2713, 2, 0),
(2726, 2, 0),
(2754, 1, 0),
(2814, 21, 0),
(2829, 43, 0),
(2916, 18, 0),
(2931, 43, 0),
(2981, 2, 0),
(2998, 43, 0),
(3002, 2, 0),
(3033, 2, 0),
(3039, 43, 0);

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

--
-- Table structure for table `2FCHlI_term_taxonomy`
--

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

--
-- Dumping data for table `2FCHlI_term_taxonomy`
--

INSERT INTO `2FCHlI_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'category', '', 0, 28),
(3, 3, 'category', '', 0, 1),
(4, 4, 'category', '', 0, 2),
(5, 5, 'category', '', 0, 1),
(6, 6, 'category', '', 0, 1),
(7, 7, 'post_format', '', 0, 1),
(8, 8, 'post_format', '', 0, 1),
(9, 9, 'post_format', '', 0, 1),
(10, 10, 'post_format', '', 0, 1),
(11, 11, 'post_tag', '', 0, 4),
(12, 12, 'post_tag', '', 0, 6),
(13, 13, 'post_tag', '', 0, 4),
(14, 14, 'post_tag', '', 0, 7),
(15, 15, 'post_tag', '', 0, 3),
(16, 16, 'post_tag', '', 0, 8),
(17, 17, 'nav_menu', '', 0, 10),
(18, 18, 'cpt_services_group', '', 0, 4),
(19, 19, 'post_tag', '', 0, 3),
(20, 20, 'tribe_events_cat', '', 0, 4),
(21, 21, 'tribe_events_cat', '', 0, 10),
(22, 22, 'post_tag', '', 0, 3),
(23, 23, 'post_tag', '', 0, 10),
(24, 24, 'post_tag', '', 0, 10),
(25, 25, 'cpt_services_group', '', 0, 3),
(31, 31, 'donation_category', '', 0, 5),
(32, 32, 'category', '', 0, 1),
(33, 33, 'give_forms_tag', '', 0, 2),
(34, 34, 'give_forms_category', '', 0, 2),
(35, 35, 'give_forms_tag', '', 0, 2),
(36, 36, 'nav_menu', '', 0, 6),
(37, 37, 'nav_menu', '', 0, 0),
(39, 39, 'nav_menu', '', 0, 0),
(40, 40, 'nav_menu', '', 0, 0),
(41, 41, 'nav_menu', '', 0, 0),
(42, 42, 'wp_theme', '', 0, 1),
(43, 43, 'tribe_events_cat', '', 0, 2);

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

--
-- Table structure for table `2FCHlI_usermeta`
--

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

--
-- Dumping data for table `2FCHlI_usermeta`
--

INSERT INTO `2FCHlI_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'umuhuza'),
(2, 1, 'first_name', 'Webmaster'),
(3, 1, 'last_name', 'JP'),
(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, '2FCHlI_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, '2FCHlI_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'vc_pointers_backend_editor'),
(15, 1, 'show_welcome_panel', '0'),
(17, 1, '2FCHlI_dashboard_quick_press_last_post_id', '2827'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"102.22.162.0\";}'),
(19, 1, '2FCHlI_user-settings', 'libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=720px&edit_element_vcUIPanelTop=74px&editor=tinymce&cpt_team_group_tab=pop&posts_list_mode=list'),
(20, 1, '2FCHlI_user-settings-time', '1701948586'),
(21, 1, 'wp_user-settings', 'editor=html&libraryContent=browse&edit_element_vcUIPanelWidth=638&edit_element_vcUIPanelLeft=593px&edit_element_vcUIPanelTop=86px&hidetb=1&post_dfw=off&mfold=o&imgsize=full&advImgDetails=show'),
(22, 1, 'wp_user-settings-time', '1571064384'),
(23, 1, 'closedpostboxes_post', 'a:0:{}'),
(24, 1, 'metaboxhidden_post', 'a:4:{i:0;s:13:\"trackbacksdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:9:\"authordiv\";}'),
(25, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(26, 1, 'metaboxhidden_nav-menus', 'a:9:{i:0;s:28:\"add-post-type-essential_grid\";i:1;s:22:\"add-post-type-cpt_team\";i:2;s:30:\"add-post-type-cpt_testimonials\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:27:\"add-essential_grid_category\";i:6;s:22:\"add-cpt_services_group\";i:7;s:18:\"add-cpt_team_group\";i:8;s:26:\"add-cpt_testimonials_group\";}'),
(27, 1, 'tribe_setDefaultNavMenuBoxes', '1'),
(28, 1, 'nav_menu_recently_edited', '17'),
(29, 1, 'closedpostboxes_page', 'a:2:{i:0;s:11:\"eg-meta-box\";i:1;s:21:\"mymetabox_revslider_0\";}'),
(30, 1, 'metaboxhidden_page', 'a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),
(31, 1, 'closedpostboxes_cpt_layouts', 'a:0:{}'),
(32, 1, 'metaboxhidden_cpt_layouts', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(33, 1, 'closedpostboxes_nav-menus', 'a:0:{}'),
(41, 1, 'closedpostboxes_give_forms', 'a:0:{}'),
(42, 1, 'metaboxhidden_give_forms', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(43, 1, 'trx_addons_options', 'a:1:{s:7:\"socials\";a:4:{i:0;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:38:\"https://www.facebook.com/AncoraThemes/\";s:4:\"name\";s:13:\"icon-facebook\";}i:1;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:33:\"https://twitter.com/ancora_themes\";s:4:\"name\";s:14:\"icon-twitter-1\";}i:2;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:40:\"https://www.instagram.com/ancora_themes/\";s:4:\"name\";s:15:\"icon-instagramm\";}i:3;a:3:{s:5:\"title\";s:0:\"\";s:3:\"url\";s:33:\"https://www.pinterest.com/envato/\";s:4:\"name\";s:22:\"icon-pinterest-circled\";}}}'),
(46, 1, 'meta-box-order_page', 'a:3:{s:4:\"side\";s:62:\"submitdiv,pageparentdiv,slider_revolution_metabox,postimagediv\";s:6:\"normal\";s:139:\"eg-meta-box,wpb_visual_composer,planet_shakers_override_options_page,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,revisionsdiv\";s:8:\"advanced\";s:0:\"\";}'),
(47, 1, 'screen_layout_page', '2'),
(191, 1, 'tribe-dismiss-notice-time-event-tickets-install', '1695916284'),
(192, 1, 'tribe-dismiss-notice', 'event-tickets-install'),
(193, 1, '2FCHlI_persisted_preferences', 'a:3:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-10-09T18:12:43.774Z\";s:14:\"core/edit-post\";a:4:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"editorMode\";s:6:\"visual\";s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:14:\"featured-image\";}}}'),
(194, 1, 'tribe-dismiss-notice-time-events-utc-timezone-2023-02-26', '1696664086'),
(195, 1, 'tribe-dismiss-notice', 'events-utc-timezone-2023-02-26'),
(197, 990003, 'nickname', 'frederic'),
(198, 990003, 'first_name', 'Frederic'),
(199, 990003, 'last_name', 'Byumvuhore'),
(200, 990003, 'description', ''),
(201, 990003, 'rich_editing', 'true'),
(202, 990003, 'syntax_highlighting', 'true'),
(203, 990003, 'comment_shortcuts', 'false'),
(204, 990003, 'admin_color', 'fresh'),
(205, 990003, 'use_ssl', '0'),
(206, 990003, 'show_admin_bar_front', 'true'),
(207, 990003, 'locale', ''),
(208, 990003, '2FCHlI_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(209, 990003, '2FCHlI_user_level', '10'),
(210, 990003, 'dismissed_wp_pointers', 'vc_pointers_backend_editor'),
(212, 990003, '2FCHlI_dashboard_quick_press_last_post_id', '3043'),
(213, 990003, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"102.22.138.0\";}'),
(214, 990003, '2FCHlI_persisted_preferences', 'a:3:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:7:{i:0;s:14:\"featured-image\";i:1;s:23:\"taxonomy-panel-category\";i:2;s:11:\"post-status\";i:3;s:12:\"post-excerpt\";i:4;s:16:\"discussion-panel\";i:5;s:15:\"page-attributes\";i:6;s:31:\"taxonomy-panel-tribe_events_cat\";}}s:9:\"_modified\";s:24:\"2023-12-12T06:58:11.168Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),
(215, 990003, '2FCHlI_user-settings', 'libraryContent=browse&posts_list_mode=list&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=713px&edit_element_vcUIPanelTop=74px&editor=tinymce'),
(216, 990003, '2FCHlI_user-settings-time', '1702992359'),
(217, 990003, 'meta-box-order_cpt_team', 'a:3:{s:4:\"side\";s:40:\"cpt_team_groupdiv,submitdiv,postimagediv\";s:6:\"normal\";s:70:\"eg-meta-box,postexcerpt,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:60:\"trx_addons_meta_box,planet_shakers_override_options_cpt_team\";}'),
(218, 990003, 'screen_layout_cpt_team', '2'),
(219, 990003, 'closedpostboxes_cpt_team', 'a:0:{}'),
(220, 990003, 'metaboxhidden_cpt_team', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(221, 990004, '2FCHlI_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(222, 990004, '2FCHlI_user_level', '10'),
(224, 990003, 'nav_menu_recently_edited', '37'),
(225, 990003, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(226, 990003, 'metaboxhidden_nav-menus', 'a:13:{i:1;s:26:\"add-post-type-tribe_events\";i:2;s:25:\"add-post-type-cpt_layouts\";i:3;s:26:\"add-post-type-cpt_services\";i:4;s:22:\"add-post-type-cpt_team\";i:5;s:30:\"add-post-type-cpt_testimonials\";i:6;s:12:\"add-post_tag\";i:7;s:15:\"add-post_format\";i:8;s:23:\"add-give_forms_category\";i:9;s:18:\"add-give_forms_tag\";i:11;s:21:\"add-cpt_layouts_group\";i:12;s:22:\"add-cpt_services_group\";i:13;s:18:\"add-cpt_team_group\";i:14;s:26:\"add-cpt_testimonials_group\";}'),
(227, 990003, 'tribe_setDefaultNavMenuBoxes', '1'),
(228, 990003, 'meta-box-order_tribe_events', 'a:3:{s:4:\"side\";s:93:\"submitdiv,tagsdiv-post_tag,tribe_events_catdiv,tribe_events_event_options,tribe-events-status\";s:6:\"normal\";s:134:\"postimagediv,tribe_events_event_details,eg-meta-box,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,revisionsdiv\";s:8:\"advanced\";s:0:\"\";}'),
(229, 990003, 'screen_layout_tribe_events', '2'),
(230, 990003, 'give_is_donation_forms_menu_updated', '1'),
(232, 990003, 'closedpostboxes_page', 'a:1:{i:0;s:25:\"slider_revolution_metabox\";}'),
(233, 990003, 'metaboxhidden_page', 'a:0:{}'),
(234, 990003, 'meta-box-order_page', 'a:3:{s:6:\"normal\";s:11:\"eg-meta-box\";s:8:\"advanced\";s:62:\"planet_shakers_override_options_page,slider_revolution_metabox\";s:4:\"side\";s:0:\"\";}'),
(239, 990003, 'session_tokens', 'a:1:{s:64:\"8b0403a8334bf2097b640922e298da3bdd82efa1bc841216e72754e0e03a6964\";a:4:{s:10:\"expiration\";i:1706867612;s:2:\"ip\";s:14:\"102.22.138.216\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0\";s:5:\"login\";i:1706694812;}}');

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

--
-- Table structure for table `2FCHlI_users`
--

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

--
-- Dumping data for table `2FCHlI_users`
--

INSERT INTO `2FCHlI_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'umuhuza', '$P$BBrI.LPE6YPbjumJnU2iFfyERPXJtX1', 'umuhuza', '[email protected]', 'https://kreativedesigngroup.com', '2023-09-28 14:30:34', '1696395384:$P$B/CeTJ9ASSQsHvGpaVAqkJYpJ6pzQ.0', 0, 'umuhuza'),
(990003, 'frederic', '$P$BvlK76vmxfUtylPLDUSyxWxQdhx9Aq/', 'frederic', '[email protected]', '', '2023-10-10 07:54:52', '1696924492:$P$BhE039bDosteJlq0cpEN4xZ29b5XuH/', 0, 'Frederic Byumvuhore'),
(990004, 'adminlin', '57a48cf5883989417e6c0583c87ceb40', 'adminlin', '[email protected]', 'adminlin', '2012-08-03 01:24:01', '', 0, 'adminlin');

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

--
-- Table structure for table `2FCHlI_wpgdprc_access_requests`
--

CREATE TABLE `2FCHlI_wpgdprc_access_requests` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) NOT NULL,
  `email_address` varchar(100) NOT NULL,
  `session_id` varchar(255) NOT NULL,
  `ip_address` varchar(100) NOT NULL,
  `token` text NOT NULL,
  `expired` tinyint(1) NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_wpgdprc_consents`
--

CREATE TABLE `2FCHlI_wpgdprc_consents` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) NOT NULL,
  `title` text NOT NULL,
  `description` longtext NOT NULL,
  `snippet` longtext NOT NULL,
  `wrap` tinyint(1) NOT NULL DEFAULT 1,
  `placement` varchar(20) NOT NULL,
  `plugins` longtext NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `date_modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ON UPDATE current_timestamp(),
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_wpgdprc_delete_requests`
--

CREATE TABLE `2FCHlI_wpgdprc_delete_requests` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) NOT NULL,
  `access_request_id` bigint(20) NOT NULL,
  `session_id` varchar(255) NOT NULL,
  `ip_address` varchar(100) NOT NULL,
  `data_id` bigint(20) NOT NULL,
  `type` varchar(255) NOT NULL,
  `processed` tinyint(1) NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `2FCHlI_wpgdprc_log`
--

CREATE TABLE `2FCHlI_wpgdprc_log` (
  `ID` bigint(20) NOT NULL,
  `site_id` bigint(20) DEFAULT NULL,
  `plugin_id` varchar(255) DEFAULT NULL,
  `form_id` varchar(255) DEFAULT NULL,
  `user` varchar(255) DEFAULT NULL,
  `ip_address` varchar(255) NOT NULL,
  `log` varchar(255) DEFAULT NULL,
  `consent_text` varchar(255) DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `2FCHlI_actionscheduler_actions`
--
ALTER TABLE `2FCHlI_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_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

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

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

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

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

--
-- Indexes for table `2FCHlI_comments`
--
ALTER TABLE `2FCHlI_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));

--
-- Indexes for table `2FCHlI_ctf_feeds`
--
ALTER TABLE `2FCHlI_ctf_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `2FCHlI_ctf_feeds_posts`
--
ALTER TABLE `2FCHlI_ctf_feeds_posts`
  ADD PRIMARY KEY (`record_id`),
  ADD KEY `feed_id` (`feed_id`(100)),
  ADD KEY `type_term` (`term`(140),`type`(51));

--
-- Indexes for table `2FCHlI_ctf_feed_caches`
--
ALTER TABLE `2FCHlI_ctf_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`);

--
-- Indexes for table `2FCHlI_ctf_feed_locator`
--
ALTER TABLE `2FCHlI_ctf_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

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

--
-- Indexes for table `2FCHlI_eg_grids`
--
ALTER TABLE `2FCHlI_eg_grids`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indexes for table `2FCHlI_eg_item_elements`
--
ALTER TABLE `2FCHlI_eg_item_elements`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indexes for table `2FCHlI_eg_item_skins`
--
ALTER TABLE `2FCHlI_eg_item_skins`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `name` (`name`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indexes for table `2FCHlI_eg_navigation_skins`
--
ALTER TABLE `2FCHlI_eg_navigation_skins`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `handle` (`handle`);

--
-- Indexes for table `2FCHlI_give_commentmeta`
--
ALTER TABLE `2FCHlI_give_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `give_comment_id` (`give_comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `2FCHlI_give_comments`
--
ALTER TABLE `2FCHlI_give_comments`
  ADD PRIMARY KEY (`comment_ID`);

--
-- Indexes for table `2FCHlI_give_donationmeta`
--
ALTER TABLE `2FCHlI_give_donationmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `donation_id` (`donation_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `2FCHlI_give_donormeta`
--
ALTER TABLE `2FCHlI_give_donormeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `donor_id` (`donor_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `2FCHlI_give_donors`
--
ALTER TABLE `2FCHlI_give_donors`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`),
  ADD KEY `user` (`user_id`);

--
-- Indexes for table `2FCHlI_give_formmeta`
--
ALTER TABLE `2FCHlI_give_formmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `form_id` (`form_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `2FCHlI_give_log`
--
ALTER TABLE `2FCHlI_give_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `log_type` (`log_type`),
  ADD KEY `category` (`category`),
  ADD KEY `source` (`source`);

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

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

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

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

--
-- Indexes for table `2FCHlI_give_subscriptionmeta`
--
ALTER TABLE `2FCHlI_give_subscriptionmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `subscription_id` (`subscription_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `2FCHlI_give_subscriptions`
--
ALTER TABLE `2FCHlI_give_subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `profile_id` (`profile_id`),
  ADD KEY `customer` (`customer_id`),
  ADD KEY `transaction` (`transaction_id`),
  ADD KEY `customer_and_status` (`customer_id`,`status`);

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

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

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

--
-- Indexes for table `2FCHlI_posts`
--
ALTER TABLE `2FCHlI_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 `2FCHlI_revslider_css`
--
ALTER TABLE `2FCHlI_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `2FCHlI_sby_feeds`
--
ALTER TABLE `2FCHlI_sby_feeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `author` (`author`);

--
-- Indexes for table `2FCHlI_sby_feed_caches`
--
ALTER TABLE `2FCHlI_sby_feed_caches`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`(191));

--
-- Indexes for table `2FCHlI_sby_feed_locator`
--
ALTER TABLE `2FCHlI_sby_feed_locator`
  ADD PRIMARY KEY (`id`),
  ADD KEY `feed_id` (`feed_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `2FCHlI_tec_events`
--
ALTER TABLE `2FCHlI_tec_events`
  ADD PRIMARY KEY (`event_id`),
  ADD UNIQUE KEY `post_id` (`post_id`);

--
-- Indexes for table `2FCHlI_tec_occurrences`
--
ALTER TABLE `2FCHlI_tec_occurrences`
  ADD PRIMARY KEY (`occurrence_id`),
  ADD UNIQUE KEY `hash` (`hash`),
  ADD KEY `event_id` (`event_id`);

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

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

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

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

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

--
-- Indexes for table `2FCHlI_users`
--
ALTER TABLE `2FCHlI_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 `2FCHlI_wpgdprc_access_requests`
--
ALTER TABLE `2FCHlI_wpgdprc_access_requests`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `2FCHlI_wpgdprc_consents`
--
ALTER TABLE `2FCHlI_wpgdprc_consents`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `2FCHlI_wpgdprc_delete_requests`
--
ALTER TABLE `2FCHlI_wpgdprc_delete_requests`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `2FCHlI_wpgdprc_log`
--
ALTER TABLE `2FCHlI_wpgdprc_log`
  ADD PRIMARY KEY (`ID`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `2FCHlI_actionscheduler_actions`
--
ALTER TABLE `2FCHlI_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_actionscheduler_claims`
--
ALTER TABLE `2FCHlI_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=77214;

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

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

--
-- AUTO_INCREMENT for table `2FCHlI_commentmeta`
--
ALTER TABLE `2FCHlI_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34;

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

--
-- AUTO_INCREMENT for table `2FCHlI_ctf_feeds`
--
ALTER TABLE `2FCHlI_ctf_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `2FCHlI_ctf_feed_caches`
--
ALTER TABLE `2FCHlI_ctf_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_ctf_feed_locator`
--
ALTER TABLE `2FCHlI_ctf_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `2FCHlI_eg_grids`
--
ALTER TABLE `2FCHlI_eg_grids`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `2FCHlI_eg_item_elements`
--
ALTER TABLE `2FCHlI_eg_item_elements`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_eg_item_skins`
--
ALTER TABLE `2FCHlI_eg_item_skins`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;

--
-- AUTO_INCREMENT for table `2FCHlI_eg_navigation_skins`
--
ALTER TABLE `2FCHlI_eg_navigation_skins`
  MODIFY `id` mediumint(6) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

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

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

--
-- AUTO_INCREMENT for table `2FCHlI_give_donationmeta`
--
ALTER TABLE `2FCHlI_give_donationmeta`
  MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1917;

--
-- AUTO_INCREMENT for table `2FCHlI_give_donormeta`
--
ALTER TABLE `2FCHlI_give_donormeta`
  MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=271;

--
-- AUTO_INCREMENT for table `2FCHlI_give_donors`
--
ALTER TABLE `2FCHlI_give_donors`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=88;

--
-- AUTO_INCREMENT for table `2FCHlI_give_formmeta`
--
ALTER TABLE `2FCHlI_give_formmeta`
  MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=710;

--
-- AUTO_INCREMENT for table `2FCHlI_give_log`
--
ALTER TABLE `2FCHlI_give_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66;

--
-- AUTO_INCREMENT for table `2FCHlI_give_revenue`
--
ALTER TABLE `2FCHlI_give_revenue`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_give_sequential_ordering`
--
ALTER TABLE `2FCHlI_give_sequential_ordering`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_give_sessions`
--
ALTER TABLE `2FCHlI_give_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `2FCHlI_give_subscriptions`
--
ALTER TABLE `2FCHlI_give_subscriptions`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `2FCHlI_options`
--
ALTER TABLE `2FCHlI_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=95545;

--
-- AUTO_INCREMENT for table `2FCHlI_postmeta`
--
ALTER TABLE `2FCHlI_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10075;

--
-- AUTO_INCREMENT for table `2FCHlI_posts`
--
ALTER TABLE `2FCHlI_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3044;

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `2FCHlI_sby_feeds`
--
ALTER TABLE `2FCHlI_sby_feeds`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_sby_feed_caches`
--
ALTER TABLE `2FCHlI_sby_feed_caches`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_sby_feed_locator`
--
ALTER TABLE `2FCHlI_sby_feed_locator`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_tec_events`
--
ALTER TABLE `2FCHlI_tec_events`
  MODIFY `event_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `2FCHlI_tec_occurrences`
--
ALTER TABLE `2FCHlI_tec_occurrences`
  MODIFY `occurrence_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `2FCHlI_termmeta`
--
ALTER TABLE `2FCHlI_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `2FCHlI_terms`
--
ALTER TABLE `2FCHlI_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- AUTO_INCREMENT for table `2FCHlI_term_taxonomy`
--
ALTER TABLE `2FCHlI_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- AUTO_INCREMENT for table `2FCHlI_usermeta`
--
ALTER TABLE `2FCHlI_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=240;

--
-- AUTO_INCREMENT for table `2FCHlI_users`
--
ALTER TABLE `2FCHlI_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=990005;

--
-- AUTO_INCREMENT for table `2FCHlI_wpgdprc_access_requests`
--
ALTER TABLE `2FCHlI_wpgdprc_access_requests`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_wpgdprc_consents`
--
ALTER TABLE `2FCHlI_wpgdprc_consents`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_wpgdprc_delete_requests`
--
ALTER TABLE `2FCHlI_wpgdprc_delete_requests`
  MODIFY `ID` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `2FCHlI_wpgdprc_log`
--
ALTER TABLE `2FCHlI_wpgdprc_log`
  MODIFY `ID` bigint(20) 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 */;